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]
Other format: [Raw text]

RE: glibc using cygwin


>-----Original Message-----
>From: mschmid@ascona.de [mailto:mschmid@ascona.de]
>Sent: 21 February 2002 08:29
>To: crossgcc@sources.redhat.com
>Subject: glibc using cygwin
>
>
>Hi,
>
>i use gcc 2.95.2-6 as crosscompiler for power-pc target and newlib 1.9.0 .
>My host system is x86 using cygwin 1.1.8 .
>All this components are working fine.
>Now i want to use glibc 2.2.3 , but the configuration script told me:
>"The GNU C library is currently not available for this platform ....... "
>
>I can't imagine that it is a problem to build glibc for power-pc target
>using cygwin.
>Did i anything wrong ?
>Is there a howto for configuring and building glibc ?


  As it says, glibc is not available... for cygwin.  

  When you configure gcc as a crosscompiler, you use --target=powerpc-eabi
or whatever.

  But glibc is a native program for ppc; so you use the ppc compiler, and
say configure --host=powerpc-eabi or whatever.

  Did you configure glibc using --target (like gcc) instead of --host?  That
fooled me before.

        DaveK
-- 
Burn your ID card!  http://www.optional-identity.org.uk/
Help support the campaign, copy this into your .sig!




**********************************************************************
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@sources.redhat.com


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