Re: [fpc-pascal] is there a ready to use FPC Cross compiler x86-Linux -> MIPS-linux?

2013-06-06 Thread Sven Barth
On 06.06.2013 18:33, Dennis Poon wrote: But which FPC version should I used? The doc said 2.4, should I use 2.6 or 2.7? Ah, didn't read that. Basic rule: always use the latest release to build a development (e.g. 2.7.1) or fixes version (e.g. 2.6.3). In this case this means that you should us

Re: [fpc-pascal] is there a ready to use FPC Cross compiler x86-Linux -> MIPS-linux?

2013-06-06 Thread Dennis Poon
But which FPC version should I used? The doc said 2.4, should I use 2.6 or 2.7? Thanks. Dennis On 05.06.2013 16:33, Dennis Poon wrote: or x86-Windows -> MIPS-linux cross compiler or x86-MacOS->MIPS-linux cross compiler? any one of the above will be big help to me. I searched the net and the

Re: [fpc-pascal] Stack alignmennt in call from C++ to FPC

2013-06-06 Thread Josue Andrade Gomes
On Thu, Jun 6, 2013 at 9:40 AM, Josue Andrade Gomes wrote: > If someone is interested my small test can be found at > www.josuegomes.com/fp-msvc.zip The link is now fixed. Sorry. josue ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http:/

Re: [fpc-pascal] Stack alignmennt in call from C++ to FPC

2013-06-06 Thread Josue Andrade Gomes
On Wed, Jun 5, 2013 at 5:44 PM, Jonas Maebe wrote: > > On 05 Jun 2013, at 15:04, Josue Andrade Gomes wrote: > >> Some references (eg (2)) claim that MSVC aligns the stack at 4-byte >> boundaries while GCC aligns >> at 16-byte boundaries. I have found no confirmation on those claims. > > Stack alig

Re: [fpc-pascal] OT: Re: http://www.freepascal.org/future.var

2013-06-06 Thread Mark Morgan Lloyd
Howard Page-Clark wrote: On 06/06/2013 08:32, Mark Morgan Lloyd wrote: Reinier Olislagers wrote: On 6-6-2013 7:52, Florian Klämpfl wrote: Reinier Olislagers schrieb: On 5-6-2013 22:02, Florian Klämpfl wrote: I'am opposed to an LLVM backend but if Jonas implements one I can and will not inf

Re: [fpc-pascal] OT: Re: http://www.freepascal.org/future.var

2013-06-06 Thread Howard Page-Clark
On 06/06/2013 08:32, Mark Morgan Lloyd wrote: Reinier Olislagers wrote: On 6-6-2013 7:52, Florian Klämpfl wrote: Reinier Olislagers schrieb: On 5-6-2013 22:02, Florian Klämpfl wrote: I'am opposed to an LLVM backend but if Jonas implements one I can and will not influence this :) That's cle

Re: [fpc-pascal] OT: Re: http://www.freepascal.org/future.var

2013-06-06 Thread Mark Morgan Lloyd
Reinier Olislagers wrote: On 6-6-2013 7:52, Florian Klämpfl wrote: Reinier Olislagers schrieb: On 5-6-2013 22:02, Florian Klämpfl wrote: I'am opposed to an LLVM backend but if Jonas implements one I can and will not influence this :) That's clear enough, thanks! Of course I meant I ca

Re: [fpc-pascal] Can someone please explain the linker to me?

2013-06-06 Thread Sven Barth
Am 06.06.2013 02:42 schrieb "Anthony Walter" : > > Ah, so compiling/linking would normally need the libxxx-dev development files. I added libssl-dev and libxml2-dev get commands to my Linux install script. I am trying to avoid situations where compiling projects requires users to set paths or copy