Hi I am working with winarm on vista. So I downloaded the winarm20060606 and installed it, and opened the programmers notepad from the pn folder and loaded a example project and clicked "make All" i get this message which is as follows: > "make.exe" all -------- begin (mode: ROM_RUN) -------- arm-elf-gcc (GCC) 4.1.1 (WinARM) Copyright (C) 2006 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Assembling (ARM-only): startup.S arm-elf-gcc -c -mcpu=arm7tdmi -I. -x assembler-with-cpp -DROM_RUN -Wa,-adhlns=startup.lst,-gdwarf-2 startup.S -o startup.o arm-elf-gcc: CreateProcess: No such file or directory make.exe: *** [startup.o] Error 1 > Process Exit Code: 2 > Time Taken: 00:00 Could you please tell me how to remove the error?
Vidya Ozarde wrote: > Assembling (ARM-only): startup.S > arm-elf-gcc -c -mcpu=arm7tdmi -I. -x assembler-with-cpp -DROM_RUN > -Wa,-adhlns=startup.lst,-gdwarf-2 startup.S -o startup.o > arm-elf-gcc: CreateProcess: No such file or directory > make.exe: *** [startup.o] Error 1 > >> Process Exit Code: 2 >> Time Taken: 00:00 > > > Could you please tell me how to remove the error? Did you add WinArm to your system path? Also, I seem to recall a bug in GCC 4.1.0 (the version that comes in WinArm20060606) and it won't run on Vista.
Jim Kaz wrote: > Vidya Ozarde wrote: > >> Assembling (ARM-only): startup.S >> arm-elf-gcc -c -mcpu=arm7tdmi -I. -x assembler-with-cpp -DROM_RUN >> -Wa,-adhlns=startup.lst,-gdwarf-2 startup.S -o startup.o >> arm-elf-gcc: CreateProcess: No such file or directory >> make.exe: *** [startup.o] Error 1 >> >>> Process Exit Code: 2 >>> Time Taken: 00:00 >> >> >> Could you please tell me how to remove the error? > > Did you add WinArm to your system path? Also, I seem to recall a bug in > GCC 4.1.0 (the version that comes in WinArm20060606) and it won't run on > Vista. There is a dirty hack to get the older tools as in WinARM working with Vista. It's mentioned on the WinARM page. But I suggest to use a package with newer versions (DevkitARM, Anglia SARM, Yagarto, Codesourcery G++ for ARM...) which should work "out of the box".
Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
Log in with Google account
No account? Register here.