Thanks David - not all bad
Could be a result ofsome of the remaining warnings, or due to stuff I 'fixed'. Bit hard without an exceptq report. Let's wait until we see if I can finish compiling openjdk.
So on that, I had a few learnings. I know what's happening but I don't yet know why.
I've attached a build.log.
Towards the end of the log, we start seeing messages like:
sh.exe: 1: sed: Not enough memory
(line 3301)
For some reason, the makefile is looping. Note that just below this, we have:
make.exe[48]: Leaving directory 'U:/dev/openjdk/openjdk/jdk/make/java/hpi/windows'
Timing: 00001 seconds or 1s for make-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-java-hpi-windows
Note how many times 'java' is listed.
At line 1409, we have:
make.exe[5]: Leaving directory 'U:/dev/openjdk/openjdk/jdk/make/java/hpi/windows'
Timing: 00000 seconds or 0s for make-java-hpi-windows
So we've looped around however many times til we run out of something and crash. Now to work out why it keeps looping...
FWIW we do have a few DLL:
./build/os2-i586/bin/client/jvm.dll
./build/os2-i586/bin/jhpi.dll
./build/os2-i586/bin/jverify.dll
./build/os2-i586/bin/server/jvm.dll
./build/os2-i586/hotspot/import/jre/bin/client/jvm.dll
./build/os2-i586/hotspot/import/jre/bin/kernel/jvm.dll
./build/os2-i586/hotspot/import/jre/bin/server/jvm.dll
./build/os2-i586/hotspot/outputdir/os2_i486_compiler1/product/jvm.dll
./build/os2-i586/hotspot/outputdir/os2_i486_compiler2/product/jvm.dll
./build/os2-i586/hotspot/outputdir/os2_i486_kernel/product/jvm.dll