This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

/bin/sh: 1: aarch64-elf-gcc.exe: not found

The issue:

I cannot build my project because o get this error message:

/bin/sh: 1: aarch64-elf-gcc.exe: not found

In window - preferences - Arm DS -Toolchain:

I have added GCC 8.3.0 [aarch64-elf] toolchain that I downloaded from the official website: gcc-arm-8.3-2019.03-x86_64-aarch64-elf

When I open the project properties, in the C/C++ Build-Tool Chain Editor the current toolchain is GCC 8.3.0 [aarch64-elf], I also see a list of used tools:

GCC C Compiler 8.3.0 [aarch64-elf]
GCC C++ Compiler 8.3.0 [aarch64-elf]
GCC Assembler 8.3.0 [aarch64-elf]
GCC C Linker 8.3.0 [aarch64-elf]
GCC C++ Linker 8.3.0 [aarch64-elf]

As you can see, it has the compiler there. I dont understand how else would iI provide the compiler so it would be seen by ARM Ds.

Seems like arm ds does not see the .exe file, or it just simply is not there. Could you please help me figure it out?