Re: [fpc-pascal] where to set the binutils-path

2014-06-25 Thread Lukas Gradl
The proper alternative is to use $HOME instead (as long as you don't use single quotes). Hmpf - I could have seen that myself. Thanks for your help - it works. regards Lukas ___ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists

Re: [fpc-pascal] where to set the binutils-path

2014-06-25 Thread Jonas Maebe
On 25 Jun 2014, at 13:21, Lukas Gradl wrote: ANDROIDBINDIR="~/Software/Android_Development/android-ndk-r9d/ toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin" export PATH=$ANDROIDBINDIR:$PATH make crossall CPU_TARGET=arm OS_TARGET=android FPC=$FPCBIN CROSSOPT=- CfVFPV3 CROSSBIND

[fpc-pascal] where to set the binutils-path

2014-06-25 Thread Lukas Gradl
I'm trying to compile fpc for arm-android using the following script: FPCBIN=/usr/lib/fpc/2.6.2/ppcx64 SRCDIR=/space/projekte/Sourcen/fpc27 ANDROIDBINDIR="~/Software/Android_Development/android-ndk-r9d/toolchains/arm-linux-androideabi-4.8/prebuilt/linux-x86_64/bin" export PATH=$ANDROIDBINDIR:$PA