Hi,
I'm using FPC 3.1.1 for ARM to compile a library. I can compile library and run on an Android device without problems.
But compiled library compiles with Text Realocation References.
This realocations can be found @ 0x00000016 (TexRel) with binutils readelf -a
Android N and O are incompatible with Text Realocation libraries. How can avoid Text Realocation? There is a switch on the compiler to avoid this?
Thanks