kaffe-0.10.0 on OpenStep
Aleksey Sudakov
zander at RelevantKnowledge.COM
Tue Mar 31 06:19:09 PST 1998
Hi,
I tried to compile kaffe-0.10.0 on OpenStep and as usual it failed. So far
I've tried i386-jit-shared.
First time compilation failed on
cc -g -seglinkedit -all_load -DNO_SHARED_VMLIBRARY -I. -I. -I./../../config
-I../../config -I../../include -I./../../include -DTRANSLATOR -I./jit
-DKVER=\"0.100\" -c gc.c
mem/gc-incremental.c:155: undefined type, found `uint'
mem/gc-incremental.c:772: undefined type, found `uint'
mem/gc-incremental.c:800: undefined type, found `uint'
And the following typedef in /config/i386/nextstep3/md.h fixed it.
typedef unsigned int uint;
But I've got stuck on support.c with the following errors
cc -g -seglinkedit -all_load -DNO_SHARED_VMLIBRARY -I. -I. -I./../../config
-I../../config -I../../include -I./../../include -DTRANSLATOR -I./jit
-DKVER=\"0.100\" -c support.c
/usr/tmp/cc008905.s:1195:operands given don't match any known 386 instruction
/usr/tmp/cc008905.s:1200:operands given don't match any known 386 instruction
/usr/tmp/cc008905.s:1206:operands given don't match any known 386 instruction
/usr/tmp/cc008905.s:1682:operands given don't match any known 386 instruction
/usr/tmp/cc008905.s:1687:operands given don't match any known 386 instruction
/usr/tmp/cc008905.s:1693:operands given don't match any known 386 instruction
Any ideas?
Regards,
Aleksey
More information about the kaffe
mailing list