You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit temporarily disables the Newlib nano variant for the Xtensa
architecture because there is a bug in the nano `memset` implementation
causing a system crash (see the GitHub issue zephyrproject-rtos#660).
Revert this commit when zephyrproject-rtos#660 is fixed.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
This commit temporarily disables the Newlib nano variant for the Xtensa
architecture because there is a bug in the nano `memset` implementation
causing a system crash (see the GitHub issue #660).
Revert this commit when #660 is fixed.
Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
Zephyr fails to boot on
qemu_xtensa
(usingxtensa-sample_controller_zephyr-elf
toolchain) when the Newlib nano variant is selected.Note that this issue is not observed when using the Newlib full variant (i.e.
CONFIG_NEWLIB_LIBC_NANO=n
).Apply the following patch to
${ZEPHYR_SDK_INSTALL_DIR}/cmake/zephyr/Kconfig
:To reproduce, run the following command:
QEMU exits without any useful messages inside
memset
called fromxtensa_stack_init
.p.s. This issue might not be specific to
xtensa-sample_controller_zephyr-elf
andqemu_xtensa
, and may be observed on other Xtensa targets.The text was updated successfully, but these errors were encountered: