[fpc-devel] problem compiling compiler

Marģers . margers.roked at inbox.lv
Wed Aug 21 16:01:23 CEST 2019


Hi,
 i used simple script for compiling compiler

export PP=/home/user/fpc304/lib/fpc/3.0.4/ppcx64
make singlezipinstall OS_TARGET=linux
CPU_TARGET=x86_64    OPT=" 
-Fu/home/user/fpc304/lib/fpc/3.0.4/units/x86_64-linux/rtl/"

Reason of "export PP="  is that i don't have
installed fpc, so i have to specify path where to
find it.
Script was fine some time ago, but now it can not
find compiler: 

Makefile:135: *** Compiler
/home/user/where/is/my/copy/of/fpc/compiler/ppcx64
not found.  Stop.


Can i improve my script to actually work or is it
some sort of makefile bug?



More information about the fpc-devel mailing list