On 14/10/2020 17:45, Curtis Hamilton via fpc-devel wrote:

> I’ve been able to create a cross compiler using the guidance and some
> additional information.  But I’ve been unable to create the proper FPC
> startup code (prt0.as) needed.
> 
> Any help would be appreciated.

I believe these files are generally created by disassembling the
system's crt1.o (objdump -d) and then changing the call(s) to the libc
intialisation code with calls to the FPC RTL intialisation code.


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

Reply via email to