[fpc-pascal] selecting target processor
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Jun 20 15:36:10 CEST 2005
On 20 jun 2005, at 09:59, Marc Santhoff wrote:
> So it should work:
>
> I'm using "-dRELEASE" for releasing and my fpg.cfg has standard "-
> OG2p3"
> and "-Xs". Testing is done with "-XX -B".
Yes, it should.
>> Can you figure out which instruction it is that causes this?
>
> How would I do that? Would a saved core dump do? It seems to occur on
> when redirecting stdout to a file, but I'm not sure yet.
Normally, you'd do this by running the program under gdb and checking
what the faulting instruction is. A coredump should contain the
necessary information as well, yes.
Jonas
More information about the fpc-pascal
mailing list