Re: [fpc-devel] FPC trunk broken for arm-wince

2012-08-30 Thread Vincent Snijders
2012/8/30 Vincent Snijders : > 2012/8/30 Zaher Dirkey : >> >> On Thu, Aug 30, 2012 at 4:05 PM, Vincent Snijders >> wrote: >>> >>> Hi, >>> >>> If I compile fpc trunk for arm-wince, I get the following error: >>> Compiling .\fcl-db\src\sqldb\postgres\pqconnection.pp >>> pqconnection.pp(1084,16) Erro

Re: [fpc-devel] cross copiling x86_64 to i386 ?

2012-08-30 Thread Hans-Peter Diettrich
Jonas Maebe schrieb: On 30 Aug 2012, at 23:50, Dimitrios Chr. Ioannidis wrote: "The MMX and floating-point stack registers (MM0-MM7/ST0-ST7) are preserved across context switches. There is no explicit calling convention for these registers. The use of these registers is strictly prohibited in

Re: [fpc-devel] cross copiling x86_64 to i386 ?

2012-08-30 Thread Jonas Maebe
On 30 Aug 2012, at 23:50, Dimitrios Chr. Ioannidis wrote: > Στις 31/8/2012 12:49 πμ, ο/η Jonas Maebe έγραψε: >> On 30 Aug 2012, at 23:29, Dimitrios Chr. Ioannidis wrote: >> >>> Quoting from http://www.agner.org/optimize/calling_conventions.pdf : >> http://msdn.microsoft.com/en-us/library/ee41879

Re: [fpc-devel] cross copiling x86_64 to i386 ?

2012-08-30 Thread Dimitrios Chr. Ioannidis
Jonas Hi, Στις 31/8/2012 12:49 πμ, ο/η Jonas Maebe έγραψε: On 30 Aug 2012, at 23:29, Dimitrios Chr. Ioannidis wrote: Quoting from http://www.agner.org/optimize/calling_conventions.pdf : http://msdn.microsoft.com/en-us/library/ee418798(VS.85).aspx#Porting_to_64bit : "The x87, MMX, and 3DNow!

Re: [fpc-devel] cross copiling x86_64 to i386 ?

2012-08-30 Thread Jonas Maebe
On 30 Aug 2012, at 23:29, Dimitrios Chr. Ioannidis wrote: > Quoting from http://www.agner.org/optimize/calling_conventions.pdf : http://msdn.microsoft.com/en-us/library/ee418798(VS.85).aspx#Porting_to_64bit : "The x87, MMX, and 3DNow! instruction sets are deprecated in 64-bit modes. The instru

Re: [fpc-devel] cross copiling x86_64 to i386 ?

2012-08-30 Thread Dimitrios Chr. Ioannidis
Hi, 29/8/2012 10:05 ??, ?/? Sven Barth ??: Am 29.08.2012 01:23 schrieb "Hans-Peter Diettrich" mailto:drdiettri...@aol.com>>: > I wonder why Extended should not be supported in 64 bit mode. The FPU still exists, as it's required in 32 bit mode, and AFAIK it also is accessible i

Re: [fpc-devel] FPC compiler architecture documentation

2012-08-30 Thread Mark Morgan Lloyd
Florian Klaempfl wrote: Am 30.08.2012 13:42, schrieb Marco van de Voort: In our previous episode, Graeme Geldenhuys said: I found this old PDF documenting the FPC compiler architecture. I remember in recent years others attempted to do a similar thing. I don't know how accurate this PDF still i

Re: [fpc-devel] FPC compiler architecture documentation

2012-08-30 Thread Florian Klaempfl
Am 30.08.2012 13:42, schrieb Marco van de Voort: In our previous episode, Graeme Geldenhuys said: I found this old PDF documenting the FPC compiler architecture. I remember in recent years others attempted to do a similar thing. I don't know how accurate this PDF still is, considering it is base

Re: [fpc-devel] FPC trunk broken for arm-wince

2012-08-30 Thread Vincent Snijders
2012/8/30 Zaher Dirkey : > > On Thu, Aug 30, 2012 at 4:05 PM, Vincent Snijders > wrote: >> >> Hi, >> >> If I compile fpc trunk for arm-wince, I get the following error: >> Compiling .\fcl-db\src\sqldb\postgres\pqconnection.pp >> pqconnection.pp(1084,16) Error: Identifier not found "pqlib" >> pqcon

Re: [fpc-devel] FPC trunk broken for arm-wince

2012-08-30 Thread Zaher Dirkey
On Thu, Aug 30, 2012 at 4:05 PM, Vincent Snijders < vincent.snijd...@gmail.com> wrote: > Hi, > > If I compile fpc trunk for arm-wince, I get the following error: > Compiling .\fcl-db\src\sqldb\postgres\pqconnection.pp > pqconnection.pp(1084,16) Error: Identifier not found "pqlib" > pqconnection.pp

[fpc-devel] FPC trunk broken for arm-wince

2012-08-30 Thread Vincent Snijders
Hi, If I compile fpc trunk for arm-wince, I get the following error: Compiling .\fcl-db\src\sqldb\postgres\pqconnection.pp pqconnection.pp(1084,16) Error: Identifier not found "pqlib" pqconnection.pp(1113) Fatal: There were 1 errors compiling module, stopping Fatal: Compilation aborted Is suspect

Re: [fpc-devel] FPC compiler architecture documentation

2012-08-30 Thread Marco van de Voort
In our previous episode, Graeme Geldenhuys said: > I found this old PDF documenting the FPC compiler architecture. I > remember in recent years others attempted to do a similar thing. I don't > know how accurate this PDF still is, considering it is based on FPC > v1.x, Not really I think. I co

[fpc-devel] FPC compiler architecture documentation

2012-08-30 Thread Graeme Geldenhuys
Hi, I found this old PDF documenting the FPC compiler architecture. I remember in recent years others attempted to do a similar thing. I don't know how accurate this PDF still is, considering it is based on FPC v1.x, but maybe others could bring it up to date again (if they are so inclined).