Hi Paul,
The web site is not up to date, but if you go to:
https://sourceforge.net/projects/freepascal/files/Haiku/3.2.2/
you will find the 3.2.2 release for x86_64 CPU.
I used it only very little, and I am not sure it works for all beta/alpha
releases...
Please let us know if it works
Is there any plan to release a version of the compiler for 64-bit Haiku?
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel
Hi,
On Fri, 4 Jan 2019, Olivier Coursière via fpc-devel wrote:
> > There seems to be something wrong with the signal setup so strace is
> > used to hide a fatal error... Also file handling doesn't really work
> > now. But even to get to this level in a few hours was nice.
> For signal handling, m
Hi,
On 03/01/2019 15:08, Karoly Balogh (Charlie/SGR) wrote:
Hi,
On Wed, 2 Jan 2019, Karoly Balogh (Charlie/SGR) wrote:
- port/fix to 64bit
With the already proposed changes to simplify the initialization part,
it is probably "just" a matter of :
(...)
Yup, that list sums it up. Also I'm not
Hi,
On Wed, 2 Jan 2019, Karoly Balogh (Charlie/SGR) wrote:
> > - port/fix to 64bit
> >
> > With the already proposed changes to simplify the initialization part,
> > it is probably "just" a matter of :
> > (...)
>
> Yup, that list sums it up. Also I'm not sure the do_syscall code is still
> used
> Hi,
>
> Here are some patchs to improve the BeOS port of Freepascal.
>
> - HaikuFix.diff : patch to enable a full build of Freepascal under
> Haiku. bcopy seems to behave differently under BeOS and Haiku when
> searching for include file in the compiler. So, i propose to use the
> internal functi
Here is a working patch to exeinfo.pp. However, i am not sure i have
used the best approach to reuse ELF32 functions. BeOS only need to set
processaddress in OpenElf function using a specific function.
Olivier
exeinfo.pp.diff
Description: Binary data
_