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?
Yes, that was exactly what I needed! It helped. I was trying to build the threadX sample projects. When I made the changes you suggested it worked. (Now I have a different error message though ;D)
Thank you!