On 31 May 2008, at 11:56, Tobias Giesen wrote:
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 re
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 zi
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 compiler
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
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-
__
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 OPT=-O-
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.
D
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 a
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 w