Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samples:mimxrt1010_evk:samples/net/openthread/ncp: build error #25312

Closed
hakehuang opened this issue May 14, 2020 · 5 comments
Closed

samples:mimxrt1010_evk:samples/net/openthread/ncp: build error #25312

hakehuang opened this issue May 14, 2020 · 5 comments
Assignees
Labels
area: Samples Samples bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug

Comments

@hakehuang
Copy link
Collaborator

Describe the bug
samples/net/openthread/ncp can not build in mimxrt1010
image
baord need add limitations to filter upsupport platform out

To Reproduce
Steps to reproduce the behavior:

  1. mkdir build; cd build
  2. cmake -DBOARD=mimxrt1010_evk ..
  3. make
  4. See error

Expected behavior
if it is not support need add filter

Impact
NA

Screenshots or console output

-- Application: /build/src/workspace/mimxrt1010_evk_2_master/zephyr/samples/net/openthread/ncp

-- Zephyr version: 2.3.0-rc1 (/build/src/workspace/mimxrt1010_evk_2_master/zephyr)

-- Found Python3: /usr/bin/python3.6 (found suitable exact version "3.6.10") found components:  Interpreter 

-- git describe failed: fatal: No names found, cannot describe anything.;

   BUILD_VERSION is left undefined

-- Board: mimxrt1010_evk

-- Found toolchain: zephyr (/root/zephyr-sdk)

-- Found west: /root/.local/bin/west (found suitable version "0.7.2", minimum required is "0.7.1")

-- Found dtc: /root/zephyr-sdk/sysroots/x86_64-pokysdk-linux/usr/bin/dtc (found suitable version "1.5.0", minimum required is "1.4.6")

-- Found BOARD.dts: /build/src/workspace/mimxrt1010_evk_2_master/zephyr/boards/arm/mimxrt1010_evk/mimxrt1010_evk.dts

-- Generated zephyr.dts: /build/src/workspace/mimxrt1010_evk_2_master/zephyr/samples/net/openthread/ncp/build_d41d8cd/zephyr/zephyr.dts

-- Generated devicetree_unfixed.h: /build/src/workspace/mimxrt1010_evk_2_master/zephyr/samples/net/openthread/ncp/build_d41d8cd/zephyr/include/generated/devicetree_unfixed.h



warning: MBEDTLS_SSL_MAX_CONTENT_LEN (defined at modules/Kconfig.mbedtls:46) was assigned the value

'768' but got the value ''. Check these unsatisfied dependencies: MBEDTLS_BUILTIN (=n), MBEDTLS

