Hi,
I want to use a free GCC compiler. I have downloaded gcc-arm-none-eabi 5.4 V. Then I set in Project>Manage>Project items>Folder/Extensions and there I check the Use GCC Compiler (GNU) for ARM projects. PRefix is: arm-none-eabi- and Folder is C:\Program Files (x86)\GNU Tools ARM Embedded\5.4 2016q3\bin\
Then I tried to compile do project but with error: --- Error: failed to execute 'arm-none-eabi-gcc'
What I did a wrong? Did I forget for anything?
Thank you.
P.S. The project runs correctly with standard keil compiler...