The problems for cross-compiling Kaffe

Edouard G. Parmelan egp at free.fr
Sat Apr 21 10:40:33 PDT 2001


yewang at eng.auburn.edu wrote:

> 1)There is an error is config.log: 
> 
> configure:6008: checking whether the C++ compiler (/usr/bin/mipsel-linux-c++ ) 
> works 

C++ compiler is checked for GCJ support.  Your ld program don't find
stdc++ library.  I guess you don't have installed cross libstdc++
library.  If you don't want see this error again, configure with option
--disable-gcj.

> 2) when I tried to cross-compile: 
> ../../../include/jtypes.h:36: #error "sizeof(int) or sizeof(long) must be 4" 
> ../../../include/jtypes.h:46: #error "sizeof(long long) or sizeof(__int64) must 
> be 8" 

You must define av_cv_sizeof_* in your config.cache or in a config.frag
file.
-- 
Edouard G. Parmelan
http://egp.free.fr


More information about the kaffe mailing list