This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: problem for powerpc gcc
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Anjali Sharma <anjalis at cdotd dot ernet dot in>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 06 Mar 2003 09:59:28 -0500
- Subject: Re: problem for powerpc gcc
>>>>> Anjali Sharma writes:
Anjali> I am trying to generate g++ for powerpc on HP Unix 11.0 using gnu gcc
Anjali> 2.95.2
Anjali> as -mppc -V -Qy -mrelocatable-lib -o libgcc/./_muldi3.o
Anjali> /var/tmp/ccGgplJp.s
Anjali> as: unrecognized option `-mppc'
Anjali> Could someboys please help me in resolving this error .
You need to use a cross-assembler and cross-linker with the
cross-compiler.
David