Problems Compiling Kaffe 0.10.1 under RedHat 5.1 w/ egcs-1.0.3
Edwin Foo
efoo at MIT.EDU
Mon Jun 15 06:02:44 PDT 1998
Hi,
I've been getting compile errors under RedHat 5.1 / Intel, with egcs-1.0.3
installed (instead of the 1.0.2 that ships with it). This is what I get:
gcc -g -O2 -DNO_SHARED_VMLIBRARY -I. -I. -I./../../config -I../../config
-I../../include -I./../../include -DTRANSLATOR -I./jit -DKVER=\"0.100\" -c
exception.c -o exception.o
exception.c: In function `dispatchException':
exception.c:237: warning: `noreturn' function does return
exception.c: In function `nullException':
exception.c:254: structure has no member named `ebp'
exception.c:254: structure has no member named `eip'
exception.c: In function `arithmeticException':
exception.c:273: structure has no member named `ebp'
exception.c:273: structure has no member named `eip'
make[2]: *** [exception.o] Error 1
It seems to be hanging up on the definitions of FIRSTFRAME and
EXCEPTIONFRAME, which "does nothing" (according to the code). Removing
references to those defines fixes the problem, but I suspect that is not
really the right solution.
-Edwin
------------------------------------------------------------------------
Edwin Foo | MIT Computer Science '98 - Systems and Architecture
efoo at mit.edu | DEC Cambridge Research Lab - Scalable Computing Group
(617) 225-9715 | Residential Computing Consultant (RCC) Developer
"Love must be sincere; Hate what is evil; cling to what is good."
http://hesed.mit.edu/~efoo - Romans 12:9 <><
------------------------------------------------------------------------
More information about the kaffe
mailing list