Hi,
Check if your ARM_TOOLCHAIN_DIR points where arm_none_eabi_gcc.exe is physically located on your hard drive:
And also try in console if the file is executable (you may be facing some encryption issues):
Jiri
Hi,
If you remove creating .srec file, are you able get .elf file? From the output it looks like that the .elf is missing as a .srec source. Any other error messages in console?
Do you have default output settings like on this screenshot (in project properties):
Jiri