(=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN.html

and/or look up MBEDTLS_SSL_MAX_CONTENT_LEN in the menuconfig/guiconfig interface. The Application

Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of

the manual might be helpful too.





warning: MBEDTLS_HEAP_SIZE (defined at modules/Kconfig.mbedtls:112) was assigned the value '8192'

but got the value ''. Check these unsatisfied dependencies: MBEDTLS_ENABLE_HEAP (=n), MBEDTLS (=n).

See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_MBEDTLS_HEAP_SIZE.html and/or look

up MBEDTLS_HEAP_SIZE in the menuconfig/guiconfig interface. The Application Development Primer,

Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be

helpful too.





warning: TEST_RANDOM_GENERATOR (defined at boards/shields/esp_8266/boards/sam4e_xpro.defconfig:17,

subsys/random/Kconfig:8) was assigned the value 'y' but got the value 'n'. Check these unsatisfied

dependencies: ((BOARD_SAM4E_XPRO && NETWORKING && SHIELD_ESP_8266) || !ENTROPY_HAS_DRIVER) (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_TEST_RANDOM_GENERATOR.html and/or look

up TEST_RANDOM_GENERATOR in the menuconfig/guiconfig interface. The Application Development Primer,

Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be

helpful too.





warning: FLASH_PAGE_LAYOUT (defined at drivers/flash/Kconfig:38) was assigned the value 'y' but got

the value 'n'. Check these unsatisfied dependencies: FLASH_HAS_PAGE_LAYOUT (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_FLASH_PAGE_LAYOUT.html and/or look up

FLASH_PAGE_LAYOUT in the menuconfig/guiconfig interface. The Application Development Primer, Setting

Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful

too.





warning: NET_L2_OPENTHREAD (defined at subsys/net/l2/openthread/Kconfig:9) was assigned the value

'y' but got the value 'n'. Check these unsatisfied dependencies: FLASH_PAGE_LAYOUT (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_NET_L2_OPENTHREAD.html and/or look up

NET_L2_OPENTHREAD in the menuconfig/guiconfig interface. The Application Development Primer, Setting

Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful

too.





warning: OPENTHREAD_THREAD_STACK_SIZE (defined at subsys/net/l2/openthread/Kconfig:103) was assigned

the value '8192' but got the value ''. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n).

See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_THREAD_STACK_SIZE.html

and/or look up OPENTHREAD_THREAD_STACK_SIZE in the menuconfig/guiconfig interface. The Application

Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of

the manual might be helpful too.





warning: OPENTHREAD_PKT_LIST_SIZE (defined at subsys/net/l2/openthread/Kconfig:108) was assigned the

value '20' but got the value ''. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_PKT_LIST_SIZE.html and/or

look up OPENTHREAD_PKT_LIST_SIZE in the menuconfig/guiconfig interface. The Application Development

Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual

might be helpful too.





warning: OPENTHREAD_PANID (defined at subsys/net/l2/openthread/Kconfig:125) was assigned the value

'65535' but got the value ''. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_PANID.html and/or look up

OPENTHREAD_PANID in the menuconfig/guiconfig interface. The Application Development Primer, Setting

Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful

too.





warning: OPENTHREAD_CHANNEL (defined at subsys/net/l2/openthread/Kconfig:129) was assigned the value

'26' but got the value ''. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_CHANNEL.html and/or look up

OPENTHREAD_CHANNEL in the menuconfig/guiconfig interface. The Application Development Primer,

Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be

helpful too.





warning: OPENTHREAD_COMMISSIONER (defined at subsys/net/l2/openthread/Kconfig:178) was assigned the

value 'y' but got the value 'n'. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_COMMISSIONER.html and/or

look up OPENTHREAD_COMMISSIONER in the menuconfig/guiconfig interface. The Application Development

Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual

might be helpful too.





warning: OPENTHREAD_DHCP6_SERVER (defined at subsys/net/l2/openthread/Kconfig:215) was assigned the

value 'y' but got the value 'n'. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_DHCP6_SERVER.html and/or

look up OPENTHREAD_DHCP6_SERVER in the menuconfig/guiconfig interface. The Application Development

Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual

might be helpful too.





warning: OPENTHREAD_ENABLE_SERVICE (defined at subsys/net/l2/openthread/Kconfig:225) was assigned

the value 'y' but got the value 'n'. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n).

See http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_ENABLE_SERVICE.html

and/or look up OPENTHREAD_ENABLE_SERVICE in the menuconfig/guiconfig interface. The Application

Development Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of

the manual might be helpful too.





warning: OPENTHREAD_BORDER_AGENT (defined at subsys/net/l2/openthread/Kconfig:235) was assigned the

value 'y' but got the value 'n'. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_BORDER_AGENT.html and/or

look up OPENTHREAD_BORDER_AGENT in the menuconfig/guiconfig interface. The Application Development

Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual

might be helpful too.





warning: OPENTHREAD_BORDER_ROUTER (defined at subsys/net/l2/openthread/Kconfig:240) was assigned the

value 'y' but got the value 'n'. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_BORDER_ROUTER.html and/or

look up OPENTHREAD_BORDER_ROUTER in the menuconfig/guiconfig interface. The Application Development

Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual

might be helpful too.





warning: OPENTHREAD_NCP (defined at subsys/net/l2/openthread/Kconfig:250) was assigned the value 'y'

but got the value 'n'. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_NCP.html and/or look up

OPENTHREAD_NCP in the menuconfig/guiconfig interface. The Application Development Primer, Setting

Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful

too.





warning: OPENTHREAD_UDP_FORWARD (defined at subsys/net/l2/openthread/Kconfig:284) was assigned the

value 'y' but got the value 'n'. Check these unsatisfied dependencies: NET_L2_OPENTHREAD (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_OPENTHREAD_UDP_FORWARD.html and/or

look up OPENTHREAD_UDP_FORWARD in the menuconfig/guiconfig interface. The Application Development

Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual

might be helpful too.

Parsing /build/src/workspace/mimxrt1010_evk_2_master/zephyr/samples/net/openthread/ncp/Kconfig

Loaded configuration '/build/src/workspace/mimxrt1010_evk_2_master/zephyr/boards/arm/mimxrt1010_evk/mimxrt1010_evk_defconfig'

Merged configuration '/build/src/workspace/mimxrt1010_evk_2_master/zephyr/samples/net/openthread/ncp/prj.conf'

Configuration saved to '/build/src/workspace/mimxrt1010_evk_2_master/zephyr/samples/net/openthread/ncp/build_d41d8cd/zephyr/.config'

Kconfig header saved to '/build/src/workspace/mimxrt1010_evk_2_master/zephyr/samples/net/openthread/ncp/build_d41d8cd/zephyr/include/generated/autoconf.h'





warning: SHELL_STACK_SIZE (defined at subsys/shell/Kconfig:20) was assigned the value '3072' but got

the value ''. Check these unsatisfied dependencies: SHELL (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_SHELL_STACK_SIZE.html and/or look up

SHELL_STACK_SIZE in the menuconfig/guiconfig interface. The Application Development Primer, Setting

Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful

too.





warning: FLASH_MAP (defined at subsys/storage/flash_map/Kconfig:10) was assigned the value 'y' but

got the value 'n'. Check these unsatisfied dependencies: FLASH_HAS_DRIVER_ENABLED (=n). See

http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_FLASH_MAP.html and/or look up

FLASH_MAP in the menuconfig/guiconfig interface. The Application Development Primer, Setting

Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be helpful

too.



-- The C compiler identification is GNU 9.2.0

-- The CXX compiler identification is GNU 9.2.0

-- The ASM compiler identification is GNU

-- Found assembler: /root/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gcc

-- Cache files will be written to: /root/.cache/zephyr

-- Configuring done

-- Generating done

-- Build files have been written to: /build/src/workspace/mimxrt1010_evk_2_master/zephyr/samples/net/openthread/ncp/build_d41d8cd

Scanning dependencies of target parse_syscalls_target

[  0%] Generating misc/generated/syscalls.json, misc/generated/subsystems.json

[  1%] Built target parse_syscalls_target

Scanning dependencies of target kobj_types_h_target

[  2%] Generating include/generated/kobj-types-enum.h, include/generated/otype-to-str.h

[  2%] Built target kobj_types_h_target

Scanning dependencies of target syscall_list_h_target

[  2%] Generating include/generated/syscall_dispatch.c, include/generated/syscall_list.h

[  4%] Built target syscall_list_h_target

Scanning dependencies of target driver_validation_h_target

[  5%] Generating include/generated/driver-validation.h

[  7%] Built target driver_validation_h_target

Scanning dependencies of target offsets

[  8%] Building C object zephyr/CMakeFiles/offsets.dir/arch/arm/core/offsets/offsets.c.obj

[  8%] Built target offsets

Scanning dependencies of target offsets_h

[  9%] Generating include/generated/offsets.h

[  9%] Built target offsets_h

Scanning dependencies of target zephyr_generated_headers

[  9%] Built target zephyr_generated_headers

Scanning dependencies of target app

[  9%] Building C object CMakeFiles/app.dir/src/main.c.obj

[ 10%] Linking C static library app/libapp.a

[ 10%] Built target app

Scanning dependencies of target kernel

[ 11%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/device.c.obj

[ 11%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/errno.c.obj

[ 12%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/fatal.c.obj

[ 13%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/idle.c.obj

[ 13%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/init.c.obj

[ 14%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/kheap.c.obj

[ 14%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mailbox.c.obj

[ 15%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mem_slab.c.obj

[ 16%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mempool.c.obj

[ 16%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/msg_q.c.obj

[ 17%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/mutex.c.obj

[ 17%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/pipes.c.obj

[ 18%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/queue.c.obj

[ 19%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sched.c.obj

[ 19%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/sem.c.obj

[ 20%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/stack.c.obj

[ 21%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/system_work_q.c.obj

[ 21%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread.c.obj

[ 22%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/thread_abort.c.obj

[ 22%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/version.c.obj

[ 23%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/work_q.c.obj

[ 24%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/smp.c.obj

[ 24%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timeout.c.obj

[ 25%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/timer.c.obj

[ 25%] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj

[ 26%] Linking C static library libkernel.a

[ 26%] Built target kernel

Scanning dependencies of target linker_script_target

[ 26%] Generating linker.cmd

[ 26%] Built target linker_script_target

Scanning dependencies of target zephyr

[ 27%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc32_sw.c.obj

[ 27%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc16_sw.c.obj

[ 28%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc8_sw.c.obj

[ 29%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/crc7_sw.c.obj

[ 29%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/dec.c.obj

[ 30%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/fdtable.c.obj

[ 30%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/hex.c.obj

[ 31%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/mempool.c.obj

[ 32%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/notify.c.obj

[ 32%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/printk.c.obj

[ 34%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/onoff.c.obj

[ 35%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/rb.c.obj

[ 35%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/sem.c.obj

[ 36%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/thread_entry.c.obj

[ 36%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/timeutil.c.obj

[ 37%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/work_q.c.obj

[ 38%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap.c.obj

[ 38%] Building C object zephyr/CMakeFiles/zephyr.dir/lib/os/heap-validate.c.obj

[ 39%] Building C object zephyr/CMakeFiles/zephyr.dir/misc/generated/configs.c.obj

[ 39%] Building C object zephyr/CMakeFiles/zephyr.dir/soc/arm/nxp_imx/rt/soc.c.obj

[ 40%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_list.c.obj

[ 41%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_core.c.obj

[ 41%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_msg.c.obj

[ 42%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_output.c.obj

[ 42%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/logging/log_backend_uart.c.obj

[ 43%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/cpp/cpp_init_array.c.obj

[ 44%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/cpp/cpp_ctors.c.obj

[ 44%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/cpp/cpp_dtors.c.obj

[ 45%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/cpp/cpp_virtual.c.obj

[ 46%] Building CXX object zephyr/CMakeFiles/zephyr.dir/subsys/cpp/cpp_vtable.cpp.obj

[ 46%] Building CXX object zephyr/CMakeFiles/zephyr.dir/subsys/cpp/cpp_new.cpp.obj

[ 47%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/fs/nvs/nvs.c.obj

[ 47%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/net/lib/utils/addr_utils.c.obj

[ 48%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_store.c.obj

[ 49%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings.c.obj

[ 49%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_init.c.obj

[ 50%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_line.c.obj

[ 50%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/settings/src/settings_none.c.obj

[ 51%] Building C object zephyr/CMakeFiles/zephyr.dir/subsys/power/reboot.c.obj

[ 52%] Building C object zephyr/CMakeFiles/zephyr.dir/drivers/console/uart_console.c.obj

[ 52%] Building C object zephyr/CMakeFiles/zephyr.dir/drivers/clock_control/clock_control_mcux_ccm.c.obj

[ 53%] Building C object zephyr/CMakeFiles/zephyr.dir/drivers/timer/sys_clock_init.c.obj

[ 54%] Building C object zephyr/CMakeFiles/zephyr.dir/drivers/timer/cortex_m_systick.c.obj

[ 54%] Building C object zephyr/CMakeFiles/zephyr.dir/build/src/workspace/mimxrt1010_evk_2_master/modules/hal/nxp/mcux/devices/MIMXRT1011/fsl_clock.c.obj

[ 55%] Building C object zephyr/CMakeFiles/zephyr.dir/build/src/workspace/mimxrt1010_evk_2_master/modules/hal/nxp/mcux/boards/evkmimxrt1010/evkmimxrt1010_flexspi_nor_config.c.obj

[ 55%] Building C object zephyr/CMakeFiles/zephyr.dir/build/src/workspace/mimxrt1010_evk_2_master/modules/hal/nxp/mcux/drivers/imx/fsl_cache.c.obj

[ 56%] Building C object zephyr/CMakeFiles/zephyr.dir/build/src/workspace/mimxrt1010_evk_2_master/modules/hal/nxp/mcux/drivers/imx/fsl_gpio.c.obj

[ 57%] Building C object zephyr/CMakeFiles/zephyr.dir/build/src/workspace/mimxrt1010_evk_2_master/modules/hal/nxp/mcux/drivers/imx/fsl_lpuart.c.obj

[ 57%] Building C object zephyr/CMakeFiles/zephyr.dir/build/src/workspace/mimxrt1010_evk_2_master/modules/hal/nxp/mcux/drivers/imx/fsl_trng.c.obj

[ 58%] Linking CXX static library libzephyr.a

[ 58%] Built target zephyr

Scanning dependencies of target arch__common

[ 59%] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/isr_tables.c.obj

[ 60%] Building C object zephyr/arch/common/CMakeFiles/arch__common.dir/sw_isr_common.c.obj

[ 60%] Linking C static library libarch__common.a

[ 60%] Built target arch__common

Scanning dependencies of target arch__arm__core__aarch32

[ 60%] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap.c.obj

[ 61%] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/swap_helper.S.obj

[ 62%] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/irq_manage.c.obj

[ 62%] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/thread.c.obj

[ 63%] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/cpu_idle.S.obj

[ 63%] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/fatal.c.obj

[ 64%] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi.c.obj

[ 65%] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/nmi_on_reset.S.obj

[ 65%] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/prep_c.c.obj

[ 67%] Building ASM object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/isr_wrapper.S.obj

[ 67%] Building C object zephyr/arch/arch/arm/core/aarch32/CMakeFiles/arch__arm__core__aarch32.dir/__aeabi_atexit.c.obj

[ 68%] Linking C static library libarch__arm__core__aarch32.a

[ 68%] Built target arch__arm__core__aarch32

Scanning dependencies of target arch__arm__core__aarch32__cortex_m

[ 69%] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/vector_table.S.obj

[ 69%] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/reset.S.obj

[ 70%] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault_s.S.obj

[ 71%] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj

[ 71%] Building ASM object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/exc_exit.S.obj

[ 72%] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/scb.c.obj

[ 72%] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/irq_init.c.obj

[ 73%] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/CMakeFiles/arch__arm__core__aarch32__cortex_m.dir/thread_abort.c.obj

[ 74%] Linking C static library libarch__arm__core__aarch32__cortex_m.a

[ 74%] Built target arch__arm__core__aarch32__cortex_m

Scanning dependencies of target arch__arm__core__aarch32__cortex_m__mpu

[ 74%] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/mpu/CMakeFiles/arch__arm__core__aarch32__cortex_m__mpu.dir/arm_core_mpu.c.obj

[ 75%] Building C object zephyr/arch/arch/arm/core/aarch32/cortex_m/mpu/CMakeFiles/arch__arm__core__aarch32__cortex_m__mpu.dir/arm_mpu.c.obj

[ 75%] Linking C static library libarch__arm__core__aarch32__cortex_m__mpu.a

[ 75%] Built target arch__arm__core__aarch32__cortex_m__mpu

Scanning dependencies of target lib__libc__newlib

[ 75%] Building C object zephyr/lib/libc/newlib/CMakeFiles/lib__libc__newlib.dir/libc-hooks.c.obj

[ 76%] Linking C static library liblib__libc__newlib.a

[ 76%] Built target lib__libc__newlib

Scanning dependencies of target lib__posix

[ 77%] Building C object zephyr/lib/posix/CMakeFiles/lib__posix.dir/pthread_common.c.obj

[ 77%] Linking C static library liblib__posix.a

[ 77%] Built target lib__posix

Scanning dependencies of target soc__arm__common__cortex_m

[ 78%] Building C object zephyr/soc/arm/common/cortex_m/CMakeFiles/soc__arm__common__cortex_m.dir/arm_mpu_regions.c.obj

[ 79%] Linking C static library libsoc__arm__common__cortex_m.a

[ 79%] Built target soc__arm__common__cortex_m

Scanning dependencies of target boards__arm__mimxrt1010_evk

[ 80%] Building C object zephyr/boards/arm/mimxrt1010_evk/CMakeFiles/boards__arm__mimxrt1010_evk.dir/pinmux.c.obj

[ 80%] Linking C static library libboards__arm__mimxrt1010_evk.a

[ 80%] Built target boards__arm__mimxrt1010_evk

Scanning dependencies of target subsys__net

[ 80%] Building C object zephyr/subsys/net/CMakeFiles/subsys__net.dir/buf.c.obj

[ 81%] Linking C static library libsubsys__net.a

[ 81%] Built target subsys__net

Scanning dependencies of target subsys__net__ip

[ 81%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_core.c.obj

[ 82%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_if.c.obj

[ 83%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/utils.c.obj

[ 83%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_context.c.obj

[ 84%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_pkt.c.obj

[ 85%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_tc.c.obj

[ 85%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/icmpv6.c.obj

[ 86%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/nbr.c.obj

[ 86%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/ipv6.c.obj

[ 87%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/ipv6_nbr.c.obj

[ 88%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/net_stats.c.obj

[ 88%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/connection.c.obj

[ 89%] Building C object zephyr/subsys/net/ip/CMakeFiles/subsys__net__ip.dir/udp.c.obj

[ 89%] Linking C static library libsubsys__net__ip.a

[ 89%] Built target subsys__net__ip

Scanning dependencies of target subsys__random

[ 90%] Building C object zephyr/subsys/random/CMakeFiles/subsys__random.dir/rand32_entropy_device.c.obj

[ 91%] Linking C static library libsubsys__random.a

[ 91%] Built target subsys__random

Scanning dependencies of target drivers__gpio

[ 92%] Building C object zephyr/drivers/gpio/CMakeFiles/drivers__gpio.dir/gpio_mcux_igpio.c.obj

[ 92%] Linking C static library libdrivers__gpio.a

[ 92%] Built target drivers__gpio

Scanning dependencies of target drivers__serial

[ 93%] Building C object zephyr/drivers/serial/CMakeFiles/drivers__serial.dir/uart_mcux_lpuart.c.obj

[ 93%] Linking C static library libdrivers__serial.a

[ 93%] Built target drivers__serial

Scanning dependencies of target drivers__entropy

[ 93%] Building C object zephyr/drivers/entropy/CMakeFiles/drivers__entropy.dir/entropy_mcux_trng.c.obj

[ 94%] Linking C static library libdrivers__entropy.a

[ 94%] Built target drivers__entropy

Scanning dependencies of target zephyr_prebuilt

[ 95%] Building C object zephyr/CMakeFiles/zephyr_prebuilt.dir/misc/empty_file.c.obj

[ 96%] Linking CXX executable zephyr_prebuilt.elf

Memory region         Used Size  Region Size  %age Used

           OCRAM:          0 GB        64 KB      0.00%

            ITCM:          0 GB        32 KB      0.00%

           FLASH:       49608 B        16 MB      0.30%

            SRAM:       46744 B        32 KB    142.65%

        IDT_LIST:          72 B         2 KB      3.52/root/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/9.2.0/../../../../arm-zephyr-eabi/bin/ld: zephyr_prebuilt.elf section `noinit' will not fit in region `SRAM'

/root/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/9.2.0/../../../../arm-zephyr-eabi/bin/ld: section .intList VMA [0000000020008000,0000000020008047] overlaps section noinit VMA [0000000020000a48,000000002000b697]

/root/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/9.2.0/../../../../arm-zephyr-eabi/bin/ld: region `SRAM' overflowed by 13976 bytes

collect2: error: ld returned 1 exit status

%

make[2]: *** [zephyr/zephyr_prebuilt.elf] Error 1

zephyr/CMakeFiles/zephyr_prebuilt.dir/build.make:103: recipe for target 'zephyr/zephyr_prebuilt.elf' failed

make[1]: *** [zephyr/CMakeFiles/zephyr_prebuilt.dir/all] Error 2

CMakeFiles/Makefile2:660: recipe for target 'zephyr/CMakeFiles/zephyr_prebuilt.dir/all' failed

make: *** [all] Error 2

Makefile:83: recipe for target 'all' failed

script returned exit code 2

Environment (please complete the following information):

  • Linux
  • Zephyr SDK
  • v2.3.0-rc1
@hakehuang hakehuang added bug The issue is a bug, or the PR is fixing a bug area: Samples Samples platform: NXP NXP labels May 14, 2020
@hakehuang
Copy link
Collaborator Author

@MaureenHelm

@carlescufi carlescufi added the priority: low Low impact/importance bug label May 19, 2020
@dleach02
Copy link
Member

@hakehuang, I'm going to close this as invalid. The sample.yaml lists netif as a dependency which is not part of the rt1010 evk board feature set so this should not have been part of the test run. The sanitycheck script skips this because of the netif dependency.

@hakehuang
Copy link
Collaborator Author

@dlech Thanks a lot, this is a false alart.

@dlech
Copy link
Contributor

dlech commented May 21, 2020

I think you mean @dleach02 😉

@hakehuang
Copy link
Collaborator Author

sorry @dlech , and thanks for your kindness.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Samples Samples bug The issue is a bug, or the PR is fixing a bug platform: NXP NXP priority: low Low impact/importance bug
Projects
None yet
Development

No branches or pull requests

4 participants