[fpc-pascal] installing ppcrossarm from cvs
Marco van de Voort
marcov at stack.nl
Fri May 13 10:12:58 CEST 2005
>
> As many months ago the solution for me was and has been to override
> cprtO.o with prtO.o
>
> If my program is working thanks to overwrite cprtO.o with prtO.o What
> does it means?
>
prt0 is for static programs, cprt0 is for libc programs.
cprt0 initialises and finalises libc, prt0 does not.
So I think it simply means that your program links to libc, but doesn't
use it, or doesn't use parts that rely on initialisation.
More information about the fpc-pascal
mailing list