Hello,
I'm trying to compile the last FPC version on Windows x64 from gitlab but when I tried, I have always a same error :
"C:/lazarus/fpc/3.2.2/bin/x86_64-win64/ppcx64.exe -Ur -Xs -O2 -n -Fux86_64 -Fusystems -FuC:/fpc-trunk/rtl/units/x86_64-win64 -Fix86_64 -FEx86_64/bin/x86_64-win64 -FUx86_64/units/x86_64-win64 -dRELEASE -dx86_64 -Fux86 -Fix86 -oC:/fpc-trunk/compiler/ppc1.exe pp.pas
make.exe[5]: Leaving directory `C:/fpc-trunk/compiler'
C:/lazarus/fpc/3.2.2/bin/x86_64-win64/make.exe echotime
make.exe[5]: Entering directory `C:/fpc-trunk/compiler'
process_begin: CreateProcess((null), echo Start now 18:26:47, ...) failed.
make (e=2): Le fichier spécifié est introuvable.
make.exe[5]: *** [echotime] Error 2
make.exe[5]: Leaving directory `C:/fpc-trunk/compiler'
make.exe[4]: *** [next] Error 2
make.exe[4]: Leaving directory `C:/fpc-trunk/compiler'
make.exe[3]: *** [ppc1.exe] Error 2
make.exe[3]: Leaving directory `C:/fpc-trunk/compiler'
make.exe[2]: *** [cycle] Error 2
make.exe[2]: Leaving directory `C:/fpc-trunk/compiler'
make.exe[1]: *** [compiler_cycle] Error 2
make.exe[1]: Leaving directory `C:/fpc-trunk'
C:\lazarus\fpc\3.2.2\bin\x86_64-win64\make.exe: *** [build-stamp.x86_64-win64] Error 2"
Anyone know the reason? for information I can compile Lazarus IDE without problem.
Thanks for your help .
Cheers