[fpc-pascal] compiling jvmbackend
ik
idokan at gmail.com
Tue Apr 10 16:57:05 CEST 2012
On Tue, Apr 10, 2012 at 17:15, Jonas Maebe <jonas.maebe at elis.ugent.be> wrote:
> 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")
Thanks, It worked well
>
>
> Jonas
Ido
>
>
> _______________________________________________
> fpc-pascal maillist - fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
More information about the fpc-pascal
mailing list