Testing compilation in utils for wasm32-embedded, with CROSSOPT="-n -vx " FPC=/home/muller/pas/fpc-3.3.1/bin/ppcwasm32 BINUTILSPREFIX= ( using rtl/embedded) ### /usr/bin/gmake -j 16 -r -C utils all CPU_TARGET=wasm32 OS_TARGET=embedded BINUTILSPREFIX= CROSSOPT="-n -vx " FPC=/home/muller/pas/fpc-3.3.1/bin/ppcwasm32 FPCMAKEOPT=" -gl" FPCCPUOPT=-O- INSTALL_PREFIX=/home/muller/pas/fpc-3.3.1 gmake: Entering directory '/home/muller/pas/gitlab-fpc-source/utils' ./fpmake compile -T 8 --localunitdir=.. --globalunitdir=../packages --os=embedded --cpu=wasm32 -o -Tembedded -o -Pwasm32 -o -Ur -o -Xs -o -O- -o -n -o -Fl/usr/lib64/gcc/x86_64-suse-linux/7 -o -dwasm32 -o -dRELEASE -o -n -o -vx --compiler=/home/muller/pas/fpc-3.3.1/bin/ppcwasm32 -bu -scp Start compiling package utils-fprcp for target wasm32-embedded. Compiling fprcp/units/wasm32-embedded/BuildUnit_utils_fprcp.pp External command "/home/muller/pas/fpc-3.3.1/bin/ppcwasm32 -Tembedded -FUfprcp/units/wasm32-embedded/ -Fu/home/muller/pas/gitlab-fpc-source/rtl/units/wasm32-embedded/ -Tembedded -Pwasm32 -Ur -Xs -O- -n -Fl/usr/lib64/gcc/x86_64-suse-linux/7 -dwasm32 -dRELEASE -n -vx -viq fprcp/units/wasm32-embedded/BuildUnit_utils_fprcp.pp" failed with exit code 256. Console output: Target OS: Embedded Compiling fprcp/units/wasm32-embedded/BuildUnit_utils_fprcp.pp BuildUnit_utils_fprcp.pp(4,1) Fatal: Can't find unit comments used by BuildUnit_utils_fprcp Fatal: Compilation aborted The installer encountered the following error: Error inside worker thread for package utils-fprcp: (0/8) Failed compiling: utils-fprcp: Compilation of "units/wasm32-embedded/BuildUnit_utils_fprcp.pp" failed $0000000000462C7F Compile, line 9684 of src/fpmkunit.pp $0000000000452462 Compile, line 6528 of src/fpmkunit.pp $0000000000452B74 Run, line 6640 of src/fpmkunit.pp $0000000000409D15 $main, line 114 of fpmake.pp gmake: *** [Makefile:2939: all] Error 1 gmake: Leaving directory '/home/muller/pas/gitlab-fpc-source/utils'