[fpc-pascal] FPC 3.0.0 seed compiler for Rasperry Pi ARM?
Mattias Gaertner
nc-gaertnma at netcologne.de
Tue Jan 10 11:30:35 CET 2017
On Tue, 10 Jan 2017 09:08:55 +0100
Bo Berglund <bo.berglund at gmail.com> wrote:
>[...]
> It looks like Lazarus needs to know where the fpc sources are located
> because I always get this error when trying to build lazarus bigide
> the first time:
Lazarus does not need the FPC sources for building.
>[...]
> (3104) Compiling fcllaz.pas
> Fatal: (10022) Can't find unit system used by fcllaz
> Fatal: (1018) Compilation aborted
>
> The file ~/.fpc.cfg has been generated by running command:
> fpcmkcfg -o ./.fpc.cfg
>
> But I have not edited it in any way.
Check its -Fu paths.
> The unit system it fails to find is in the fpc sources, so somehow
> make must be told where they are located...
It fails to find the "unit", not the sources. Either a ppu is missing
or is incompatible.
>[...]
Mattias
More information about the fpc-pascal
mailing list