Kaffe build problem on Netwinder
Godmar Back
gback at cs.utah.edu
Wed Dec 1 20:12:57 PST 1999
Try building with "make AM_CPPFLAGS=-DHAVE_REG_SIGCONTEXT"
and see if that works.
If that fails too, you'll have to dig in your /usr/include header
files and tell us what they call the fp and pc in the signal context.
Then you'll have to fill that in in jit-md.h
Unfortunately, I don't have access to a netwinder anymore
so I can't test it myself.
- Godmar
>
>
> I'm attempting to build Kaffe 1.0.5 on a Netwinder running Red Hat with
> kernel version 2.0.35. Compilation appears to execute successfully until
> the following:
>
> signal.c: In function `nullException':
> signal.c:79: structure has no member named `arm_fp'
> signal.c:79: structure has no member named `arm_pc'
> signal.c: In function `floatingException':
> signal.c:97: structure has no member named `arm_fp'
> signal.c:97: structure has no member named `arm_pc'
> make[4]: *** [signal.lo] Error 1
> make[4]: Leaving directory
> `/usr/local/src/kaffe-1.0.5/kaffe/kaffevm/systems/uni
> x-jthreads'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory
> `/usr/local/src/kaffe-1.0.5/kaffe/kaffevm/systems'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/usr/local/src/kaffe-1.0.5/kaffe/kaffevm'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/usr/local/src/kaffe-1.0.5/kaffe'
> make: *** [all-recursive] Error 1
>
> Has anyone else experienced a similar problem, or has any insights?
>
> Thanks,
> Jeni Barovian
> jeni.barovian at intel.com
>
More information about the kaffe
mailing list