Vincent,

On Tuesday 09 December 2008 10:51:05 Vincent Snijders wrote:
> > "The system.ppu was not found in the FPC directories. Make sure fpc is
> > installed correctly and the fpc.cfg points to the right directory."
>
> AFAIK, this is not a compiler message, but a message from the IDE.

Yes, I wasn't clear about that. The message appears when you OK the compiler
settings form. It also reoccurs when Lazarus starts up after changing the
settings. The actual compilation fails with:

Test.lpr(1,1) Fatal: Can't find unit system used by Test

> What is the compiler path setting in the environment options?

C:\Lazarus\fpc\2.2.3\bin\i386-win32\ppc386.exe

I've just realised this is the intel specific compiler. It needs to be fpc.exe
to call the right cross-compiler, if I understand it properly?

I have just tried it with:

c:\lazarus\fpc\2.2.3\bin\i386-win32\fpc.exe

And both the IDE warning and the compiler error are removed. Would it be
possible to have this as the default setting in the snapshots to make it easier
for casual testers to try out WinCE compiling?

Thanks for your help,

Paul
_______________________________________________
Lazarus mailing list
[email protected]
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to