[fpc-devel] Windows for AArch64
Sven Barth
pascaldragon at googlemail.com
Mon Apr 29 22:31:28 CEST 2024
Am 29.04.2024 um 08:42 schrieb J. Gareth Moreton via fpc-devel:
> Aah, partially answered. It's not supported in 3.2.2, but there is
> better support for it in the trunk.
You had me worried there for a moment that someone regenerated the
makefiles with an older version of fpcmake... ^^'
Anyway, aside from using main you need to make sure that you have a
current version of clang installed and preferrably in PATH, because FPC
uses it as assembler.
You then call make like this (adding parallelisation options as desired
of course):
make all OS_TARGET=win64 CPU_TARGET=aarch64 BINUTILSPREFIX=
(note that there is a space between the last "=" and the end of the
command line)
Regards,
Sven
More information about the fpc-devel
mailing list