Re: [fpc-pascal]ARM compiling error

2004-06-17 Thread Peter Vreman
> > it seems as know about Byte but not about initializating value in this > line, perhaps because it's byte type? > Any suggestion? This is not a ARM specific error, I have it on linux too. It is caused by the fact that fpc 1.0 doesn't know initialized variables, only typed constants. Attached

RE: [fpc-pascal]ARM compiling error

2004-06-17 Thread Jose Pascual
Patch applied but right now the compiling stop in system.pp DUMP SCREEN-- arm-linux-as -o prt0.o arm/prt0.as arm-linux-as -o dllprt0.o arm/dllprt0.as arm-linux-as -o cprt0.o arm/cprt0.as arm-linux-as -o gprt0.o arm/gprt0.as /trabajo/programas

Re: [fpc-pascal]ARM compiling error

2004-06-17 Thread Vincent Snijders
On Wed, 16 Jun 2004 12:25:31 +0200 "Jose Pascual" <[EMAIL PROTECTED]> wrote: > > I have tried to build last cvs version 1.9.4 for ARM and It can't > compile > > I'm using ppc386 version 1.0.10 to make it! > > #> > #> make clean all OS_TARGET=linux CPU_TARGET=arm > BINUTILSPREFIX=arm-linux- > #>