Re: [fpc-pascal] Building Android cross compiler error

2016-02-22 Thread Ryan Joseph
Isn’t that step after the compiler has been built? I was following the guide at http://wiki.freepascal.org/Android and they said to just add to the $PATH variable and then create the config file later so I didn’t even get to that step since the compiling failed. > On Feb 23, 2016, at 1:53 PM, M

Re: [fpc-pascal] Building Android cross compiler error

2016-02-22 Thread Michalis Kamburelis
> /Developer/Android/android-ndk-r10e/toolchains/arm-linux- androideabi-4.9/prebuilt/darwin-x86_64/bin/arm-linux-androideabi-ld.bfd: cannot find -lc pp.pas(219,36) Error: Error while linking > > Have you defined the -Fl option correctly? For example, I put something like this in m

[fpc-pascal] Building Android cross compiler error

2016-02-22 Thread Ryan Joseph
I’ve downloaded FPC 3.0.0 and updated the sources from SVN then downloaded the Android NDK (Mac OS X 64-bit was the only option for Mac). The script seems to work but I’m getting this error after compiling for some time. Any ideas what’s going on? == cd /Developer/ObjectivePascal/fpc INSTA