Guest
#1172997
Hello, I have downloaded the newest WinARM(20060606). I set all the paths and some more for Vista as mentioned here (http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/#winarm). I compiled the lpc2106_blink_switch example. First it did not work but after replacing the make (also mentioned on the page), it compiles without error. But when i want to compile a project from my work, which compiles without errors on other systems, it ends with the following errors: - Compiling C: src/firmware/armISR.c ./ccA1baaa.s: Assembler messages: ./ccA1baaa.s:9: Error: no such instruction: `mrs %edx,cpsr' ./ccA1baaa.s:15: Error: no such instruction: `msr cpsr,%eax' ./ccA1baaa.s:16: Error: no such instruction: `mrs %eax,cpsr' ./ccA1baaa.s:30: Error: no such instruction: `mrs %edx,cpsr' ./ccA1baaa.s:36: Error: no such instruction: `msr cpsr,%eax' ./ccA1baaa.s:37: Error: no such instruction: `mrs %eax,cpsr' ./ccA1baaa.s:52: Error: no such instruction: `mrs %ecx,cpsr' ./ccA1baaa.s:61: Error: no such instruction: `msr cpsr,%eax' ./ccA1baaa.s:62: Error: no such instruction: `mrs %eax,cpsr' make[1]: *** [bin/firmware/armISR.o] Error 1 make: *** [pacemate] Error 2 Has anyone an idea why this is happening. Is it a Vista problem or something else. Thanks, Richard