I have installed the yagarto tool chain according to the howto posted on
the yagarto website. It seems as if i got something wrong. does anybody
know what could be causing the compiler to fail ????????
the following is the contains of my window:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\ENTWICKLUNG\Projects\sihatec\WINDMESSER_2010\INBETRIEBNAHME\RONETIX_p
m9263\ID
E\SAM7X256Test>make --version
GNU Make 3.81
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.
This program built for i686-pc-mingw32
C:\ENTWICKLUNG\Projects\sihatec\WINDMESSER_2010\INBETRIEBNAHME\RONETIX_p
m9263\ID
E\SAM7X256Test>arm-none-eabi-gcc --version
arm-none-eabi-gcc (GCC) 4.5.2
Copyright (C) 2010 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.
C:\ENTWICKLUNG\Projects\sihatec\WINDMESSER_2010\INBETRIEBNAHME\RONETIX_p
m9263\ID
E\SAM7X256Test>make clean
rm -f ./src/startup.o ./src/low_level_init.o ./src/main.o
rm -f test_ram.elf
rm -f test_ram.map
rm -f test_ram.hex
rm -f test_rom.elf
rm -f test_rom.map
rm -f test_rom.hex
rm -f ./src/low_level_init.c.bak ./src/main.c.bak
rm -f ./src/low_level_init.lst ./src/main.lst
rm -f ./src/startup.s.bak
rm -f ./src/startup.lst
rm -fR .dep
C:\ENTWICKLUNG\Projects\sihatec\WINDMESSER_2010\INBETRIEBNAHME\RONETIX_p
m9263\ID
E\SAM7X256Test>make all
arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=arm7tdmi -g -gdwarf-2
-Wa,-amhl
s=src/startup.lst src/startup.s -o src/startup.o
arm-none-eabi-gcc: unrecognized option '-wa,-amhls=src/startup.lst'
cc1.exe: error: unrecognized command line option "-e"
cc1.exe: warning: unrecognized gcc debugging option: _
cc1.exe: warning: unrecognized gcc debugging option: _
cc1.exe: warning: unrecognized gcc debugging option: u
cc1.exe: warning: unrecognized gcc debugging option: s
cc1.exe: warning: unrecognized gcc debugging option: e
cc1.exe: warning: unrecognized gcc debugging option: s
cc1.exe: warning: unrecognized gcc debugging option: _
cc1.exe: warning: unrecognized gcc debugging option: i
cc1.exe: warning: unrecognized gcc debugging option: n
cc1.exe: warning: unrecognized gcc debugging option: i
cc1.exe: warning: unrecognized gcc debugging option: t
cc1.exe: warning: unrecognized gcc debugging option: f
cc1.exe: warning: unrecognized gcc debugging option: i
cc1.exe: warning: unrecognized gcc debugging option: n
cc1.exe: warning: unrecognized gcc debugging option: i
cc1.exe: warning: unrecognized gcc debugging option: _
cc1.exe: warning: unrecognized gcc debugging option: _
make: *** [src/startup.o] Error 1
C:\ENTWICKLUNG\Projects\sihatec\WINDMESSER_2010\INBETRIEBNAHME\RONETIX_p
m9263\ID
E\SAM7X256Test>