[fpc-pascal] when cross-compiling, "Recompiling Unit..., checksum changed for System"

Jonas Maebe jonas.maebe at elis.ugent.be
Fri Mar 26 11:14:12 CET 2010


On 26 Mar 2010, at 11:04, Haluk DUMAN wrote:

> i use cross-compiling from win32 to (target)linux...
> and get this error; "Recompiling BaseUnix, checksum changed for  
> System"

You are mixing units from different snapshots together. While I think  
that in theory this should work if they are compiled from similar svn  
revisions, this is not tested and unsupported.

You have to compile you own Linux-i386 units instead of copying them  
from a binary Linux snapshot inside your Windows directory.


Jonas



More information about the fpc-pascal mailing list