ARM port

Raffaele Sena raff at aromatic.com
Fri Sep 18 12:28:27 PDT 1998


On Fri, 18 Sep 1998, Dirk Grunwald wrote:

> I'm doing cross-development work on a Linux/x86 system using
> gcc version egcs-2.90.29 980515 (egcs-1.0.3 release)
> 
> I'm compiling with..."-g -Wall -Wstrict-prototypes".
> 
> Since I'm in a cross-development environment, I specified 
> 
> setenv	ac_cv_c_bigendian	no
> setenv	ac_cv_c_char_unsigned	no
> setenv	ac_cv_sizeof_short	2
> setenv	ac_cv_sizeof_int	2
> setenv	ac_cv_sizeof_int	4
> setenv	ac_cv_sizeof_char	1
> setenv	ac_cv_sizeof_long_long	8
> setenv	ac_cv_sizeof___int64	8
> setenv	ac_cv_sizeof_voidp	4
> setenv	ac_cv_alignmentof_voidp	4
> 
	I use gcc 2.8 (standard on NetWinder), and I have
	the following differences in my config.cache:

	ac_cv_sizeof_int	4	(you have a 2 and a 4 !)
	ac_cv_char_unsigned	yes	(default for ARM/gcc ?)
	ac_cv_sizeof__int64	0	(only long long is available)

Maybe you can try out these changes,

	Raffaele

-------------------------------------------------------------------------
raff at aromatic.com           (::)           http://www.aromatic.com/~raff/
                  http://www.aromatic.com/



More information about the kaffe mailing list