arm-linux-androideabi-gcc: Internal error: Killed (program cc1) from Android NDK r8
Posted
by
user577272
on Stack Overflow
See other posts from Stack Overflow
or by user577272
Published on 2011-01-16T04:43:58Z
Indexed on
2011/01/16
4:53 UTC
Read the original article
Hit count: 319
android-ndk
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.
© Stack Overflow or respective owner