[kaffe] Kaffe for Big-endian ARM
Luca Saiu
positron at gnu.org
Wed Aug 25 19:34:39 PDT 2004
You hit a GCC bug. I don't know whether Kaffe developers know a
Kaffe-specific method to work around this one, but in cases like yours
you can nearly always work around the bug disabling optimizations or
using a lower optimization level.
Try manually compiling just the file where compilation blown without
optimizazion, and then calling make again.
You can also try usign a different GCC version, but beware of the
incompatibilities of different ABIs; using 3.4.1 (and 3.4.2 which is
scheduled to be released on 1st September) is most probably safe. The
*minor* GCC versions should be the same for two versions to be C++
ABI-compatible.
Regards,
--
Luca Saiu, maintainer of GNU epsilon
http://www.gnu.org/software/epsilon
More information about the kaffe
mailing list