[fpc-devel] Getting error building fpc for clang 16
Jonas Maebe
jonas at freepascal.org
Thu Dec 7 12:19:45 CET 2023
On 2023-12-07 01:09, Martin Frb via fpc-devel wrote:
> But I am getting
>
> make[8]: '/home/m/fpc/rel_3.3.1/source/rtl/units/x86_64-linux' is up to
> date.
> make[8]: Leaving directory '/home/m/fpc/rel_3.3.1/source/rtl/linux'
> as --64 -o /home/m/fpc/rel_3.3.1/source/rtl/units/x86_64-linux/abitag.o
> x86_64/abitag.as
> /home/m/fpc/rel_3.3.1/source/compiler/ppc1 -Ur -Ur -Xs -O2 -n -Fi../inc
> -Fi../x86_64 -Fi../unix -Fix86_64 -FE.
> -FU/home/m/fpc/rel_3.3.1/source/rtl/units/x86_64-linux -Cg
> -Fl/usr/lib/gcc/x86_64-redhat-linux/13 -dx86_64 -dRELEASE -Us -Sg
> system.pp
The -Clv parameter is missing here for some reason, so the compiler is
generating code for LLVM 7.0 rather than 16.0.
Jonas
More information about the fpc-devel
mailing list