[fpc-pascal] Compiling / Make problems, latest SVN
Jonas Maebe
jonas.maebe at elis.ugent.be
Mon Oct 29 11:31:22 CET 2007
On 29 Oct 2007, at 11:26, Tobias Giesen wrote:
> thanks for the new Makefiles! I am now at SVN rev. 8988 and when I
> enter
>
> cd fpc/compiler
> make cycle CPU_TARGET=powerpc
>
> I get:
>
> Makefile:125: *** Compiler ppcrossppc not found. Stop.
>
> I don't know what's happening. In this step, I do not want to
> crosscompile. I want to _make_ the cross-compiler.
Tell the Makefile explicitly with which compiler you want to start, e.g.
make cycle CPU_TARGET=powerpc FPC=ppc386
Jonas
More information about the fpc-pascal
mailing list