On 20/08/15 16:15, Henry Vermaak wrote:
> Those symbols (_fini and _init) are defined in crti.o.  Try `locate
> crti.o`, you'll get something like /usr/lib/{arch-triplet}/crti.o.  Add
> this directory to your fpc options with -Fl.  E.g. fpc
> -Fl/usr/lib/arm-linux-gnueabi

Please do not do that. The compiler looks for that file in the correct
location. Telling it to look for it in a different location will make it
try to link the file for a wrong ABI.


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

Reply via email to