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: gcc3 arm-elf crosscompiler under cygwin


>-----Original Message-----
>From: andy@softbookpress.com [mailto:andy@softbookpress.com]
>Sent: 03 July 2001 16:06

>Thanks Richard
>With "make all" it went a lot further, all the  way to "configuring
>arm-elf/libiberty"
>where it failed because "C compiler cannot create executables"
>Here's my configure command:
>../gcc-3.0/configure --target=arm-elf --prefix=/tools 
>--enable-languages=c,c++
>I have a sys-includes directory from my previous cross-compiler in
>$(prefix)/arm-elf
>I just updated to the latest version of cygwin
>What am I missing ??

  A library and startup files ?  Are you using newlib ?  If so, this is
the point at which you have your working core C compiler, but you can't
build the C++ libraries until you've got the C library built, so you'd
need to make and install newlib at this point and then retry your 'make
all' for the compiler.


       DaveK
-- 
we are not seats or eyeballs or end users or consumers.
we are human beings - and our reach exceeds your grasp.
                    deal with it.                      - cluetrain.org 


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