Use FPC's source code to generate the crossinstall package. But the resulting tar.gz file is missing install.sh.
I looked up the previous official version(3.2.0) of the crossinstall installation package, but there is a install.sh.
There are no error messages during the process
I don't know what went wrong.
cmd:
make crosssinglezipinstall CPU_TARGET=arm OS_TARGET=embedded SUBARCH=armv7m -j$(nproc) PREFIX=/usr NOGDB=1
FPC source: 3.2.2
OS: Linux(elementaryOS7.1)