Re: [fpc-pascal] selecting target processor

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

Re: [fpc-pascal] selecting target processor

2005-06-20 Thread Eduardo
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

Re: [fpc-pascal] selecting target processor

2005-06-20 Thread Jonas Maebe
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

Re: [fpc-pascal] selecting target processor

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

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 rep

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 discu

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