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: Small footprint on Embedded system


>>>>> "Pete" == Pete Kelly <ramsfanxxxiv@yahoo.com> writes:

Pete> I am trying to get a small (<100K) java application to run on an
Pete> embedded system that has stringent memory constraints.

Pete> My question is, what the @#$% is my question?  Oh yeah, am I
Pete> leaving out some build step that requires the copying of the .so
Pete> files?  Is there a way to recompile gcc/gcj to greatly reduce
Pete> the size of the .so files?

This topic comes up periodically.  We have some ideas for how to
reduce the footprint of libgcj, but so far nobody has implemented
them.

Adam Megacz has a script which might help. I don't remember what it
does exactly :-(, or where to find it.  You'd have to search the
archives.

Linking statically will probably help some.  Sometimes there are
tricks to getting this to work correctly.  Again, this is in the list
archives.

Tom


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