I tried compiling using GNUARM toolchain in keil(evaluation). In the output window it shows that it has succesfully created the exe. But when I goto the path where exe is supposed to be placed, I dont find any exe there. what could be the problem?
No executable at all. Here is what output window shows when compiled: Build target 'AT91M40800' assembling Startup.s... compiling Syscalls.c... compiling Serial.c... compiling Hello.c... linking... ".\Obj\Hello.elf" - 0 Error(s), 0 Warning(s). When tried to debug, I am getting the following message: Error: Could not load C:\Keil\ARM\GNU\Examples\Hello\Obj\Hello.elf Debugger aborted!
Note This message was edited to correct formatting.
".\Obj\Hello.elf" - 0 Error(s), 0 Warning(s). Hm. Could it be that there's something wrong with the base directory ? Did you search the harddrive for a file named Hello.elf ? Maybe the linker just put it in a place where the rest of the IDE doesn't expect it.
I have searched the entire disk. Its nowhere.