Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 7 months ago.
Exported gnuarmeclipse project doesn't compile
Hello, I am trying to offline compile the blinky led example The export of the project to GNU ARM Eclipse toolchain is OK, I get the file mbed-os-example-blinky_gnuarmeclipse_DISCO_F746NG.zip The compilation stops at storage_volume.cpp:25:59: fatal error: storage-volume-manager/storage_volume_manager.h: No such file or directory. The file exists but it seems it isn't in the expected location.
Of course I can add the path in the include paths options , but then the compiler stops at another file . The issue seems to be with the features folder. If I remove from the Build the features folder everything compiles OK. Thank you, Stefan
PS. I have tried with other projects to export to GNU ARM Eclipse : mbed-os-example-blinky_gnuarmeclipse_LPC54114.zip, mbed-os-example-blinky_gnuarmeclipse_LPC546XX.zip I get the same result : compile stops at storage_volume_manager.h. Once the features folder removed from the compilation everything is OK.