not sure why....but on windows this prevent error like: selected processor does not support `wfs r0'
authorricharddeurtje@gmail.com
Sun, 18 Mar 2012 20:11:58 +0000
changeset 207 f46af5897066
parent 206 125a79c342d8
child 208 225b2b73ce41
not sure why....but on windows this prevent error like: selected processor does not support `wfs r0'
HedgeroidGuide.wiki
--- a/HedgeroidGuide.wiki	Sun Mar 18 14:59:04 2012 +0000
+++ b/HedgeroidGuide.wiki	Sun Mar 18 20:11:58 2012 +0000
@@ -53,7 +53,7 @@
 We need to download the sources from the Freepascal website and compile the crosscompiler. I have grabbed the latest stable release 2.4.4 , though any version will work. Once downloaded, extract the  tar/zip and place the files in a known directory. I will refer to the directory  with `<`fpc`>` from now on. Next navigate to the `<`fpc`>` directory and compile it, for this various tools are needed, ‘make’ for instance. But also a fpc compiler for your system. Some apt-get/aptitude magic will solve these problems, make a comment if you run in to problems. Use this to compile the crosscompiler:
 
 {{{
-make crossinstall CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=<ndk>/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin BINUTILSPREFIX=arm-linux-androideabi- OPT=-dFPC_ARMEL INSTALL_PREFIX=<fpc>/fpc_install
+make crossinstall CPU_TARGET=arm OS_TARGET=linux CROSSBINDIR=<ndk>/toolchains/arm-linux-androideabi-4.4.3/prebuilt/linux-x86/bin OPT=-dFPC_ARMEL BINUTILSPREFIX=arm-linux-androideabi- INSTALL_PREFIX=<fpc>/fpc_install
 }}}
 
 ==Final==