编译安卓几次都报这个错误有没有人知道怎么改?

编译打包和其他
回复
kokuty
帖子: 15
注册时间: 2015-03-07 10:58
系统: wind7

编译安卓几次都报这个错误有没有人知道怎么改?

#1

帖子 kokuty » 2016-01-16 21:21

target thumb C++: libart <= art/runtime/base/unix_file/string_file.cc
target thumb C++: libart <= art/runtime/check_jni.cc
target thumb C++: libart <= art/runtime/class_linker.cc
target thumb C++: libart <= art/runtime/common_throws.cc
target thumb C++: libart <= art/runtime/debugger.cc
target thumb C++: libart <= art/runtime/dex_file.cc
target thumb C++: libart <= art/runtime/dex_file_verifier.cc
clang++: error: unable to execute command: Killed
clang++: error: assembler command failed due to signal (use -v to see invocation)
clang version 3.5
Target: i386--linux-gnu
Thread model: posix
clang++: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script.
clang++: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang++: note: diagnostic msg: /tmp/android_system_OsConstants-3b87c7.cpp
clang++: note: diagnostic msg: /tmp/android_system_OsConstants-3b87c7.sh
clang++: note: diagnostic msg:

********************
make: *** [out/host/linux-x86/obj32/SHARED_LIBRARIES/libjavacore_intermediates/luni/src/main/native/android_system_OsConstants.o] Error 254
make: *** Waiting for unfinished jobs....
回复