+Encountering this while building mcuboot #57418
Replies: 2 comments
-
Can anyone suggest an answer for this |
Beta Was this translation helpful? Give feedback.
0 replies
-
Issue is solved when i disable uart console |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
/home/jsrirangam/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/libzephyr.a(flash_map_default.c.obj):(.rodata.default_flash_map+0x6c): undefined reference to
__device_dts_ord_132' /home/jsrirangam/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/libzephyr.a(flash_map_default.c.obj):(.rodata.default_flash_map+0x7c): undefined reference to
__device_dts_ord_132'/home/jsrirangam/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/libzephyr.a(flash_map_default.c.obj):(.rodata.default_flash_map+0x8c): undefined reference to
__device_dts_ord_132' /home/jsrirangam/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/libzephyr.a(flash_map_default.c.obj):(.rodata.default_flash_map+0x9c): undefined reference to
__device_dts_ord_132'/home/jsrirangam/zephyr-sdk-0.15.2/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.1.0/../../../../arm-zephyr-eabi/bin/ld.bfd: zephyr/libzephyr.a(flash_map_default.c.obj):(.rodata.default_flash_map+0xac): undefined reference to `__device_dts_ord_132'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Beta Was this translation helpful? Give feedback.
All reactions