I installed the GNU ARM Embedded Toolchain for Windows downloaded from
https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads website.
The toolchain is not automatically detected by C::B (svn 10912).
If I manually select "GNU GCC Compiler for ARM", under "Toolchain executables" tab I see C::B searches for arm-elf* executables.
On the other side, the toolchain installs arm-none-eabi* executables.
Is there a way to have the GNU ARM Embedded Toolchain autoamtically detected by C::B?
Or, how can I manually set the toolchain so that it can be used to compile and debug?
Thanks