On 26/09/2007, Peter Vreman <[EMAIL PROTECTED]> wrote:
>
>
> WinCE is the default ARM target if a cross compiler is build under
> Windows. You need to specify
> -Tlinux on the commandline or add it to fpc.cfg to make it the default:
>
> #ifdef cpuarm
> -Tlinux
> #endif
>
>
Sorry, ignore the
#ifd
On 26/09/2007, Peter Vreman <[EMAIL PROTECTED]> wrote:
>
> > Hi all,
> > I have downloaded the freepascal 2.2.0 fpc source code (
> > fpcbuild-2.2.0.zip) and attempted to create a arm-linux cross-compiler
> that
> > runs under win32. I have done this previously with the fpcbuild-2.0.4.zip
> >
> Hi all,
> I have downloaded the freepascal 2.2.0 fpc source code (
> fpcbuild-2.2.0.zip) and attempted to create a arm-linux cross-compiler that
> runs under win32. I have done this previously with the fpcbuild-2.0.4 .zip
> file ok using this batch file:
>
> **START OF BATCH FILE
Hi all,
I have downloaded the freepascal 2.2.0 fpc source code (
fpcbuild-2.2.0.zip) and attempted to create a arm-linux cross-compiler that
runs under win32. I have done this previously with the fpcbuild-2.0.4 .zip
file ok using this batch file:
**START OF BATCH FILE
set