>>> 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
>>>
>>>        
Okay, I fixed that problem. the makefile was having it look in the wrong 
place. I got the core to compile, but I can't compile the loader and 
sramloader. I get:

gcc -o bin2htm bin2htm.c
make: gcc: Command not found
make: *** [bin2htm] Error 127

Is this another makefile problem or is something not installed properly 
on my system?

_______________________________________________
Linux4nano-dev mailing list
Linux4nano-dev@gna.org
https://mail.gna.org/listinfo/linux4nano-dev
http://www.linux4nano.org

Reply via email to