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?
There was an issue with the GCC bundle where it was missing a file. I am not sure this has been corrected yet. The file you need is: C:\ProgramFiles\GNUARM\bin\cygintl3.dll Without it builds silently fail. If you are running the Cygwin environment, the copy in the Cygwin /bin directory can be copied in. Kathy Moser