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, Michalis Kamburelis <michalis.ka...@gmail.com> 
> wrote:
> 
> Have you defined the -Fl option correctly?
> 
> For example, I put something like this in my ~/.fpc.cfg:
> 
> #ifdef android 
> #ifdef cpuarm 
> -Fl/home/michalis/.../android/ndk/platforms/android-19/arch-arm/usr/lib/ 
> #endif 
> #ifdef cpu386 
> -Fl/home/michalis/.../android/ndk/platforms/android-19/arch-x86/usr/lib/ 
> #endif 
> #endif
> 
> 

Regards,
        Ryan Joseph

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

Reply via email to