Re: [fpc-pascal] selecting target processor

2005-06-19 Thread Florian Klaempfl
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

Re: [fpc-pascal] selecting target processor

2005-06-19 Thread Tomas Hajny
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

Re: [fpc-pascal] selecting target processor

2005-06-19 Thread Florian Klaempfl
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). > > >

Re: [fpc-pascal] selecting target processor

2005-06-19 Thread 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 instruction set from x686 to x586, I think). In theory, the code generated by FPC should

[fpc-pascal] selecting target processor

2005-06-19 Thread Marc Santhoff
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