"arm-none-eabi-g++" not found in PATH"
I created a new project using STM32CubeMX to generate the code for a simple GPIO application.
All seams to work as expected except the build shows the above error at the end of the build dialog in the Console window.
Also, in the Problems window I get “arm-none-eabi-g++” not found in PATH” and “arm-none-eabi-gcc” not found in PATH”. but those files are in the directories it is accessing.
Also, when I try to run, I get this message:
OpenOCD Script not found (or not support yet):
C:\Ac6\SystemWorkbench\plugins\fr.ac6.mcu.debug_1.11.0.201610101240\resources\openocd\scripts\st_board
However, the configuration file for the board I am using “nucleo_l476rg.cfg” is in that directory location.
I am using the STM32L476 Nucleo 64 board. Everything is set to default except that PC0 thru PC12 are set as GPIO_Output.
Any help would be appreciated. I am new with ST products.
Also
I may be doing something wrong but do not know what.
Thanks