Am Montag, den 20.06.2005, 17:19 +0200 schrieb Eduardo:
[...]
> Are you using any dll or lib.so :? Perhaps the external code is compiled
> for a specific processor.
This in fact seems to be tha cause. The error happens inside the GTK
library which i'll try to recompile and check again.
Thanks to
At 15:36 20/06/2005, you wrote:
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
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
Am Sonntag, den 19.06.2005, 22:26 +0200 schrieb Jonas Maebe:
> On 19 Jun 2005, at 20:48, Marc Santhoff wrote:
>
> > how can I tell fpc to use only instructions supported on a specific
> > processor?
> >
> > I'm compiling on an athlon for running on a geode (restriction has to
> > define instructio
Tomas Hajny wrote:
> Date sent:Sun, 19 Jun 2005 22:49:44 +0200
> From: Florian Klaempfl <[EMAIL PROTECTED]>
> To: FPC-Pascal users discussions
>
> Subject: Re: [fpc-pascal] selecting target processor
> Send rep
Date sent: Sun, 19 Jun 2005 22:49:44 +0200
From: Florian Klaempfl <[EMAIL PROTECTED]>
To: FPC-Pascal users discussions
Subject: Re: [fpc-pascal] selecting target processor
Send reply to: FPC-Pascal users discu
Jonas Maebe wrote:
>
> On 19 Jun 2005, at 20:48, Marc Santhoff wrote:
>
>> how can I tell fpc to use only instructions supported on a specific
>> processor?
>>
>> I'm compiling on an athlon for running on a geode (restriction has to
>> define instruction set from x686 to x586, I think).
>
>
>
On 19 Jun 2005, at 20:48, Marc Santhoff wrote:
how can I tell fpc to use only instructions supported on a specific
processor?
I'm compiling on an athlon for running on a geode (restriction has to
define instruction set from x686 to x586, I think).
In theory, the code generated by FPC should
Hi,
how can I tell fpc to use only instructions supported on a specific
processor?
I'm compiling on an athlon for running on a geode (restriction has to
define instruction set from x686 to x586, I think).
Sometimes my program crashes on the target machine with signal 4
(illegal instruction).
TI