Re: Compiling kaffe-1_0_b3 for ARM

1999-03-30 Thread Kiyo Inaba
Dirk wrote: >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 These two are detected by configure automatically, if my understanding is correct. >setenv ac_cv_func_mmap_fixed_mapped yes SNIP >setenv ac_cv_c_char_unsigned no U

RE: Compiling kaffe-1_0_b3 for ARM

1999-03-30 Thread Dirk Grunwald
> (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 i

Re: Compiling kaffe-1_0_b3 for ARM

1999-03-30 Thread Kiyo Inaba
> I have problems with getting kaffe compiled. It complains about data types These are not able to be detected in cross environment. You have to specify these information in config/arm/.../config.frag. See config/m68k/netbsd1/config.frag for what I am using. Kiyo

Compiling kaffe-1_0_b3 for ARM

1999-03-30 Thread Toni Kuure
I'm trying to compile KaffeVM for Arm. The host computer is pentium and I have working arm development tools (egsc-1.1.1 + glibc-2.1) for it. I have problems with getting kaffe compiled. It complains about data types (says that sizes of short, int and long should not be zero) (I have set up CC,