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: More MIPS Compiling Problems...


>-----Original Message-----
>From: lists@morris-clan.net [mailto:lists@morris-clan.net]
>Sent: 23 May 2001 16:43


>	--with-headers=/usr/include \

  AAaargh!

  You don't want to compile the MIPS target libgcc.a using the Solaris
system headers, unless you're planning to port the Solaris C library
to MIPS......

  Do you have plans to use any C library at all?  I assume from your
comment about putting the entire code in the cache that you probably
don't want any of the stdlib functions, but you'd still need to build
the compiler with a library, and then just not have it linked in by
not using any of the functions....

>   ld: warning: file libcpp.a ignored: unable to locate archive symbol 
>table
>   Undefined                       first referenced
>    symbol                             in file
>   xrealloc                            scan.o
>   hashf                               gen-protos.o
>   xmalloc                             scan.o
>   ld: fatal: Symbol referencing errors. No output written to
>   gen-protos

  What *exactly* is your $PATH setting?  It may be picking up the wrong
binutils here.

       DaveK
-- 
*** RIP: Douglas Adams. So long, and thanks for all the books. ***


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