[fpc-devel] Support for FreeBSD PowerPC
Jonas Maebe
jonas at freepascal.org
Sun Oct 18 23:03:32 CEST 2020
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
More information about the fpc-devel
mailing list