RE: [fpc-pascal]ARM packages of >= 1.9.3?

2004-04-02 Thread Jose Pascual

> Get fpc via cvs, change to the fpc dir and do a
> make clean all OS_TARGET=linux CPU_TARGET=arm 
> BINUTILSPREFIX=arm-linux-
> 

I'm interested in "ppccrossarm" and I already generated it using the
make command line write above, but
Where is arm version going to install (directories) if I "make install"?
In the same than x86?
How do I write fpc.cfg for arm? 
Can arm and x86 version coexists together?

> It requires that a arm-linux-as and arm-linux-ld (cross binutils) are 
> somewhere in your path.
> 
> You'll get a ppcarm and a ppccrossarm and a rtl.

Thanks!
 


___
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal


Re: [fpc-pascal]ARM packages of >= 1.9.3?

2004-04-02 Thread Marco van de Voort
> > Get fpc via cvs, change to the fpc dir and do a
> > make clean all OS_TARGET=linux CPU_TARGET=arm 
> > BINUTILSPREFIX=arm-linux-
> > 
> 
> I'm interested in "ppccrossarm" and I already generated it using the
> make command line write above, but
> Where is arm version going to install (directories) if I "make install"?

> In the same than x86?

yes, but then units/cross/arm-linux instead of units/linux

> How do I write fpc.cfg for arm? 

You don't. You blend the ARM config into your current fpc.cfg, see
the buildfaq for examples.  (http://www.stack.nl/~marcov/buildfaq.pdf) 

> Can arm and x86 version coexists together?

I suppose so. It worked with Powerpc/x86 combo in november (when I last
did this)

___
fpc-pascal maillist  -  [EMAIL PROTECTED]
http://lists.freepascal.org/mailman/listinfo/fpc-pascal