[fpc-pascal] compiling jvmbackend

ik idokan at gmail.com
Tue Apr 10 16:08:16 CEST 2012


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



More information about the fpc-pascal mailing list