major FreeBSD 2.1.6 compile trouble
Simon Lindgren
lindgren at istudio.no
Thu Sep 4 03:41:44 PDT 1997
kaffe-0.9.1 gives me trouble when compiling it on my FreeBSD 2.1.6 system.
when compiling with the interpreter option (no jit) i get this:
-----------------------------------------------
gcc -g -O -I. -I. -I./../../config -I../../config -I../../include
-I./../../include -DINTERPRETER -I./intrp -DKVER=\"0.91\" -c -fPIC
./intrp/machine.c
./intrp/machine.c: In function `virtualMachine':
./intrp/machine.c:141: structure has no member named `exception_table_len'
./intrp/machine.c:152: structure has no member named `ins'
./intrp/machine.c:178: structure has no member named `code'
./intrp/machine.c:182: structure has no member named `codelen'
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
----------------------------------------------------
and with the jit:
--------------------------------------------
gcc -g -O -I. -I. -I./../../config -I../../config -I../../include
-I./../../include -DTRANSLATOR -I./jit -DKVER=\"0.91\" -c -fPIC support.c
support.c: In function `do_execute_java_method':
support.c:80: inconsistent operand constraints in an `asm'
support.c: In function `do_execute_java_class_method':
support.c:122: inconsistent operand constraints in an `asm'
support.c: In function `execute_java_constructor':
support.c:173: inconsistent operand constraints in an `asm'
*** Error code 1
Stop.
*** Error code 1
Stop.
*** Error code 1
Stop.
--------------------------------------------
has anyone encountered this earlier? (do I need a newer version of FreeBSD?)
thank you
Simon Lindgren
biz: lindgren at istudio.no
priv: simon at lindgren.no
info: http://lindgren.no/info/
More information about the kaffe
mailing list