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: cygwin arm-elf-linux gcc build failure


>-----Original Message-----
>From: John Andrews [mailto:john@triscend.com]
>Sent: 23 March 2001 08:47

>I got rid of the -linux in the arm-elf-linux configuration and 
>I was able to complete building arm-elf-gcc --with-newlib.

>Can someone please tell me what libs I need in place to build
>arm-elf-linux-gcc? What I'm really shooting for is building 
>uClinux-2.4,

  Now, rth said:

>>  If you want a linux target, then you will need to obtain glibc and
>> build with that.  If you want newlib, then I suggest you use a more
>> appropriate cross configuration, such as plain "arm-elf".

  Given that, as you have just stated, you want to build a linux system,
why didn't you follow the first part of his advice rather than the
second ?  I don't know if uClinux is some embedded variant, but it
probably still needs glibc rather than newlib.

>libc/stdlib/__adjust.c
>Assembler messages:
> for reading.open
>: No such file or directory

  This error indicates that the assembler has been confused by DOS style
CRLF line ends when it only allows Unix style LFs.  If you were to convert
all the line ends in the newlib source to LFs, or were to make a cygwin
mount point in text mode for the newlib source and use that path in the
configure command instead, it would work.  When you start building glibc,
remember to do it with a mountpoint!

     DaveK
-- 
 All your base are belong to us!


**********************************************************************
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]