### /usr/bin/gmake -d -r -C rtl all CPU_TARGET=arm OS_TARGET=gba FPC=/home/muller/pas/fpc-3.3.1/bin/ppcarm BINUTILSPREFIX=arm-gba- OPT="-n -vx " GNU Make 4.3 Built for aarch64-redhat-linux-gnu Copyright (C) 1988-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Reading makefiles... Reading makefile 'Makefile'... gmake: Entering directory '/run/user/61083/pas/trunk/rtl' gcc: error: unrecognized command-line option ‘-m64’ Updating makefiles.... Considering target file 'Makefile'. Looking for an implicit rule for 'Makefile'. No implicit rule found for 'Makefile'. Finished prerequisites of target file 'Makefile'. No need to remake target 'Makefile'. Updating goal targets.... Considering target file 'all'. File 'all' does not exist. Considering target file 'gba_all'. File 'gba_all' does not exist. Finished prerequisites of target file 'gba_all'. Must remake target 'gba_all'. /usr/bin/gmake -C gba all Putting child 0xaaaaf0101d20 (gba_all) PID 158178 on the chain. Live child 0xaaaaf0101d20 (gba_all) PID 158178 GNU Make 4.3 Built for aarch64-redhat-linux-gnu Copyright (C) 1988-2020 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Reading makefiles... Reading makefile 'Makefile'... gmake[1]: Entering directory '/run/user/61083/pas/trunk/rtl/gba' Reading makefile '../inc/makefile.inc' (search path) (no ~ expansion)... Reading makefile '../arm/makefile.cpu' (search path) (no ~ expansion)... Updating makefiles.... Considering target file '../arm/makefile.cpu'. Looking for an implicit rule for '../arm/makefile.cpu'. No implicit rule found for '../arm/makefile.cpu'. Finished prerequisites of target file '../arm/makefile.cpu'. No need to remake target '../arm/makefile.cpu'. Considering target file '../inc/makefile.inc'. Looking for an implicit rule for '../inc/makefile.inc'. No implicit rule found for '../inc/makefile.inc'. Finished prerequisites of target file '../inc/makefile.inc'. No need to remake target '../inc/makefile.inc'. Considering target file 'Makefile'. Looking for an implicit rule for 'Makefile'. No implicit rule found for 'Makefile'. Finished prerequisites of target file 'Makefile'. No need to remake target 'Makefile'. Updating goal targets.... Considering target file 'all'. File 'all' does not exist. Considering target file 'fpc_all'. File 'fpc_all' does not exist. Considering target file 'fpcmade.arm-gba'. File 'fpcmade.arm-gba' does not exist. Considering target file 'fpc_loaders'. File 'fpc_loaders' does not exist. Considering target file '/run/user/61083/pas/trunk/rtl/units/arm-gba'. File '/run/user/61083/pas/trunk/rtl/units/arm-gba' does not exist. Finished prerequisites of target file '/run/user/61083/pas/trunk/rtl/units/arm-gba'. Must remake target '/run/user/61083/pas/trunk/rtl/units/arm-gba'. /usr/bin/mkdir -p /run/user/61083/pas/trunk/rtl/units/arm-gba Putting child 0xaaab24bc9a60 (/run/user/61083/pas/trunk/rtl/units/arm-gba) PID 158197 on the chain. Live child 0xaaab24bc9a60 (/run/user/61083/pas/trunk/rtl/units/arm-gba) PID 158197 Reaping winning child 0xaaab24bc9a60 PID 158197 Removing child 0xaaab24bc9a60 PID 158197 from chain. Successfully remade target file '/run/user/61083/pas/trunk/rtl/units/arm-gba'. Considering target file 'prt0.o'. File 'prt0.o' does not exist. Considering target file 'prt0.as'. Looking for an implicit rule for 'prt0.as'. No implicit rule found for 'prt0.as'. Finished prerequisites of target file 'prt0.as'. No need to remake target 'prt0.as'. Finished prerequisites of target file 'prt0.o'. Must remake target 'prt0.o'. arm-gba-as -o /run/user/61083/pas/trunk/rtl/units/arm-gba/prt0.o prt0.as Putting child 0xaaab24c01420 (prt0.o) PID 158198 on the chain. Live child 0xaaab24c01420 (prt0.o) PID 158198 Reaping winning child 0xaaab24c01420 PID 158198 Removing child 0xaaab24c01420 PID 158198 from chain. Successfully remade target file 'prt0.o'. Considering target file 'cprt0.o'. File 'cprt0.o' does not exist. Considering target file 'cprt0.as'. Looking for an implicit rule for 'cprt0.as'. No implicit rule found for 'cprt0.as'. Finished prerequisites of target file 'cprt0.as'. No need to remake target 'cprt0.as'. Finished prerequisites of target file 'cprt0.o'. Must remake target 'cprt0.o'. arm-gba-as -o /run/user/61083/pas/trunk/rtl/units/arm-gba/cprt0.o cprt0.as Putting child 0xaaab24c01ac0 (cprt0.o) PID 158205 on the chain. Live child 0xaaab24c01ac0 (cprt0.o) PID 158205 Reaping winning child 0xaaab24c01ac0 PID 158205 Removing child 0xaaab24c01ac0 PID 158205 from chain. Successfully remade target file 'cprt0.o'. Finished prerequisites of target file 'fpc_loaders'. Must remake target 'fpc_loaders'. Successfully remade target file 'fpc_loaders'. Considering target file 'fpc_units'. File 'fpc_units' does not exist. Pruning file '/run/user/61083/pas/trunk/rtl/units/arm-gba'. Considering target file 'system.ppu'. File 'system.ppu' does not exist. Considering target file 'system.pp'. Looking for an implicit rule for 'system.pp'. No implicit rule found for 'system.pp'. Finished prerequisites of target file 'system.pp'. No need to remake target 'system.pp'. Finished prerequisites of target file 'system.ppu'. Must remake target 'system.ppu'. /home/muller/pas/fpc-3.3.1/bin/ppcarm -Tgba -Parm -XParm-gba- -Fi../inc -Fi../arm -FE. -FU/run/user/61083/pas/trunk/rtl/units/arm-gba -n -vx -darm -n -vx -Us -Sg system.pp Putting child 0xaaab24c00180 (system.ppu) PID 158210 on the chain. Live child 0xaaab24c00180 (system.ppu) PID 158210 Executing "/home/muller/bin/arm-gba-as" with command line "-mfloat-abi=soft -meabi=5 -march=armv4 -mfpu=softvfp -o /run/user/61083/pas/trunk/rtl/units/arm-gba/system.o /run/user/61083/pas/trunk/rtl/units/arm-gba/system.s" Reaping winning child 0xaaab24c00180 PID 158210 Removing child 0xaaab24c00180 PID 158210 from chain. Successfully remade target file 'system.ppu'. Considering target file 'uuchar.ppu'. File 'uuchar.ppu' does not exist. Considering target file '../inc/uuchar.pp'. Looking for an implicit rule for '../inc/uuchar.pp'. No implicit rule found for '../inc/uuchar.pp'. Finished prerequisites of target file '../inc/uuchar.pp'. No need to remake target '../inc/uuchar.pp'. Pruning file 'system.ppu'. Finished prerequisites of target file 'uuchar.ppu'. Must remake target 'uuchar.ppu'. /home/muller/pas/fpc-3.3.1/bin/ppcarm -Tgba -Parm -XParm-gba- -Fi../inc -Fi../arm -FE. -FU/run/user/61083/pas/trunk/rtl/units/arm-gba -n -vx -darm -n -vx ../inc/uuchar.pp Putting child 0xaaab24c06f10 (uuchar.ppu) PID 159112 on the chain. Live child 0xaaab24c06f10 (uuchar.ppu) PID 159112 Executing "/home/muller/bin/arm-gba-as" with command line "-mfloat-abi=soft -meabi=5 -march=armv4 -mfpu=softvfp -o /run/user/61083/pas/trunk/rtl/units/arm-gba/uuchar.o /run/user/61083/pas/trunk/rtl/units/arm-gba/uuchar.s" Reaping winning child 0xaaab24c06f10 PID 159112 Removing child 0xaaab24c06f10 PID 159112 from chain. Successfully remade target file 'uuchar.ppu'. Considering target file 'objpas.ppu'. File 'objpas.ppu' does not exist. Considering target file '../objpas/objpas.pp'. Looking for an implicit rule for '../objpas/objpas.pp'. No implicit rule found for '../objpas/objpas.pp'. Finished prerequisites of target file '../objpas/objpas.pp'. No need to remake target '../objpas/objpas.pp'. Considering target file '../inc/except.inc'. Looking for an implicit rule for '../inc/except.inc'. No implicit rule found for '../inc/except.inc'. Finished prerequisites of target file '../inc/except.inc'. No need to remake target '../inc/except.inc'. Pruning file 'system.ppu'. Finished prerequisites of target file 'objpas.ppu'. Must remake target 'objpas.ppu'. /home/muller/pas/fpc-3.3.1/bin/ppcarm -Tgba -Parm -XParm-gba- -Fi../inc -Fi../arm -FE. -FU/run/user/61083/pas/trunk/rtl/units/arm-gba -n -vx -darm -n -vx -Fi../objpas ../objpas/objpas.pp Putting child 0xaaab24c06f10 (objpas.ppu) PID 159172 on the chain. Live child 0xaaab24c06f10 (objpas.ppu) PID 159172 Executing "/home/muller/bin/arm-gba-as" with command line "-mfloat-abi=soft -meabi=5 -march=armv4 -mfpu=softvfp -o /run/user/61083/pas/trunk/rtl/units/arm-gba/objpas.o /run/user/61083/pas/trunk/rtl/units/arm-gba/objpas.s" Reaping winning child 0xaaab24c06f10 PID 159172 Removing child 0xaaab24c06f10 PID 159172 from chain. Successfully remade target file 'objpas.ppu'. Considering target file 'macpas.ppu'. File 'macpas.ppu' does not exist. Considering target file '../inc/macpas.pp'. Looking for an implicit rule for '../inc/macpas.pp'. No implicit rule found for '../inc/macpas.pp'. Finished prerequisites of target file '../inc/macpas.pp'. No need to remake target '../inc/macpas.pp'. Pruning file 'objpas.ppu'. Considering target file 'math.ppu'. File 'math.ppu' does not exist. Considering target file '../objpas/math.pp'. Looking for an implicit rule for '../objpas/math.pp'. No implicit rule found for '../objpas/math.pp'. Finished prerequisites of target file '../objpas/math.pp'. No need to remake target '../objpas/math.pp'. Considering target file '../arm/mathu.inc'. Looking for an implicit rule for '../arm/mathu.inc'. No implicit rule found for '../arm/mathu.inc'. Finished prerequisites of target file '../arm/mathu.inc'. No need to remake target '../arm/mathu.inc'. Pruning file 'objpas.ppu'. Considering target file 'sysutils.ppu'. File 'sysutils.ppu' does not exist. Considering target file 'sysutils.pp'. Looking for an implicit rule for 'sysutils.pp'. No implicit rule found for 'sysutils.pp'. Finished prerequisites of target file 'sysutils.pp'. No need to remake target 'sysutils.pp'. Considering target file '../objpas/sysutils/datih.inc'. Looking for an implicit rule for '../objpas/sysutils/datih.inc'. No implicit rule found for '../objpas/sysutils/datih.inc'. Finished prerequisites of target file '../objpas/sysutils/datih.inc'. No need to remake target '../objpas/sysutils/datih.inc'. Considering target file '../objpas/sysutils/dati.inc'. Looking for an implicit rule for '../objpas/sysutils/dati.inc'. No implicit rule found for '../objpas/sysutils/dati.inc'. Finished prerequisites of target file '../objpas/sysutils/dati.inc'. No need to remake target '../objpas/sysutils/dati.inc'. Considering target file '../objpas/sysutils/diskh.inc'. Looking for an implicit rule for '../objpas/sysutils/diskh.inc'. No implicit rule found for '../objpas/sysutils/diskh.inc'. Finished prerequisites of target file '../objpas/sysutils/diskh.inc'. No need to remake target '../objpas/sysutils/diskh.inc'. Considering target file '../objpas/sysutils/disk.inc'. Looking for an implicit rule for '../objpas/sysutils/disk.inc'. No implicit rule found for '../objpas/sysutils/disk.inc'. Finished prerequisites of target file '../objpas/sysutils/disk.inc'. No need to remake target '../objpas/sysutils/disk.inc'. Considering target file '../objpas/sysutils/filutilh.inc'. Looking for an implicit rule for '../objpas/sysutils/filutilh.inc'. No implicit rule found for '../objpas/sysutils/filutilh.inc'. Finished prerequisites of target file '../objpas/sysutils/filutilh.inc'. No need to remake target '../objpas/sysutils/filutilh.inc'. Considering target file '../objpas/sysutils/filutil.inc'. Looking for an implicit rule for '../objpas/sysutils/filutil.inc'. No implicit rule found for '../objpas/sysutils/filutil.inc'. Finished prerequisites of target file '../objpas/sysutils/filutil.inc'. No need to remake target '../objpas/sysutils/filutil.inc'. Considering target file '../objpas/sysutils/finah.inc'. Looking for an implicit rule for '../objpas/sysutils/finah.inc'. No implicit rule found for '../objpas/sysutils/finah.inc'. Finished prerequisites of target file '../objpas/sysutils/finah.inc'. No need to remake target '../objpas/sysutils/finah.inc'. Considering target file '../objpas/sysutils/fina.inc'. Looking for an implicit rule for '../objpas/sysutils/fina.inc'. No implicit rule found for '../objpas/sysutils/fina.inc'. Finished prerequisites of target file '../objpas/sysutils/fina.inc'. No need to remake target '../objpas/sysutils/fina.inc'. Considering target file '../objpas/sysutils/fmtflt.inc'. Looking for an implicit rule for '../objpas/sysutils/fmtflt.inc'. No implicit rule found for '../objpas/sysutils/fmtflt.inc'. Finished prerequisites of target file '../objpas/sysutils/fmtflt.inc'. No need to remake target '../objpas/sysutils/fmtflt.inc'. Considering target file '../objpas/sysutils/intfh.inc'. Looking for an implicit rule for '../objpas/sysutils/intfh.inc'. No implicit rule found for '../objpas/sysutils/intfh.inc'. Finished prerequisites of target file '../objpas/sysutils/intfh.inc'. No need to remake target '../objpas/sysutils/intfh.inc'. Considering target file '../objpas/sysutils/osutil.inc'. Looking for an implicit rule for '../objpas/sysutils/osutil.inc'. No implicit rule found for '../objpas/sysutils/osutil.inc'. Finished prerequisites of target file '../objpas/sysutils/osutil.inc'. No need to remake target '../objpas/sysutils/osutil.inc'. Considering target file '../objpas/sysutils/osutilsh.inc'. Looking for an implicit rule for '../objpas/sysutils/osutilsh.inc'. No implicit rule found for '../objpas/sysutils/osutilsh.inc'. Finished prerequisites of target file '../objpas/sysutils/osutilsh.inc'. No need to remake target '../objpas/sysutils/osutilsh.inc'. Considering target file '../objpas/sysutils/stre.inc'. Looking for an implicit rule for '../objpas/sysutils/stre.inc'. No implicit rule found for '../objpas/sysutils/stre.inc'. Finished prerequisites of target file '../objpas/sysutils/stre.inc'. No need to remake target '../objpas/sysutils/stre.inc'. Considering target file '../objpas/sysutils/strg.inc'. Looking for an implicit rule for '../objpas/sysutils/strg.inc'. No implicit rule found for '../objpas/sysutils/strg.inc'. Finished prerequisites of target file '../objpas/sysutils/strg.inc'. No need to remake target '../objpas/sysutils/strg.inc'. Considering target file '../objpas/sysutils/sysansih.inc'. Looking for an implicit rule for '../objpas/sysutils/sysansih.inc'. No implicit rule found for '../objpas/sysutils/sysansih.inc'. Finished prerequisites of target file '../objpas/sysutils/sysansih.inc'. No need to remake target '../objpas/sysutils/sysansih.inc'. Considering target file '../objpas/sysutils/sysansi.inc'. Looking for an implicit rule for '../objpas/sysutils/sysansi.inc'. No implicit rule found for '../objpas/sysutils/sysansi.inc'. Finished prerequisites of target file '../objpas/sysutils/sysansi.inc'. No need to remake target '../objpas/sysutils/sysansi.inc'. Considering target file '../objpas/sysutils/syscodepagesh.inc'. Looking for an implicit rule for '../objpas/sysutils/syscodepagesh.inc'. No implicit rule found for '../objpas/sysutils/syscodepagesh.inc'. Finished prerequisites of target file '../objpas/sysutils/syscodepagesh.inc'. No need to remake target '../objpas/sysutils/syscodepagesh.inc'. Considering target file '../objpas/sysutils/syscodepages.inc'. Looking for an implicit rule for '../objpas/sysutils/syscodepages.inc'. No implicit rule found for '../objpas/sysutils/syscodepages.inc'. Finished prerequisites of target file '../objpas/sysutils/syscodepages.inc'. No need to remake target '../objpas/sysutils/syscodepages.inc'. Considering target file '../objpas/sysutils/sysencodingh.inc'. Looking for an implicit rule for '../objpas/sysutils/sysencodingh.inc'. No implicit rule found for '../objpas/sysutils/sysencodingh.inc'. Finished prerequisites of target file '../objpas/sysutils/sysencodingh.inc'. No need to remake target '../objpas/sysutils/sysencodingh.inc'. Considering target file '../objpas/sysutils/sysencoding.inc'. Looking for an implicit rule for '../objpas/sysutils/sysencoding.inc'. No implicit rule found for '../objpas/sysutils/sysencoding.inc'. Finished prerequisites of target file '../objpas/sysutils/sysencoding.inc'. No need to remake target '../objpas/sysutils/sysencoding.inc'. Considering target file '../objpas/sysutils/sysformt.inc'. Looking for an implicit rule for '../objpas/sysutils/sysformt.inc'. No implicit rule found for '../objpas/sysutils/sysformt.inc'. Finished prerequisites of target file '../objpas/sysutils/sysformt.inc'. No need to remake target '../objpas/sysutils/sysformt.inc'. Considering target file '../objpas/sysutils/syshelpb.inc'. Looking for an implicit rule for '../objpas/sysutils/syshelpb.inc'. No implicit rule found for '../objpas/sysutils/syshelpb.inc'. Finished prerequisites of target file '../objpas/sysutils/syshelpb.inc'. No need to remake target '../objpas/sysutils/syshelpb.inc'. Considering target file '../objpas/sysutils/syshelpf.inc'. Looking for an implicit rule for '../objpas/sysutils/syshelpf.inc'. No implicit rule found for '../objpas/sysutils/syshelpf.inc'. Finished prerequisites of target file '../objpas/sysutils/syshelpf.inc'. No need to remake target '../objpas/sysutils/syshelpf.inc'. Considering target file '../objpas/sysutils/syshelph.inc'. Looking for an implicit rule for '../objpas/sysutils/syshelph.inc'. No implicit rule found for '../objpas/sysutils/syshelph.inc'. Finished prerequisites of target file '../objpas/sysutils/syshelph.inc'. No need to remake target '../objpas/sysutils/syshelph.inc'. Considering target file '../objpas/sysutils/syshelp.inc'. Looking for an implicit rule for '../objpas/sysutils/syshelp.inc'. No implicit rule found for '../objpas/sysutils/syshelp.inc'. Finished prerequisites of target file '../objpas/sysutils/syshelp.inc'. No need to remake target '../objpas/sysutils/syshelp.inc'. Considering target file '../objpas/sysutils/syshelpo.inc'. Looking for an implicit rule for '../objpas/sysutils/syshelpo.inc'. No implicit rule found for '../objpas/sysutils/syshelpo.inc'. Finished prerequisites of target file '../objpas/sysutils/syshelpo.inc'. No need to remake target '../objpas/sysutils/syshelpo.inc'. Considering target file '../objpas/sysutils/syshelps.inc'. Looking for an implicit rule for '../objpas/sysutils/syshelps.inc'. No implicit rule found for '../objpas/sysutils/syshelps.inc'. Finished prerequisites of target file '../objpas/sysutils/syshelps.inc'. No need to remake target '../objpas/sysutils/syshelps.inc'. Considering target file '../objpas/sysutils/sysinth.inc'. Looking for an implicit rule for '../objpas/sysutils/sysinth.inc'. No implicit rule found for '../objpas/sysutils/sysinth.inc'. Finished prerequisites of target file '../objpas/sysutils/sysinth.inc'. No need to remake target '../objpas/sysutils/sysinth.inc'. Considering target file '../objpas/sysutils/sysint.inc'. Looking for an implicit rule for '../objpas/sysutils/sysint.inc'. No implicit rule found for '../objpas/sysutils/sysint.inc'. Finished prerequisites of target file '../objpas/sysutils/sysint.inc'. No need to remake target '../objpas/sysutils/sysint.inc'. Considering target file '../objpas/sysutils/sysmarshalh.inc'. Looking for an implicit rule for '../objpas/sysutils/sysmarshalh.inc'. No implicit rule found for '../objpas/sysutils/sysmarshalh.inc'. Finished prerequisites of target file '../objpas/sysutils/sysmarshalh.inc'. No need to remake target '../objpas/sysutils/sysmarshalh.inc'. Considering target file '../objpas/sysutils/sysmarshal.inc'. Looking for an implicit rule for '../objpas/sysutils/sysmarshal.inc'. No implicit rule found for '../objpas/sysutils/sysmarshal.inc'. Finished prerequisites of target file '../objpas/sysutils/sysmarshal.inc'. No need to remake target '../objpas/sysutils/sysmarshal.inc'. Considering target file '../objpas/sysutils/syspchh.inc'. Looking for an implicit rule for '../objpas/sysutils/syspchh.inc'. No implicit rule found for '../objpas/sysutils/syspchh.inc'. Finished prerequisites of target file '../objpas/sysutils/syspchh.inc'. No need to remake target '../objpas/sysutils/syspchh.inc'. Considering target file '../objpas/sysutils/syspch.inc'. Looking for an implicit rule for '../objpas/sysutils/syspch.inc'. No implicit rule found for '../objpas/sysutils/syspch.inc'. Finished prerequisites of target file '../objpas/sysutils/syspch.inc'. No need to remake target '../objpas/sysutils/syspch.inc'. Considering target file '../objpas/sysutils/syssbh.inc'. Looking for an implicit rule for '../objpas/sysutils/syssbh.inc'. No implicit rule found for '../objpas/sysutils/syssbh.inc'. Finished prerequisites of target file '../objpas/sysutils/syssbh.inc'. No need to remake target '../objpas/sysutils/syssbh.inc'. Considering target file '../objpas/sysutils/syssb.inc'. Looking for an implicit rule for '../objpas/sysutils/syssb.inc'. No implicit rule found for '../objpas/sysutils/syssb.inc'. Finished prerequisites of target file '../objpas/sysutils/syssb.inc'. No need to remake target '../objpas/sysutils/syssb.inc'. Considering target file '../objpas/sysutils/syssr.inc'. Looking for an implicit rule for '../objpas/sysutils/syssr.inc'. No implicit rule found for '../objpas/sysutils/syssr.inc'. Finished prerequisites of target file '../objpas/sysutils/syssr.inc'. No need to remake target '../objpas/sysutils/syssr.inc'. Considering target file '../objpas/sysutils/sysstrh.inc'. Looking for an implicit rule for '../objpas/sysutils/sysstrh.inc'. No implicit rule found for '../objpas/sysutils/sysstrh.inc'. Finished prerequisites of target file '../objpas/sysutils/sysstrh.inc'. No need to remake target '../objpas/sysutils/sysstrh.inc'. Considering target file '../objpas/sysutils/sysstr.inc'. Looking for an implicit rule for '../objpas/sysutils/sysstr.inc'. No implicit rule found for '../objpas/sysutils/sysstr.inc'. Finished prerequisites of target file '../objpas/sysutils/sysstr.inc'. No need to remake target '../objpas/sysutils/sysstr.inc'. Considering target file '../objpas/sysutils/systhrdh.inc'. Looking for an implicit rule for '../objpas/sysutils/systhrdh.inc'. No implicit rule found for '../objpas/sysutils/systhrdh.inc'. Finished prerequisites of target file '../objpas/sysutils/systhrdh.inc'. No need to remake target '../objpas/sysutils/systhrdh.inc'. Considering target file '../objpas/sysutils/sysuintf.inc'. Looking for an implicit rule for '../objpas/sysutils/sysuintf.inc'. No implicit rule found for '../objpas/sysutils/sysuintf.inc'. Finished prerequisites of target file '../objpas/sysutils/sysuintf.inc'. No need to remake target '../objpas/sysutils/sysuintf.inc'. Considering target file '../objpas/sysutils/sysunih.inc'. Looking for an implicit rule for '../objpas/sysutils/sysunih.inc'. No implicit rule found for '../objpas/sysutils/sysunih.inc'. Finished prerequisites of target file '../objpas/sysutils/sysunih.inc'. No need to remake target '../objpas/sysutils/sysunih.inc'. Considering target file '../objpas/sysutils/sysuni.inc'. Looking for an implicit rule for '../objpas/sysutils/sysuni.inc'. No implicit rule found for '../objpas/sysutils/sysuni.inc'. Finished prerequisites of target file '../objpas/sysutils/sysuni.inc'. No need to remake target '../objpas/sysutils/sysuni.inc'. Considering target file '../objpas/sysutils/sysuthrd.inc'. Looking for an implicit rule for '../objpas/sysutils/sysuthrd.inc'. No implicit rule found for '../objpas/sysutils/sysuthrd.inc'. Finished prerequisites of target file '../objpas/sysutils/sysuthrd.inc'. No need to remake target '../objpas/sysutils/sysuthrd.inc'. Considering target file '../objpas/sysutils/sysutilh.inc'. Looking for an implicit rule for '../objpas/sysutils/sysutilh.inc'. No implicit rule found for '../objpas/sysutils/sysutilh.inc'. Finished prerequisites of target file '../objpas/sysutils/sysutilh.inc'. No need to remake target '../objpas/sysutils/sysutilh.inc'. Considering target file '../objpas/sysutils/sysutils.inc'. Looking for an implicit rule for '../objpas/sysutils/sysutils.inc'. No implicit rule found for '../objpas/sysutils/sysutils.inc'. Finished prerequisites of target file '../objpas/sysutils/sysutils.inc'. No need to remake target '../objpas/sysutils/sysutils.inc'. Considering target file '../objpas/sysutils/syswideh.inc'. Looking for an implicit rule for '../objpas/sysutils/syswideh.inc'. No implicit rule found for '../objpas/sysutils/syswideh.inc'. Finished prerequisites of target file '../objpas/sysutils/syswideh.inc'. No need to remake target '../objpas/sysutils/syswideh.inc'. Considering target file '../objpas/sysutils/syswide.inc'. Looking for an implicit rule for '../objpas/sysutils/syswide.inc'. No implicit rule found for '../objpas/sysutils/syswide.inc'. Finished prerequisites of target file '../objpas/sysutils/syswide.inc'. No need to remake target '../objpas/sysutils/syswide.inc'. Considering target file '../objpas/sysutils/tzenv.inc'. Looking for an implicit rule for '../objpas/sysutils/tzenv.inc'. No implicit rule found for '../objpas/sysutils/tzenv.inc'. Finished prerequisites of target file '../objpas/sysutils/tzenv.inc'. No need to remake target '../objpas/sysutils/tzenv.inc'. Pruning file 'system.ppu'. Pruning file 'objpas.ppu'. Considering target file 'sysconst.ppu'. File 'sysconst.ppu' does not exist. Considering target file '../objpas/sysconst.pp'. Looking for an implicit rule for '../objpas/sysconst.pp'. No implicit rule found for '../objpas/sysconst.pp'. Finished prerequisites of target file '../objpas/sysconst.pp'. No need to remake target '../objpas/sysconst.pp'. Pruning file 'objpas.ppu'. Pruning file 'system.ppu'. Finished prerequisites of target file 'sysconst.ppu'. Must remake target 'sysconst.ppu'. /home/muller/pas/fpc-3.3.1/bin/ppcarm -Tgba -Parm -XParm-gba- -Fi../inc -Fi../arm -FE. -FU/run/user/61083/pas/trunk/rtl/units/arm-gba -n -vx -darm -n -vx ../objpas/sysconst.pp Putting child 0xaaab24c06f10 (sysconst.ppu) PID 159244 on the chain. Live child 0xaaab24c06f10 (sysconst.ppu) PID 159244 Executing "/home/muller/bin/arm-gba-as" with command line "-mfloat-abi=soft -meabi=5 -march=armv4 -mfpu=softvfp -o /run/user/61083/pas/trunk/rtl/units/arm-gba/sysconst.o /run/user/61083/pas/trunk/rtl/units/arm-gba/sysconst.s" Reaping winning child 0xaaab24c06f10 PID 159244 Removing child 0xaaab24c06f10 PID 159244 from chain. Successfully remade target file 'sysconst.ppu'. Considering target file 'dos.ppu'. File 'dos.ppu' does not exist. Considering target file 'dos.pp'. Looking for an implicit rule for 'dos.pp'. No implicit rule found for 'dos.pp'. Finished prerequisites of target file 'dos.pp'. No need to remake target 'dos.pp'. Considering target file '../inc/filerec.inc'. Looking for an implicit rule for '../inc/filerec.inc'. No implicit rule found for '../inc/filerec.inc'. Finished prerequisites of target file '../inc/filerec.inc'. No need to remake target '../inc/filerec.inc'. Considering target file '../inc/textrec.inc'. Looking for an implicit rule for '../inc/textrec.inc'. No implicit rule found for '../inc/textrec.inc'. Finished prerequisites of target file '../inc/textrec.inc'. No need to remake target '../inc/textrec.inc'. Considering target file 'strings.ppu'. File 'strings.ppu' does not exist. Considering target file '../inc/strings.pp'. Looking for an implicit rule for '../inc/strings.pp'. No implicit rule found for '../inc/strings.pp'. Finished prerequisites of target file '../inc/strings.pp'. No need to remake target '../inc/strings.pp'. Considering target file '../inc/stringsi.inc'. Looking for an implicit rule for '../inc/stringsi.inc'. No implicit rule found for '../inc/stringsi.inc'. Finished prerequisites of target file '../inc/stringsi.inc'. No need to remake target '../inc/stringsi.inc'. Considering target file '../arm/stringss.inc'. Looking for an implicit rule for '../arm/stringss.inc'. No implicit rule found for '../arm/stringss.inc'. Finished prerequisites of target file '../arm/stringss.inc'. No need to remake target '../arm/stringss.inc'. Considering target file '../arm/strings.inc'. Looking for an implicit rule for '../arm/strings.inc'. No implicit rule found for '../arm/strings.inc'. Finished prerequisites of target file '../arm/strings.inc'. No need to remake target '../arm/strings.inc'. Considering target file '../inc/genstr.inc'. Looking for an implicit rule for '../inc/genstr.inc'. No implicit rule found for '../inc/genstr.inc'. Finished prerequisites of target file '../inc/genstr.inc'. No need to remake target '../inc/genstr.inc'. Considering target file '../inc/genstrs.inc'. Looking for an implicit rule for '../inc/genstrs.inc'. No implicit rule found for '../inc/genstrs.inc'. Finished prerequisites of target file '../inc/genstrs.inc'. No need to remake target '../inc/genstrs.inc'. Considering target file '../inc/cgenstr.inc'. Looking for an implicit rule for '../inc/cgenstr.inc'. No implicit rule found for '../inc/cgenstr.inc'. Finished prerequisites of target file '../inc/cgenstr.inc'. No need to remake target '../inc/cgenstr.inc'. Pruning file 'system.ppu'. Finished prerequisites of target file 'strings.ppu'. Must remake target 'strings.ppu'. /home/muller/pas/fpc-3.3.1/bin/ppcarm -Tgba -Parm -XParm-gba- -Fi../inc -Fi../arm -FE. -FU/run/user/61083/pas/trunk/rtl/units/arm-gba -n -vx -darm -n -vx ../inc/strings.pp Putting child 0xaaab24c08810 (strings.ppu) PID 159328 on the chain. Live child 0xaaab24c08810 (strings.ppu) PID 159328 Executing "/home/muller/bin/arm-gba-as" with command line "-mfloat-abi=soft -meabi=5 -march=armv4 -mfpu=softvfp -o /run/user/61083/pas/trunk/rtl/units/arm-gba/strings.o /run/user/61083/pas/trunk/rtl/units/arm-gba/strings.s" Reaping winning child 0xaaab24c08810 PID 159328 Removing child 0xaaab24c08810 PID 159328 from chain. Successfully remade target file 'strings.ppu'. Pruning file 'system.ppu'. Finished prerequisites of target file 'dos.ppu'. Must remake target 'dos.ppu'. /home/muller/pas/fpc-3.3.1/bin/ppcarm -Tgba -Parm -XParm-gba- -Fi../inc -Fi../arm -FE. -FU/run/user/61083/pas/trunk/rtl/units/arm-gba -n -vx -darm -n -vx dos.pp Putting child 0xaaab24c08810 (dos.ppu) PID 159408 on the chain. Live child 0xaaab24c08810 (dos.ppu) PID 159408 Executing "/home/muller/bin/arm-gba-as" with command line "-mfloat-abi=soft -meabi=5 -march=armv4 -mfpu=softvfp -o /run/user/61083/pas/trunk/rtl/units/arm-gba/dos.o /run/user/61083/pas/trunk/rtl/units/arm-gba/dos.s" Reaping winning child 0xaaab24c08810 PID 159408 Removing child 0xaaab24c08810 PID 159408 from chain. Successfully remade target file 'dos.ppu'. Finished prerequisites of target file 'sysutils.ppu'. Must remake target 'sysutils.ppu'. /home/muller/pas/fpc-3.3.1/bin/ppcarm -Tgba -Parm -XParm-gba- -Fi../inc -Fi../arm -FE. -FU/run/user/61083/pas/trunk/rtl/units/arm-gba -n -vx -darm -n -vx -Fi../objpas/sysutils sysutils.pp Putting child 0xaaab24c093c0 (sysutils.ppu) PID 159458 on the chain. Live child 0xaaab24c093c0 (sysutils.ppu) PID 159458 /run/user/61083/pas/trunk/rtl/units/arm-gba/sysutils.s: Assembler messages: /run/user/61083/pas/trunk/rtl/units/arm-gba/sysutils.s:106703: Error: selected processor does not support `fmrx r0,fpscr' in ARM mode /run/user/61083/pas/trunk/rtl/units/arm-gba/sysutils.s:106705: Error: selected processor does not support `fmxr fpscr,r0' in ARM mode Executing "/home/muller/bin/arm-gba-as" with command line "-mfloat-abi=soft -meabi=5 -march=armv4 -mfpu=softvfp -o /run/user/61083/pas/trunk/rtl/units/arm-gba/sysutils.o /run/user/61083/pas/trunk/rtl/units/arm-gba/sysutils.s" sysutils.pp(341) Error: Error while assembling exitcode 1 sysutils.pp(341) Fatal: There were 2 errors compiling module, stopping Fatal: Compilation aborted Reaping losing child 0xaaab24c093c0 PID 159458 gmake[1]: *** [Makefile:2464: sysutils.ppu] Error 1 Removing child 0xaaab24c093c0 PID 159458 from chain. gmake[1]: Leaving directory '/run/user/61083/pas/trunk/rtl/gba' Reaping losing child 0xaaaaf0101d20 PID 158178 gmake: *** [Makefile:3813: gba_all] Error 2 Removing child 0xaaaaf0101d20 PID 158178 from chain. gmake: Leaving directory '/run/user/61083/pas/trunk/rtl'