[fpc-pascal] Compiling the compiler

Burkhard Carstens fpc at bcsoft.de
Mon Jul 24 17:47:04 CEST 2006


Am Montag, 24. Juli 2006 17:42 schrieb Andreas Berger:
> I downloaded the latest snapshot and wish to recompile the fpc
> compiler for G032v2. I found an old doc that says to:
>   cd compiler
>   make cycle
>
> This obviously will not work since FPC has fpcmake and not make.
> There is also no makefile called cycle in the compiler folder. Can
> someone tell me how to completely recompile the fpc?
AFAIK, fpcmake is another beast: it creates a Makefile based on infos in 
Makefile.fpc

"make cycle" should call the "make" executable, which reads "Makefile" 
in the current folder and does stuff for the target "cycle" defined in 
"Makefile".

however, never tried the go32v2 thing. only doing it on linux ..




More information about the fpc-pascal mailing list