Eclipse GCC ARM (makefile) project Export - Bad include paths.

23 Jun 2017

The Eclipse CDT managed export doesn't work - because the linker command is wrong:

https://developer.mbed.org/forum/bugs-suggestions/topic/27891/

The Eclipse makefile export does, at least, build successfully; but the include paths are wrong - meaning that the code browsing doesn't work and Eclipse gives loads of indexer "Semantic" errors.

/media/uploads/awneil/2017-06-23_-3-.png

/media/uploads/awneil/2017-06-23_-4-.png

23 Jun 2017

As generated by the Exporter, Project Properties > C/C++ General > Paths and Symbols looks like this: /media/uploads/awneil/2017-06-23_-5-.png

It needs to look like this: /media/uploads/awneil/2017-06-23_-9-.png

and the System includes are also needed: /media/uploads/awneil/2017-06-23_-10-.png

23 Jun 2017

Hey Andrew,

I responded to your issue on github https://github.com/ARMmbed/mbed-os/issues/4624

23 Jun 2017

Thanks - I was just about to make the reference!