Re: [fpc-pascal] FPC on ARM (eg Zaurus)

2004-10-22 Thread Den Jean
On Friday 22 October 2004 04:22 pm, Florian Klaempfl wrote: >The "official" way is to do use -XP: >ppcarm -XParm-linux- hello >and install the arm-linux-as and arm-linux-ld into e.g. /usr/local/bin Nice. Webpage has been updated. But the help of ppcarm -h does not show this option XP (if I checke

Re: [fpc-pascal] FPC on ARM (eg Zaurus)

2004-10-22 Thread Florian Klaempfl
Den Jean wrote: On Thursday 21 October 2004 06:02 pm, Florian Klaempfl wrote: * Does anyone have a working ARM snapshot ? ftp://ftp.freepascal.org/fpc/snapshot/v19/linux-arm/fpc-1.9.3.arm.tar Hi Thanks. It works fine with the snapshot you pointed out. For a report see : http://users.pandora.be/J

Re: [fpc-pascal] FPC on ARM (eg Zaurus)

2004-10-22 Thread Den Jean
On Thursday 21 October 2004 06:02 pm, Florian Klaempfl wrote: > > > > * Does anyone have a working ARM snapshot ? > > ftp://ftp.freepascal.org/fpc/snapshot/v19/linux-arm/fpc-1.9.3.arm.tar > Hi Thanks. It works fine with the snapshot you pointed out. For a report see : http://users.pandora.be

[fpc-pascal] how to locate address of method name table (cvs build)

2004-10-22 Thread Dean Zobec
Using the recent cvs builds of the compiler I was unable to locate the address of the method name table. Here is a test that works with version 1.9.4 but does not work in 1.9.5 anymore: program prova; uses classes; type {$M+} TTestCaseTest = class(TObject) published procedure TestSe