On 7/7/2010 4:41 PM, alex wrote: > On 7/7/2010 3:37 PM, The Seven wrote: > >>> Is there an easy way to get and install this? I've looked in cygwin's >>> setup and can't find it as an option. I've also looked in Mint 9's >>> software manager and can't find it there either. Is it part of another >>> package? >>> >>> >> No need for cygwin: http://www.yagarto.de/ >> I've been using that all the time. >> >> _______________________________________________ >> Linux4nano-dev mailing list >> Linux4nano-dev@gna.org >> https://mail.gna.org/listinfo/linux4nano-dev >> http://www.linux4nano.org >> >> >> > Thank goodness, it runs in windows and has an IDE. > > _______________________________________________ > Linux4nano-dev mailing list > Linux4nano-dev@gna.org > https://mail.gna.org/listinfo/linux4nano-dev > http://www.linux4nano.org > > Did I do something wrong? This is what I get when I try to compile.
/Microsoft Windows XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. .... D:\...\ibugger\classic\core>make clean rm -f *.lst core.map init.o main.o strlen.o sprintf.o core.bin core.elf D:\...\ibugger\classic\core>make all arm-elf-as -alhn=init.lst init.S -o init.o arm-elf-gcc -Os -W -Wall -pedantic -ffreestanding -fomit-frame-pointer -Wa,-alhn =main.lst -c main.c -o main.o main.c:1:1: warning: C++ style comments are not allowed in ISO C90 main.c:1:1: warning: (this will be reported only once per input file) arm-elf-gcc -Os -W -Wall -pedantic -ffreestanding -fomit-frame-pointer -Wa,-alhn =strlen.lst -c strlen.c -o strlen.o arm-elf-gcc -Os -W -Wall -pedantic -ffreestanding -fomit-frame-pointer -Wa,-alhn =sprintf.lst -c sprintf.c -o sprintf.o arm-elf-ld -Map core.map -o core.elf init.o main.o strlen.o sprintf.o ls.x -Tls .x /cygdrive/c/programme/gnuarm/lib/gcc/arm-elf/4.1.1/libgcc.a /cygdrive/c/programme/gnuarm/bin/arm-elf-ld: c:/devkitPro/msys/cygdrive/c/progra mme/gnuarm/lib/gcc/arm-elf/4.1.1/libgcc.a: No such file: No such file or directo ry make: *** [core.elf] Error 1 D:\...\ibugger\classic\core>/ This error message came up when I tried to compile it in cygwin as well. Any way, if someone could let me know where the error is and how to fix it, I would be verry great-full. _______________________________________________ Linux4nano-dev mailing list Linux4nano-dev@gna.org https://mail.gna.org/listinfo/linux4nano-dev http://www.linux4nano.org