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
We can't execute OS2 tests in ARM if default_toolchain is uARM
ex:
$ python ./tools/build.py -m NUCLEO_F042K6 -t ARM
Build successes:
ARM::NUCLEO_F042K6
$ python ./tools/make.py -m NUCLEO_F042K6 -t ARM -n MBED_2
Building project stdio (NUCLEO_F042K6, ARM)
Could not compile for NUCLEO_F042K6: No Linker Script found
If I removed from targets.json file:
"default_toolchain": "uARM",
=> it's working