Program "arm-none-eabi-g++" not found in PATH Posted by elgarbe on 2015-08-09 14:37 On SW 1.3, when I create a new project everything is ok but I have this error... how to solve it? Thank!
Posted by dautrevaux on 2015-08-09 16:03 Hi, This is a known bug we are working on; currently the workaround is very simple: this errors only appear while creating the project but are spurious errors; if you just delete them from the Problems view, they will not appear again (at least for the already created projects; they may appear again when creating new projects). This error can trigger “could not be resolved” errors in your source files, while they can be compiled correctly; these errors are due to the indexing of th eproject not done correctly (often due to the previous error); you just have to right click on the project, then Index >> Rebuild and it should be OK then. Hope this works for you, Bernard
Posted by elgarbe on 2015-08-09 16:29 thank again Bernard. I like this new version, its seems that a lot of things are corrected. BTW, where do I finde a changelog of 1.3 version? regards!