This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: GCC cross-compiler Installation


On Aug 21, 2001, Marcio de Oliveira Buss <marcio@ics.uci.edu> wrote:

> Hi,

Hi!

> gcc -c -DCROSS_COMPILE -DIN_GCC    -g -O2 -W -Wall -Wwrite-strings
> -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic
> -Wno-long-long  -DHAVE_CONFIG_H -DGENERATOR_FILE    -I. -I. -I. -I./.
> -I./config -I./../include ./gengenrtl.c
> as: unrecognized option `-Qy'

It appears that the assembler GCC is finding in the PATH (because
apparently it can't find it in any of the directories it searches by
default) doesn't accept this option.  Could it be that this assembler
is the cross assembler for mips-elf, instead of the native assembler
that the native gcc should be using?  If this is the case, take this
directory off your PATH: the cross assembler should be found as
mips-elf-as, not just as.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]