This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: make cross with egcs?
- To: egcs at cygnus dot com
- Subject: Re: make cross with egcs?
- From: Brederlow <goswin dot brederlow at student dot uni-tuebingen dot de>
- Date: 18 Dec 1997 19:04:43 +0100
- Cc: Jeff Johnson <jbj at jbj dot org>
- References: <26331.882373789@hurl.cygnus.com>
- Reply-To: egcs at cygnus dot com
Jeffrey A Law <law@cygnus.com> writes:
> In message <q9n2i0mcsv.fsf@fphp16.tphys.physik.uni-tuebingen.de>you write:
> > I'm trying to make a egcs 1.0 under hpux with --target=m68k-linux. I
> > got the following error during 'make cross'
> > _muldi3
> > as: unrecognized option `-Qy'
> You need a cross assembler. You'll also need other cross tools from
> binutils.
I have binutils compiled with --target=m68k and have it installed in
/opt/share/cross. After that I restarted the make cross for egcs again
and it went one a bit. After a short while it came up with missing
include file stdio.h. I tried to copy the include files from the glibc
to /opt/share/cross/include and set the cross include directory in the
egcs Makefile. It then found the stdio.h, but it couldn't find any
iincludefile that was in a subdirectory (like sys/), whereas the sys
dir and the file was there.
Any idea whats wrong there? Shouldn't configure ask for the cross
includedirectory?
May the Source be with you.
Mrvn