6 years 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. /media/uploads/flipper313/err01.jpg

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. /media/uploads/flipper313/features_disabled_compile_ok.jpg 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.

Question relating to:

The STM32F746G-DISCO discovery board (32F746GDISCOVERY) is a complete demonstration and development platform for STMicroelectronics ARM® Cortex®-M7 core-based STM32F746NGH6 microcontroller.
Be the first to answer this question.