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

GNU ARM --- Error: can't execute 'as'

I'm trying to get uVision3 to work with the GNU ARM compiler. I have tried loading an example project and selected GNU as development tool. But when i try to build I get the following error:

Build target 'Zoom LH75401 Flash'
assembling Startup.s...
--- Error: can't execute 'as'
Target not created

The gccARM331 is installed in it's standard directory ('C:\Cygnus') but still uVision3 don't seem to find the 'as.exe'-file (which is located in 'C:\Cygnus\arm-tools\usr\bin' and 'C:\Cygnus\arm-tools\arm-thumb-elf\bin').

Anyone that knows how to solve this one?