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 reply to:FPC-Pascal us
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 discussions
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