norman@Hubble2:~/SourceCode/FPC_Source$ make packages RELEASE=1 FPC=fpc-ql OS_TARGET=sinclairql CPU_TARGET=m68k
make -C packages all
make[1]: Entering directory '/data/SourceCode/FPC_Source/packages'
make -C ../rtl all FPC=/usr/local/bin/ppcx64
make[2]: Entering directory '/data/SourceCode/FPC_Source/rtl'
make -C sinclairql all
make[3]: Entering directory '/data/SourceCode/FPC_Source/rtl/sinclairql'
make[3]: Leaving directory '/data/SourceCode/FPC_Source/rtl/sinclairql'
make[2]: Leaving directory '/data/SourceCode/FPC_Source/rtl'
make -C fpmkunit bootstrap FPC=/usr/local/bin/ppcx64
make[2]: Entering directory '/data/SourceCode/FPC_Source/packages/fpmkunit'
/usr/local/bin/ppcx64 src/fpmkunit.pp -Fu/data/SourceCode/FPC_Source/rtl -FUunits_bs/x86_64-linux -Fu../paszlib/src -Fu../hash/src -Fi../paszlib/src -Cg -Fi../fcl-process/src/unix -Fu../fcl-process/src -Fi../fcl-process/src/linux -Fu../libtar/src
Free Pascal Compiler version 3.2.2 [2021/05/16] for x86_64
Copyright (c) 1993-2021 by Florian Klaempfl and others
Target OS: Linux for x86-64
Compiling src/fpmkunit.pp
Compiling /data/SourceCode/FPC_Source/packages/fcl-process/src/process.pp
process.inc(219,9) Warning: Symbol "ApplicationName" is deprecated
process.inc(220,9) Warning: Symbol "CommandLine" is deprecated
process.inc(371,33) Warning: Symbol "ApplicationName" is deprecated
process.inc(373,31) Warning: Symbol "CommandLine" is deprecated
process.inc(377,40) Warning: Symbol "FpGetEnv" is deprecated
process.inc(597,59) Error: Identifier not found "fmShareNoLocking"
processbody.inc(814,28) Warning: Symbol "SetCommandLine" is deprecated
processbody.inc(857,28) Warning: Symbol "SetCommandLine" is deprecated
processbody.inc(1043,16) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1086,28) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1100,21) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1115,23) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1130,23) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1131,17) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1144,27) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1149,25) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1150,17) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1166,16) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1190,25) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1214,26) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1215,25) Error: Identifier not found "INVALID_HANDLE_VALUE"
processbody.inc(1216,23) Error: Identifier not found "INVALID_HANDLE_VALUE"
process.pp(103,1) Fatal: There were 15 errors compiling module, stopping
Fatal: Compilation aborted
make[2]: *** [Makefile:2837: bootstrap] Error 1
make[2]: Leaving directory '/data/SourceCode/FPC_Source/packages/fpmkunit'
make[1]: *** [Makefile:2024: fpmake] Error 2
make[1]: Leaving directory '/data/SourceCode/FPC_Source/packages'
make: *** [Makefile:3237: packages] Error 2