More MIPS Compiling Problems...
David Korn
dkorn@pixelpower.com
Wed May 23 09:16:00 GMT 2001
>-----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
More information about the crossgcc
mailing list