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
Build fails, with the following error message: [Fatal Error] mbed_fault_handler.c@23,10: platform/mbed_error.h: No such file or directory
When building on Windows. I have tried both with Windows command and with Git bash ( using Mingw)
The toolchain used is GCC_ARM
I have tried building both on K64F and on NRF52840_DK.
I believe the failure originates from the commit 14a9824
built using:
mbed test --compile -m K64F -t GCC_ARM
mbed test --compil -m NRF52840_DK -t GCC_ARM