[fpc-pascal] Fcp for arm linux for EABI

Henry Vermaak henry.vermaak at gmail.com
Wed Apr 25 14:32:19 CEST 2007


On 25/04/07, Jose Pascual <josepascual at almudi.com> wrote:
> Hi,

hello

>
> I'll appreciate from you any answer to next questions:
>
> Is Fpc for arm linux compatible with EABI?
> Is Fpc for arm FP hardware or soft-float?

it depends what you compile it for.  i'd guess that the pre-compiled
one is for fpu.  you can compile fpc for arm with -CfSOFT if you need
a soft float one.  there are some bugs at the moment for soft float
(see mantis).

>
> How version of toolchain for arm I should install?  (softfloat version?)
>

this depends what you need.  i'd recommend that you use the toolchain
supplied by the operating system that you use on your arm device.
that will be the toolchain they use to compile all the packages, so
you can be sure that your program will be compatible with the
libraries on your arm device.

debian supplies a toolchain (afaik) and on slugos you'll have to use
the "master make file" to download and build it from source.

dan kegel's crosstool is also a possibility.

> any comments will be welcome.
>
> best regards
>
>
> Jose Pascual
>

henry



More information about the fpc-pascal mailing list