[fpc-devel] Bug in compiling memds.pp from fcl
Thomas Schatzl
tom_at_work at gmx.at
Wed Nov 1 16:33:48 CET 2006
Hello,
can the following be fixed:
~/startcompiler/ppcppc -Fu../../../rtl/units/powerpc-linux -FE.
-FU../../../fcl/units/powerpc-linux -dpowerpc memds.pp
Free Pascal Compiler version 2.0.4 [2006/07/09] for powerpc
Copyright (c) 1993-2006 by Florian Klaempfl
Target OS: Linux for PowerPC
Compiling memds.pp
memds.pp(354,3) Note: Local variable "OldPos" not used
memds.pp(354,10) Note: Local variable "NewPos" not used
memds.pp(354,17) Note: Local variable "CopySize1" not used
memds.pp(354,27) Note: Local variable "CopySize2" not used
memds.pp(555,5) Note: Local variable "ACount" not used
memds.pp(556,3) Note: Local variable "FN" not used
memds.pp(557,3) Note: Local variable "FS" not used
memds.pp(558,3) Note: Local variable "B" not used
memds.pp(559,3) Note: Local variable "FT" not used
memds.pp(770,3) Error: Identifier not found "Unaligned" <---------
memds.pp(777,3) Error: Identifier not found "Unaligned"
memds.pp(778,3) Error: Identifier not found "Unaligned"
memds.pp(784,3) Error: Identifier not found "Unaligned"
memds.pp(952) Fatal: There were 4 errors compiling module, stopping
memds.pp(952) Fatal: Compilation aborted
make[2]: *** [memds.ppu] Error 1
make[2]: Leaving directory
`/home/contest/tschatzl/fpcsrc/trunk/fcl/db/memds'
make[1]: *** [memds_all] Error 2
make[1]: Leaving directory `/home/contest/tschatzl/fpcsrc/trunk/fcl/db'
make: *** [db_all] Error 2
Since I have no clue what this "Unaligned" method should do and/or how
to support this.
Regards,
Thomas
More information about the fpc-devel
mailing list