Skip to content Skip to sidebar Skip to footer
Showing posts with the label Gcc

Android Ndk Cannot Load Library: Reloc_library[1306]

Im developing an android app thats loading two shared libraries. One is external, its called libpca… Read more Android Ndk Cannot Load Library: Reloc_library[1306]

Android Kernel Compile Error Gcc6 Linaro 6

I'm trying to compile using Linaro 6 and I'm receiving this error which I believe have some… Read more Android Kernel Compile Error Gcc6 Linaro 6

Compilin Error: Fields Must Have A Constant Size: 'variable Length Array In Structure' Extension Will Never Be Supported On Android 2.3.4 Source Code

Hi I am having the following error when tried make libdvm in android 2.3.4 source code, external/el… Read more Compilin Error: Fields Must Have A Constant Size: 'variable Length Array In Structure' Extension Will Never Be Supported On Android 2.3.4 Source Code

How To Compile C++11 Code With Android Ndk And Eclipse?

I'm using android NDK r8d, and eclipse Juno. I'm trying to compile C++ code which uses C++1… Read more How To Compile C++11 Code With Android Ndk And Eclipse?