On Mon, 20 Aug 2007 11:18:02 +0200
Bernd Mueller <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I am using Lazarus 0.9.22 on Win32 to crosscompile to an arm-linux 
> target. This works pretty good, but there is still a problem. I don't 
> know, if this is a bug or my fault:
> 
> Every time, I create a new project (Project/New Project.../Custom 
> Program), I get the following error message:
> 
> "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."
> 
> I confirm the error message and everything is fine.
> 
> I double checked the fpc installation, but could not find a problem.
> If there would be a problem, the compile and link process would fail,
> I guess. In the Environment options I have the compiler path pointing
> to the crosscompiler and in this directory, I have located my fpc.cfg
> file, which contains the path to the system.ppu in the rtl directory:
> 
> -Tlinux
> -XParm-linux-
> -FDc:\windows\app\lazarus0922\fpc\2.1.4_8169\bin\arm-linux
> -FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\
> -FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\*
> -FuC:\windows\app\lazarus0922\fpc\2.1.4_8169\units\arm-linux\rtl
> 
> Any hints, what could be the reason for the Lazarus error message?

It means lazarus did not found either the system.pp for arm-linux
or the system.ppu for arm-linux.

Check:
Where is the arm-linux system.ppu?
Where is the arm-linux system.pp (your-fpc-src\rtl\linux\system.pp)?
What contains inputhistory.xml in the FPCConfigCache node?

Mattias

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to