You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When exporting a application to eclipse mbed export -i eclipse_gcc_arm and importing it into an Eclipse workspace Eclipse shows lots of Invalid project path: warnings:
This is because the include paths are wrong formatted for eclipse. They are /./<path> instead of /<project>/<path>:
I locally fixed the generator to format it correctly (will do a pull request) and the warnings are gone: