[fpc-pascal] FPC_ARMEL system calls
Henry Vermaak
henry.vermaak at gmail.com
Thu Jun 5 15:36:18 CEST 2008
2008/6/5 Luca Olivetti <luca at ventoso.org>:
> Henry Vermaak escribió:
>
>> why don't you just cross-compile your program?
>
> because it's too darn difficult? (not that native compiling is an easy
> walk....but see my problems trying to cross-compile the gtk2 hello program)
>
my best (and uneducated) guess would be that fpc doesn't set the
correct version/flags. i don't know where this happens, so someone
else will have to try and fix. it doesn't look like it's in link.res
(or maybe it should be).
native compiling won't make a difference, since you should link to the
same libraries.
in the past i've managed to get around such problems by using ld
options, but i can't think of an option that ignores the version of
the abi.
henry
More information about the fpc-pascal
mailing list