Hello,

I'm trying to compile jvmbacked (once again after a long time).
It seems to work well at first with the following cli make:

sudo make CROSSOPT="-O2 -g -FD/usr/share/java/"  CPU_TARGET=jvm
OS_TARGET=android INSTALL_PREFIX=/usr/ FPC=/usr/bin/ppcx64 all
crossinstall

But then I get the following error message:

make[4]: Leaving directory
`/home/ik/projects/foss/fpc/jvmbackend/rtl/android/jvm'
fpcmake -p -Tjvm-android Makefile.fpc
Processing Makefile.fpc
Error: No targets set
make[3]: *** [fpc_install] Error 1
make[3]: Leaving directory `/home/ik/projects/foss/fpc/jvmbackend/rtl'
make[2]: *** [rtl_install] Error 2
make[2]: Leaving directory `/home/ik/projects/foss/fpc/jvmbackend'
make[1]: *** [installbase] Error 2
make[1]: Leaving directory `/home/ik/projects/foss/fpc/jvmbackend'
make: *** [crossinstall] Error 2

What am I missing here ?

Thanks,
Ido
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to