Hello,
It seems Android 6.0 forces usage of PIC-enabled shared libraries only.
Currently the Android FPC target is not PIC compatible, since the
startup assembler code is needed to be converted to PIC.
You need to use targetSdkVersion <= 22 until PIC is fixed for the
Android target.
Yury Si
On Wed, Sep 9, 2015 at 3:40 PM, Maciej Izak wrote:
> still unreadable ... :(
>
> needs to be replaced with the space, obviously
2015-09-09 18:35 GMT+02:00 크레딕스 최원식 :
Oh Sorry
More Testing
- Test Env.
FPC 3.1.1 (svn 31577)
Case 1. Java Loading Shared Lib (JNI)
2015-09-09 18:35 GMT+02:00 크레딕스 최원식 :
> Oh Sorry
>
> More Testing
>
> - Test Env.
> FPC 3.1.1 (svn 31577)
>
>
> Case 1. Java Loading Shared Lib (JNI)
>
still unreadable ... :(
--
Best regards,
Maciej Izak
___
fpc-devel maillist -
Oh Sorry
More Testing
- Test Env.
FPC 3.1.1 (svn 31577)
Case 1. Java Loading Shared Lib (JNI)
until targetSdkVersion = 22 -> OK,
when targetSdkVersion = 23 -> Crash
Case 2. Java Loading C Shared Obj (JNI)
and C Shared Lib loadi
Hello,
Can you please send your mails as plain text ?
The below is totally unreadable in my text-based mail client :(
Michael.
On Thu, 10 Sep 2015, 크레딕스 최원식 wrote:
More Testing
- Test Env.
FPC 3.1.1 (svn 31577)
Case 1. Java Loading Shared Lib (JNI)
until tar
More Testing
- Test Env.
FPC 3.1.1 (svn 31577)
Case 1. Java Loading Shared Lib (JNI)
until targetSdkVersion = 22 -> OK,
when targetSdkVersion = 23 -> Crash
Case 2. Java Loading C Shared Obj (JNI)
and C Shared Lib loading Pa