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
To Reproduce
Try to build any application/test with CONFIG_USERSPACE=y and CONFIG_CMAKE_LINKER_GENERATOR=y
Expected behavior
Working
Impact
This will cause problems if you want to use USERSPACE together with armclang or IAR toolchain.
Logs and console output
user@b7f43aa2a597:/workdir/zephyr$ scripts/twister -T samples/hello_world/ -x CMAKE_LINKER_GENERATOR=y -x CONFIG_USERSPACE=y
Renaming output directory to /workdir/zephyr/twister-out.1
INFO - Using Ninja..
INFO - Zephyr version: v4.0.0-4635-g2fc39ec3f35a
INFO - Using 'zephyr' toolchain.
Currently, we (IAR) are working with a two pronged approach
To Reproduce
Try to build any application/test with
CONFIG_USERSPACE=y
andCONFIG_CMAKE_LINKER_GENERATOR=y
Expected behavior
Working
Impact
This will cause problems if you want to use USERSPACE together with armclang or IAR toolchain.
Logs and console output
Currently, we (IAR) are working with a two pronged approach
CMAKE_LINKER_GENERATOR+USERSPACE
work forld
, and the workaround above can be reverted/closed (or made more toolchain specific).The text was updated successfully, but these errors were encountered: