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

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to