On 2022-06-08 14:42, J. Gareth Moreton via fpc-devel wrote:
on x86_64-win64 after downloading the necessary runtimes, but how do I
run the test suite for jvm-java?

erroru.pp(25,3) Fatal: Unknown compilerproc "fpc_get_output". Check if
you use the correct run time library.
Fatal: Compilation aborted

The JVM backend does not support the full RTL nor all language constructs: https://wiki.freepascal.org/FPC_JVM/Language

There is a limited JVM-only testsuite in tests/test/jvm that you check with the testall.sh script in that directory (or testall.bat, but I'm not sure that one is completely up-to-date).


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

Reply via email to