6 years, 3 months ago.

Online compiler: can specify additional include paths?

Is it possible to add additonal paths to be used to search for include files to the online compiler?

I'm actually try to build one of the BLE examples anmd this seems to be breaking the build with the current version (likely because of https://os.mbed.com/forum/bugs-suggestions/topic/33334/?page=1#comment-61964). This #includes "ble/BLE.h" which fails. I can fix this by including the relative path "features/FEATURE_BLE/ble/BLE.h". Hower this in turn fails to load it's includes, namely "ble/Gap.h".

I'm sure being able to add "features/FEATURE_BLE" as a search path would fix this error.

Thanks, Chris

Be the first to answer this question.