This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Using mips2java to compile GCC/GCJ
Adam Megacz wrote:
Mohan Embar <gnustuff@thisiscool.com> writes:
...after javac chewed up up 120M of memory, I got this error:
Did you try jikes?
I don't think Mohan hit a javac problem.
I think the "i686_pc_mingw32_ld.java" file exceeds one of the
limit of the java class file format. which one is the 10cents question.
the solution would likely be to split that file...
Cedric