安卓编译的问题:clang++ error
我是在Ubuntu 14.04 LTS上面编译,最新的Android master分支的代码,编译的是HOST-ENG版本
然后出现了这么一个错误
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-110ffe.cpp
clang++: note: diagnostic msg: /tmp/android_system_OsConstants-110ffe.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....