Hi List.

I'm trying to follow this guide: http://wiki.freepascal.org/FPC_JVM/Building

But when i reach the point where i do the actual compilation fail
with the following output:

torsten@epidata:~/FreePascal/fpc-trunk$ make all crossinstall CROSSOPT="-O2 -g" CPU_TARGET=jvm OS_TARGET=android INSTALL_PREFIX=~/fpc
make: -iVSPTPSOTO: Command not found
make compiler_cycle RELEASE=1
make[1]: -iVSPTPSOTO: Command not found
make[1]: Entering directory `/home/torsten/FreePascal/fpc-trunk'
make -C compiler cycle
make[2]: -iVSPTPSOTO: Command not found
make[2]: Entering directory `/home/torsten/FreePascal/fpc-trunk/compiler'
make OS_TARGET= CPU_TARGET= CROSSBINDIR= BINUTILSPREFIX= CROSSCYCLEBOOTSTRAP=1 rtlclean rtl CYCLELEVEL=1
make[3]: Entering directory `/home/torsten/FreePascal/fpc-trunk/compiler'
make -C  clean
make: Entering an unknown directory
make: *** clean: No such file or directory.  Stop.
make: Leaving an unknown directory
make[3]: *** [rtlclean] Error 2
make[3]: Leaving directory `/home/torsten/FreePascal/fpc-trunk/compiler'
make[2]: *** [cycle] Error 2
make[2]: Leaving directory `/home/torsten/FreePascal/fpc-trunk/compiler'
make[1]: *** [compiler_cycle] Error 2
make[1]: Leaving directory `/home/torsten/FreePascal/fpc-trunk'
make: *** [base.build-stamp.jvm-android] Error 2
torsten@epidata:~/FreePascal/fpc-trunk$


I'm using the 2.6.2 compiler and i have successfully compiled a new fpcmake, placed it
such that I know it is first in the path, but still it fails.

Any help is appriciated.

Regards,
Torsten B. Christiansen.

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

Reply via email to