[fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues
Florian Klaempfl
florian at freepascal.org
Sun Jun 1 13:52:21 CEST 2008
Luca Olivetti schrieb:
>> pp.pas(209,27) Error: Error while linking
>> pp.pas(209,27) Fatal: There were 1 errors compiling module, stopping
>> Fatal: Compilation aborted
>>
>>
>> The content of link.res around line 281:
>>
>> 279 /* Adjust the address for the data segment. We want to
>> adjust up to
>> 280 the same address within the page on the next page up. */
>> 281 . = ALIGN(CONSTANT (MAXPAGESIZE)) + (. & (CONSTANT
>> (MAXPAGESIZE) - 1));
>
> Without "-dFPC_ARMEL" it gets past this stage, but that's not what I want.
>
> Bye
Please mail me the output (write in one line) of
/scratchbox/compilers/cs2005q3.2-glibc2.5-arm/bin/sbox-arm-linux-ld
--verbose
More information about the fpc-pascal
mailing list