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
The CMake toolchain function mbed_set_toolchain_options() in tools/cmake/toolchains/GCC_ARM.cmake construct the linker script and map file paths using the variable ${APP_TARGET} instead of the function argument ${target}. This can cause improper files outputs if APP_TARGET is not defined.