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?
What i meant by exe is that its generating a object file. So, as I am using GNUARM toolchain, its generating object file called <file>.elf But I dont see any such file generated at the location specified by the path.
The linker will not create a file with the extention .exe, because that would indicate an executable file for a PC. Look for files with the extention .bin, or no extension at all. You might also be able to specify the actual output file name in the linker options.
View all questions in Keil forum