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
Did you install the GNU Tools? Jon
Yes, I installed two packages, the ARM IDE and the ARM gcc compiler package. I don't remember which I installed first though, does it matter??
Did you sort this out? I don't seem to be able to compile the Blink.C example (for the LPC2106). I've had a screen full of errors; this is now reduced to a single "Internal compiler error in emit_move_insn_1 at expr.c" Anyone else encountered this?
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.
Just in case anyone is following this ... The tools now work correctly - on a Windows XP machine. I couldn't get them to work under 98 or NT. Michael.