Re: [Cegcc-devel] gcj support in CeGCC

2007-04-11 Thread Pedro Alves
Bock Jens wrote: > Hi, > > I came across your project when looking for an gcj (GNU java compiler) port > for WinCE on ARM. > > As far as I can see, your binary distribution for Cygwin does not yet > include the gcj (only C, C++ compilers). In the initial voxware distribution > from 2003 the gcj has

Re: [Cegcc-devel] cegcc and softfloat

2007-04-11 Thread Pedro Alves
Klaus Rechert wrote: > Hi, > > i wonder how fpu-calls are handled on WinCE. AFAIK arm cpus do not have FPU > units. Cegcc is not compiled with soft-float support, therefore i assume the > wince kernel takes care of fpu-emulation. Should not be gcc soft-float > support enabled by default, since i

Re: [Cegcc-devel] cegcc and softfloat

2007-04-11 Thread Danny Backx
Several bits and pieces of input. 1. The gcc manual, ARM section, says -mhard-float is the default. 2. That doesn't seem to be true, because -mhard-float is not accepted on the compiler command line. I wrote a very simple program to fiddle with. Compiling it with different options gives thi

[Cegcc-devel] cegcc and softfloat

2007-04-11 Thread Klaus Rechert
Hi, i wonder how fpu-calls are handled on WinCE. AFAIK arm cpus do not have FPU units. Cegcc is not compiled with soft-float support, therefore i assume the wince kernel takes care of fpu-emulation. Should not be gcc soft-float support enabled by default, since in general it is faster than ker

[Cegcc-devel] gcj support in CeGCC

2007-04-11 Thread Bock Jens
Hi, I came across your project when looking for an gcj (GNU java compiler) port for WinCE on ARM. As far as I can see, your binary distribution for Cygwin does not yet include the gcj (only C, C++ compilers). In the initial voxware distribution from 2003 the gcj has been included, but only for a