Mark Morgan Lloyd wrote:

runnable fpc, you mean fpc-2.6.0 installed?
export PP=/usr/local/bin/ppc386
make OPT='-O- -gl -Xs-' all

Apologies for my poor threading here, but a message got lost in the spam trap.

> >> <ftp://ftp.freepascal.org/pub/fpc/dist/2.6.0/bootstrap/%29>.
>Thanks for the bootsrap link.
>
> But I got another problem during linking process:
> fp.pas(553,1) Error: Error while linking
> fp.pas(553,1) Fatal: There were 1 errors compiling module, stopping
> Fatal: Compilation aborted
> make[5]: *** [fp] Error 1
> make[5]: Leaving directory `/home/erickom/fpcbuild/fpcsrc/ide'

You've not put in enough context, but I'd guess that it can't find the libgdb library for the fp IDE (which not many people use, and I think that you've successfully built the main fpc compiler etc). Try setting PP as before, then

make NOGDB=1 OPT='-O- -gl -Xs-' all

--
Mark Morgan Lloyd
markMLl .AT. telemetry.co .DOT. uk

[Opinions above are the author's, not those of his employers or colleagues]
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to