dpilcher
(David Pilcher)
1
Hi
I installed ARM GCC from here: Downloads | GNU Arm Embedded Toolchain Downloads – Arm Developer
Changed the toolset per here: Switching to GCC - Installing | Mbed Studio Documentation
I can open a ‘gcc command prompt’ and running ’ arm-none-eabi-gcc’ works from that prompt.
Now when I build in the Studio I get this error:
Could not find executable for GCC_ARM.
Currently set search path: No path set
I did set the appropriate path (in unix format) for the install path. Only the release name was different.
Any ideas what path is not set?
arekzaluski
(Arkadiusz Zaluski)
2
Hi David,
Would you mind answering few questions? It will help us investigate this issue.
- What platform are you on? Is it a Windows, Mac or Linux?
- Are you using Mbed Studio 1.0.0?
- Can you share a path you put in
external-tools.json
? It needs to point at bin folder inside downloaded GNU Arm Embedded Toolchain.
Thanks,
Arek - Mbed Studio team
dpilcher
(David Pilcher)
4
Ok, so I thought answer was… set an OS environment variable.
MBED_GCC_ARM_PATH
to
C:/Program Files (x86)/GNU Arm Embedded Toolchain/9 2020-q2-update/bin
(or appropriate version)
If I paste the build command into a CMD prompt, it builds with this but the UI doesn’t