This is the mail archive of the java@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: gcj on embedded mipsel linux


>>>>> "Mark" == Mark and Janice Juszczec <juszczec@hotmail.com> writes:

Not sure if you are Mark or Janice.

MorJ> I've got a Helio pda and I'm trying to port gcj to it.

Cool.

MorJ> I'm trying to shrink the 4Mb stripped libgcj.so by removing
MorJ> classes I don't need.

MorJ> I've started with the gnu packages.  Can anyone tell me what gcj
MorJ> uses the gnu packages for?  What is their relationship with the
MorJ> java packages with the same names?

The gnu.* packages are mostly implementations of things that are
required for the ordinary java.* packages to work correctly.  For
instance, character set encoders are there.

Size reduction has come up a number of times.  Nobody has a great
solution.  Depending on what you are trying to do, static linking
might work.  There are caveats to doing that though; see the list
archives for details.

Tom


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