"arm-none-eabi-g++" not found in PATH"
In the Newest FAQs “System Workbench for STM32 - Project Creation” there is a question and answer topic:
Question: Why is there an error “Program “arm-none-eabi-gcc” not found in PATH” while my project can be built ?
Answer
When creating your project, you probably selected to import the low-level drivers as static library. This error does not really exists and should not affect the usage. This is a known bug, we are working on it not to display the error message.
If you find it inconvenient, you can remove this message. Go to the “Problems” view (Windows > Show views > Problems) then select the errors and delete them. Unlike real problems, these errors won’t appear again. The error could also disappear when System Workbench is restarted.
I tried this and the mentioned errors went away.
Dave