On 2019-09-08 14:43, Gabor Boros wrote:
2019. 09. 08. 13:14 keltezéssel, Jonas Maebe írta:
You should perform a "make cycle" in the compiler directory, or "make all" at the top level FPC directory. The ppudump utility will then only be compiled with the final compiler. The compiler built during the first pass may not be feature-complete due to known bugs or limitations of the bootstrap compiler.

I use "make all zipinstall".

The "make all zipinstall OS_TARGET=win64 CPU_TARGET=x86_64" works as
expected and "make all zipinstall OS_TARGET=win32 CPU_TARGET=i386"
not.

Try doing a "make distclean" first, it seems some old compiled unit being used.


Jonas
_______________________________________________
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-devel

Reply via email to