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?
".\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.