Forum: System Workbench for STM32

Program "arm-none-eabi-g++" not found in PATH

On SW 1.3, when I create a new project everything is ok but I have this error...
how to solve it?

Thank!

France

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


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!