This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

RE: gen-params problem during make all install of gcc for powerpc -eabi with Solaris host


>-----Original Message-----
>From: jimk@scitechsoft.com [mailto:jimk@scitechsoft.com]
>Sent: 20 April 2001 00:30

  [ BTW Jim, you should probably use the mailing list address 
crossgcc@sources.redhat.com rather than the address you're using which is
crossgcc-owner@sources.redhat.com.  I think that's meant to be an
administrative address. ]

>I'm also new to cygwin and building a cross-compiler and I've made 
>some progress thanks especially to the email below, but I'm having 
>some problems now.  Here's my setup
>
>#host=i686-pc-cygwin32
>#target=i486-linux

>#/gcc-2.95.3-2/configure --target=$target --prefix=$prefix --with-
>headers=/newlib-1.9.0/newlib/libc/include --with-newlib -v
>#make LANGUAGES="c" all install
>
>I kept get a not found error message on errno.h (just like below with 
>newlib) until I added both the --with-headers line and the --with-
>newlib line.  I also tried it with the soft links first and 
>always got the 
>error message.  After I added both of those, and removed the soft 
>links, this build appears to have built successfully.

  Ah, but newlib doesn't work with Linux!  You need to try again with glibc,
and pointing at the linux header files with --with-headers.  This probably
is the reason for the problems you had following the standard procedure.

  Although it seems to have built successfully the chances of it compiling
working code are minimal. 

        DaveK
-- 
 All your base are belong to the Israeli army!  Oh, now they aren't again!


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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