<div dir="ltr"><div><div><div>> I've never experienced such issues. You should try to use different NDK<br>> versions. I use ndk-r8d. It is stable.<br></div>I got the latest ndk download, it works fine, most of my problems were derived from using Mingw, switching to Cygwin solved the issues.<br><br>>Do you use static .a libs?<br></div>I generate a .a lib that contains all pascal code, which is then loaded by java "dynamically" at the app startup. I'm not sure if there's other alternative approaches that allow mixing Java and Pascal in Android (I know how it possible to create a pure NDK app in Pascal, however lots of Java SDKs that I use that don't play well with that).<br><br><br>>The issue seems to be specific for your environment only. If you not try<br>> to find out the reason, it will never be fixed.<br></div>Sure, I'll try again if I find some precompiled release with hard float support so I can understand better where the problem is. <br>As for now, I'll keep using the old compiler, as it works fine and I don't need the new features that were introduced in 3.0.<br></div>