[fpc-devel] Compilation failure on wince

Felipe Monteiro de Carvalho felipemonteiro.carvalho at gmail.com
Mon Feb 11 12:51:48 CET 2008


Hello,

I am trying to build the latest fixes wince cross-compiler (2.2.1)
using FPC 2.2.0 as a starting compiler. It fails when I try to build
packages, particularly fcl-process

Here is my script:

cd packages
PATH=C:\Programas\lazarus220\fpc\2.2.0\bin\i386-win32
make clean all CPU_TARGET=arm OS_TARGET=wince PP=ppcrossarm.exe
OPT="-FUC:\Programas\lazarus220\fpc\2.2.1\units\arm-wince"
cd ..
pause

And the error:

make[1]: Leaving directory `C:/Programas/fpc_fixes/packages/fcl-base'
make -C fcl-process all
make[1]: Entering directory `C:/Programas/fpc_fixes/packages/fcl-process'
ppcrossarm.exe -Twince -Parm -XParm-wince- -Xr -S2h -Fu../../rtl/units/arm-wince
 -Fisrc/wince -Fisrc -Fisrc/win -FE. -FUunits/arm-wince -FUC:\Programas\lazarus2
20\fpc\2.2.1\units\arm-wince -darm  src/pipes.pp
Free Pascal Compiler version 2.2.1 [2008/01/10] for arm
Copyright (c) 1993-2007 by Florian Klaempfl
Target OS: WinCE for ARM
Compiling src\pipes.pp
pipes.pp(81,22) Error: Identifier not found "WriteNotImplemented"
pipes.pp(81,22) Error: Illegal expression
pipes.pp(122,21) Error: Identifier not found "ReadNotImplemented"
pipes.pp(122,21) Error: Illegal expression
pipes.pp(134) Fatal: There were 4 errors compiling module, stopping
Fatal: Compilation aborted
make[1]: *** [pipes.ppu] Error 1
make[1]: Leaving directory `C:/Programas/fpc_fixes/packages/fcl-process'
make: *** [fcl-process_all] Error 2

thanks,
-- 
Felipe Monteiro de Carvalho



More information about the fpc-devel mailing list