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

ARM tools not working. Help please

Hello,
I installed the beta version of the ARM tools but when I try to build the "Blinky" project I get the following error:
"--- Error: can't execute 'ARM-ELF-AS'
What am I doing wrong?

Thanks,

Jesus M. Lares

Parents
  • Yes I did. My problem was that I also had Cygwin installed and there were a couple of dlls that were causing the problem. There are two dlls (cygintl-1.dll and cygwin1.dll)which are named the same in both cygwin, and the ARM7 development tools, though they are not the same. I simply renamed the the cygwin dlls to something else when using the ARM7 development tools. I hope this helps.

Reply
  • Yes I did. My problem was that I also had Cygwin installed and there were a couple of dlls that were causing the problem. There are two dlls (cygintl-1.dll and cygwin1.dll)which are named the same in both cygwin, and the ARM7 development tools, though they are not the same. I simply renamed the the cygwin dlls to something else when using the ARM7 development tools. I hope this helps.

Children