Re: [fpc-pascal] FPC for FreeBSD/PowerPC64

2020-09-14 Thread Curtis Hamilton via fpc-pascal
I've resolved my initial issue. It was something included in the command-line that was causing the error. I'm trying to use the unmodified linux/powerpc64 files with freebsd. When building bsd/system.pp I get the following: /root/Downloads/fpc-3.2.0/rtl/units/powerpc64-freebsd/system.s: Assembl

Re: [fpc-pascal] FPC for FreeBSD/PowerPC64

2020-09-13 Thread Jonas Maebe via fpc-pascal
On 13/09/2020 10:36, Karoly Balogh (Charlie/SGR) via fpc-pascal wrote: > See systems/t_linux.pas for an example, and do something similar in the > PPC64 FreeBSD port. You should also set the ABI in systems/i_bsd.pas already. The code in t_linux is because of the support for both big and little end

Re: [fpc-pascal] FPC for FreeBSD/PowerPC64

2020-09-13 Thread Karoly Balogh (Charlie/SGR) via fpc-pascal
Hi, On Sat, 12 Sep 2020, Curtis Hamilton via fpc-pascal wrote: > I'm attempting to port FPC to Freebsd/PowerPC64  and need some help.  > > I've added initial code to get started.  However, when trying to cross > compile I'm getting an internal error message when the newly > created cross compile