This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

problem with GNUARM tool chain

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?

Parents
  • 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

Reply
  • 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

Children
No data