arm-linux-androideabi-gcc: Internal error: Killed (program cc1) from Android NDK r8
- by user577272
When I build hello-jni which i got from the sample folder of android-ndk-r5, I got a folloiwng error. Would you please tell me your any idea what i missed?
"arm-linux-androideabi-gcc: Internal error: Killed (program cc1)"
Development environment:
OS: Ubuntu 10.04 Desktop on WINDOWS 7 via VertualBox
Android SDK: r08
Android NDK: r5
detail of error:
$ ndk-build
Gdbserver : [arm-linux-androideabi-4.4.3] libs/armeabi/gdbserver
Gdbsetup : libs/armeabi/gdb.setup
Compile thumb : hello-jni <= hello-jni.c
arm-linux-androideabi-gcc: Internal error: Killed (program cc1)
Please submit a full bug report.
See http://gcc.gnu.org/bugs.html for instructions.
make: * [/home/users001/android-ndk/samples/hello-jni/obj/local/armeabi/objs-debug/hello-jni/hello-jni.o] error1
Please advice.