This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: How to remove the option -Qy to as
- From: Pedro Alves <pedro_alves at portugalmail dot pt>
- To: Andrea Marongiu <marongiu_andrea at yahoo dot it>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Thu, 30 Aug 2007 21:30:35 +0100
- Subject: Re: How to remove the option -Qy to as
- References: <45723.98851.qm@web26307.mail.ukl.yahoo.com>
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