Compiling kaffe-1_0_b3 for ARM

Dirk Grunwald grunwald at pa.dec.com
Tue Mar 30 09:54:26 PST 1999


> (I have set up CC,NM,LD,AR and RANLIB in the environment) 
> Here are the options for the configuration script:
> ./configure --prefix=/usr/local/arm-kaffe --target=arm-linux
> --host=i386-linux --without-x --without-timing --with-engine=intrp
--

You need to set other parameters as well.
this is what I use

setenv ac_cv_prog_cc_cross yes
setenv ac_cv_prog_gcc yes
setenv ac_cv_func_mmap_fixed_mapped yes

setenv ac_cv_sizeof_short 2
setenv ac_cv_sizeof_long 4
setenv ac_cv_sizeof_long_long 8
setenv ac_cv_sizeof_double 8
setenv ac_cv_sizeof_int 4
setenv ac_cv_sizeof___int64 0
setenv ac_cv_sizeof_voidp 4

setenv ac_cv_c_bigendian no
setenv ac_cv_c_char_unsigned no


More information about the kaffe mailing list