[fpc-pascal] Internal error 200203271

Marco van de Voort marcov at stack.nl
Thu Jun 22 13:28:31 CEST 2006


> > Was there a solution for this?  I've just come across this error now 
> > while trying to build fpc-svn for arm-linux as well.  I'm using the 
> > following command line on Win32 from the root of the fpc source tree.
> >
> > make all OS_TARGET=linux CPU_TARGET=arm 
> > CROSSBINDIR=c:\devkitpro\devkitgp2x\bin BINUTILSPREFIX=arm-linux-
> >   
> 
> I want to make sure I have this right.  I wish to build ppcarm.exe that 
> runs on Win32 and will create an arm-linux ELF.  Is OS_TARGET and 
> CPU_TARGET as used above correct?  Or do I use PPC_TARGET=arm?  Is there 
> any documentation on these parameters?  The Build FAQ gives an example 
> of building a compiler to run on another system.  I want to build a 
> compiler to run on my system that can build executables for another system.

Try make cycle instead rest the same.

If you want to do it using make all that is all possible, but then you
probably also need a OPT='-darm'



More information about the fpc-pascal mailing list