[fpc-pascal] compiling jvmbackend
Jonas Maebe
jonas.maebe at elis.ugent.be
Tue Apr 10 16:15:33 CEST 2012
ik wrote on Tue, 10 Apr 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
You have to make sure that the fpcmake in your path supports the JVM
target (i.e., it has to be compiled from the jvmbackend branch; you
can compile it by going into the jvmbackend/utils/fpcm directory and
typing "make all")
Jonas
More information about the fpc-pascal
mailing list