This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: 3.3.1 GCJ Cross compiler configuration issues


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]