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
cmake: use ZEPHYR_SDK_INSTALL_DIR instead of TOOLCHAIN_HOME
Zephyr SDK specifies TOOLCHAIN_HOME in cmake/zephyr/generic.cmake for
use in Zephyr.
But when specifying Zephyr SDK contolled variables isuch as SYSROOT_DIR
or CROSS_COMPILE, then the Zephyr SDK should rightfully use
ZEPHYR_SDK_INSTALL_DIR instead.
The use of TOOLCHAIN_HOME stems from the time when the Zephyr SDK cmake
code was present in the Zephyr repo and not part of the Zephyr SDK
itself.
Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
0 commit comments