Hi guys,
We are currently slightly stuck in getting GNU Java to work properly on our ARM (hf) builds. Something breaks in the unrolling of exceptions. IIUC Fedora already managed to get Java running and I don't want to waste too much time in duplicated efforts.
We found some patches that looked like they might be related here:
http://djdelorie.fedorapeople.org/armv7-srpms.html (gcc pkg)
but couldn't find the source rpms to the respective info. Are these related / required? Does anyone have some insight in what exactly you have been fixing?
Btw, this is what we're seeing:
---
+ gcj -C /home/abuild/rpmbuild/SOURCES/keystore.java -d . qemu: uncaught target signal 6 (Aborted) - core dumped gcj: internal compiler error: Aborted (program ecj1)
---
Alex