Hi all,<br>    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:
<br><br>******START OF BATCH FILE****************<br>set path=G:\fpc\2.2.0\bin\i386-win32<br>make distclean<br><br>make all install CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=G:\fpc-crossbinutils\arm-linux BINUTILSPREFIX=arm-linux- INSTALL_PREFIX=G:\fpc_win32_arm-linux COMPILER_OPTIONS="cpufpemu"
<br><br>pause<br>********END OF BATCH FILE**************<br><br><br>After I build the cross-compiler and tried using 'ppcrossarm.exe' to build a pascal program I was having errors in the output and noticed this:<br>
<br>Free Pascal Compiler version 2.2.0 [2007/09/24] for arm<br>Copyright (c) 1993-2007 by Florian Klaempfl<br>Target OS: WinCE for ARM<br><br>I am using the same batch file to compile my pascal program that I used before so I am unsure why it is saying that the Target OS: WinCE for ARM is coming up :(
<br><br>cheers,<br>Paul<br>