Pedro Alves ha scritto:
Andrea Marongiu wrote:
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall
(...)
/home/marongiu/Desktop/GCC-4.2.1/ARM/LOCAL/arm-elf/bin/as:
unrecognized option `-Qy'
Coult it be you have '.' on the $PATH? Don't do it, or at
least put it last, and then try again.
make[1]: *** [g++spec.o] Error 1
make[1]: Leaving directory
`/home/marongiu/Desktop/GCC-4.2.1/ARM/BUILD/GCC/gcc'
make: *** [all-gcc] Error 2
Cheers,
Pedro Alves
I removed '.' from my $PATH and everything worked fine.
Thanks everybody for your time and advices.
Andrea