Re: [fpc-pascal] var r: record = () initialization

2008-05-31 Thread Michael Van Canneyt
On Fri, 30 May 2008, L wrote: Consider local procedure scope stack records in MODE OBJFPC: procedure var R1: TSomeRecord = (); R2: TSomeRecord; procedure var O1: TSomeOldObject = (); O2: TSomeOldObject; In the case of R1 and O1, it seems the record's fields are

[fpc-pascal] GDB Crash with FPC 2.2.1 (works with 2.2.0)

2008-05-31 Thread Tobias Giesen
Hello, now that the Lazarus snapshots are including FPC 2.2.1 for OS X (i386), I am using this version. I had to add the -Cg- option because my old assembly code is not compatible with PIC. Unfortunately the debugger crashes with the following crash report. Is there anything I can do to make it

Re: [fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues

2008-05-31 Thread Luca Olivetti
En/na Terry Kemp ha escrit: this might help a little bit... http://www.klc.net.nz/linux/?page_id=13 That looks cool, though I'm right now trying a different route for my nokia n800: I downloaded a 2.2.0 native arm release to compile a native arm eabi compiler under scratchbox, with make

Re: [fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues

2008-05-31 Thread Luca Olivetti
En/na Luca Olivetti ha escrit: En/na Terry Kemp ha escrit: this might help a little bit... http://www.klc.net.nz/linux/?page_id=13 That looks cool, though I'm right now trying a different route for my nokia n800: I downloaded a 2.2.0 native arm release to compile a native arm eabi

Re: [fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues

2008-05-31 Thread Luca Olivetti
En/na Luca Olivetti ha escrit: Mmh, it doesn't seem to work: ppc1 generated ppc2 but ppc2 has been spinning the cpu at 100% for the last 10 minutes and I don't think it'll finish. Duh, that's also the op problem. -- Luca ___ fpc-pascal maillist

Re: [fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues

2008-05-31 Thread Florian Klaempfl
Luca Olivetti schrieb: En/na Luca Olivetti ha escrit: Mmh, it doesn't seem to work: ppc1 generated ppc2 but ppc2 has been spinning the cpu at 100% for the last 10 minutes and I don't think it'll finish. Duh, that's also the op problem. Try with OPT=-O-

Re: [fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues

2008-05-31 Thread Luca Olivetti
En/na Florian Klaempfl ha escrit: Luca Olivetti schrieb: En/na Luca Olivetti ha escrit: Mmh, it doesn't seem to work: ppc1 generated ppc2 but ppc2 has been spinning the cpu at 100% for the last 10 minutes and I don't think it'll finish. Duh, that's also the op problem. Try with

Re: [fpc-pascal] FreePascal on ARM Linux ,SoftFloat and EABI issues

2008-05-31 Thread Jonas Maebe
On 31 May 2008, at 22:36, Luca Olivetti wrote: n/na Florian Klaempfl ha escrit: Luca Olivetti schrieb: En/na Luca Olivetti ha escrit: Mmh, it doesn't seem to work: ppc1 generated ppc2 but ppc2 has been spinning the cpu at 100% for the last 10 minutes and I don't think it'll finish.