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
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
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
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
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