Kaffe 1.0.0 install Problem in Sparc

Kiyo Inaba kaffe@rufus.w3.org
Wed, 15 Jul 1998 13:48:37 +0900


>support.c: In function `callMethodA':
>support.c:343: inconsistent operand constraints in an `asm'

This problem is known on sparc.
It is because, new sysdepCallMethod uses asm directives which are
available in newer version of gcc.

Please install gcc-2.7.[12] or gcc-2.8.* first.

Kiyo