Re: [fpc-devel] Haiku

2023-02-05 Thread Pierre Muller via fpc-devel
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

[fpc-devel] Haiku

2023-02-05 Thread Paul Renaud via fpc-devel
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

Re: [fpc-devel] Haiku/x86-64 (Was: Proposal to adapt search patch under Haiku using a target specific option (-WH).)

2019-01-03 Thread Karoly Balogh (Charlie/SGR)
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

Re: [fpc-devel] Haiku/x86-64 (Was: Proposal to adapt search patch under Haiku using a target specific option (-WH).)

2019-01-03 Thread Olivier Coursière via fpc-devel
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

[fpc-devel] Haiku/x86-64 (Was: Proposal to adapt search patch under Haiku using a target specific option (-WH).)

2019-01-03 Thread Karoly Balogh (Charlie/SGR)
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

Re: [fpc-devel] Haiku and IDE support in the BeOS port

2008-01-23 Thread Peter Vreman
> 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

Re: [fpc-devel] Haiku and IDE support in the BeOS port

2008-01-22 Thread Olivier Coursière
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 _