This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: 3.3.1 GCJ Cross compiler configuration issues
- From: Tom Tromey <tromey at redhat dot com>
- To: "Peter Blemel" <pblemel at hotmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 13 Apr 2004 14:17:23 -0600
- Subject: Re: 3.3.1 GCJ Cross compiler configuration issues
- References: <BAY2-F105k3GR89h7wt00004987@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Peter" == Peter Blemel <pblemel@hotmail.com> writes:
Peter> I've only got a half dozen undefined symbols left when I try to build
Peter> HelloWorld. I don't have fcntl. time. strdup, and what not.
The "embedded" crosses pretty much assume that you are using newlib,
which supplies a lot of this stuff. If you don't have newlib, then
you'll need to do either write the missing support (like you planned)
or add more configury to libgcj...
Tom