I’m trying to use Mbed Studio 1.3.0 with mbed-os 6.3.0 and a DISCO-L475VG-IOT01A (B-L475E-IOT01A) board. However, everytime I try to compile my program I get multiple various and hazardous errors.
The last in date :
Compile [ 35.4%]: mbed_trace.c
[Fatal Error] mbed_trace.c@30,10: 'mbed-client-libservice/ip6string.h' file not found
[ERROR] .\mbed-os\platform\mbed-trace\source\mbed_trace.c:30:10: fatal error: 'mbed-client-libservice/ip6string.h' file not found
#include "mbed-client-libservice/ip6string.h"
Other errors include:
error warning l3912w option 'legacyalign' is deprecated
error l6218e undefined symbol during linking
What I have tried:
Uninstall and reinstall Mbed Studio
Delete and resync mbed-os library
Changing name of my program
Recreating my entire program
Nothing, I have no idea what to do to make Mbed Studio work. Do you have any ideas ? Thanks