This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
problem for powerpc gcc
- From: Anjali Sharma <anjalis at cdotd dot ernet dot in>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 06 Mar 2003 15:49:42 +0530
- Subject: problem for powerpc gcc
- >received: from aries.cdotd.ernet.in by cdotd.cdotd.ernet.in (SMI-8.6/SMI-SVR4)id PAA29047; Thu, 6 Mar 2003 15:58:12 -0500
- Organization: CDoT
Hi All
I am trying to generate g++ for powerpc on HP Unix 11.0 using gnu gcc
2.95.2
For the command :-
/usr/local/GNU/gcc-3.0.4/gcc/xgcc --verbose
-B/usr/local/GNU/gcc-3.0.4/gcc/
-B/usr/local/GNU/PPC/powerpc-motorola-elf/bin/
-B/usr/local/GNU/PPC/powerpc-motorola-elf/lib/ -isystem
/usr/local/GNU/PPC/powerpc-motorola-elf/include -O2 -DCROSS_COMPILE
-DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes
-Wmissing-prototypes -isystem ./include -g1 -DIN_LIBGCC2
-D__GCC_FLOAT_NOT_NEEDED -Dinhibit_libc -I. -I. -I. -I./. -I./config
-I./../include -mrelocatable-lib -mno-eabi -mstrict-align -DL_muldi3 -c
./libgcc2.c -o libgcc/./_muldi3.o
I am getting the following output error :-
as -mppc -V -Qy -mrelocatable-lib -o libgcc/./_muldi3.o
/var/tmp/ccGgplJp.s
as: unrecognized option `-mppc'
Could someboys please help me in resolving this error .
Thanks in advance
Anjali