[fpc-pascal] Fcp for arm linux for EABI

2007-04-25 Thread Jose Pascual
Hi, 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? How version of toolchain for arm I should install? (softfloat version?) any comments will be welcome. best regards Jose Pascual

[fpc-pascal] fpc for arm linux

2007-04-25 Thread Jose Pascual
Hi, I have found libc.ppu in i386 linux version but arm linux version? Where can I find it? or how can I generate it (for arm linux)? thank you in advanced best regards Jose Pascual ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org

Re: [fpc-pascal] fpc for arm linux

2007-04-25 Thread Daniël Mantione
Op Wed, 25 Apr 2007, schreef Jose Pascual: Hi, I have found libc.ppu in i386 linux version but arm linux version? Where can I find it? or how can I generate it (for arm linux)? Due to portability issues, libc is i386 only. Daniël___ fpc-pascal

Re: [fpc-pascal] fpc for arm linux

2007-04-25 Thread Jonas Maebe
On 25 apr 2007, at 14:07, Jose Pascual wrote: I have found libc.ppu in i386 linux version but arm linux version? Correct. Where can I find it? Nowhere. or how can I generate it (for arm linux)? You can't. It is full of i386-specific code, and is only included for Kylix

Re: [fpc-pascal] Fcp for arm linux for EABI

2007-04-25 Thread Henry Vermaak
On 25/04/07, Jose Pascual [EMAIL PROTECTED] 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.

Re: [fpc-pascal] Fcp for arm linux for EABI

2007-04-25 Thread Henry Vermaak
On 25/04/07, Jose Pascual [EMAIL PROTECTED] 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.

[fpc-pascal] set output directory for resources

2007-04-25 Thread Vincent Snijders
Hi, If I compile a unit which contains {$R wincemenures.res} a file named wincemenures.or is created in the source directory, even if I have set -FU or -FE. What parameter do I need to pass to the compile to move the .or file to the unit output directory? Vincent