logo资料库

mtk android 编译常见错误.doc

第1页 / 共4页
第2页 / 共4页
第3页 / 共4页
第4页 / 共4页
资料共4页,全文预览结束
错误: /usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp.o] 错误 1 解决: sudo apt-get install libc6-dev-i386 错误: make: *** [out/host/linux-x86/obj/EXECUTABLES/acp_intermediates/acp] error 1 解决: sudo apt-get install g++-multilib 错误: external/clearsilver/cgi/cgi.c:22: fatal error: zlib.h: No such file or directory compilation terminated. make: *** [out/host/linux-x86/obj/SHARED_LIBRARIES/libneo_cgi_intermediates/cgi.o] Error 1 解决: sudo apt-get install zlib1g-dev
错误: /usr/bin/ld: cannot find -lz collect2: ld returned 1 exit status make: *** [out/host/linux-x86/obj/EXECUTABLES/aapt_intermediates/aapt] Error 1 解决: sudo apt-get install lib32z1-dev 错误: bison -d -o out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/aidl_language_y.cpp frameworks/base/tools/aidl/aidl_language_y.y /bin/bash: bison: command not found make: *** [out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/aidl_language_y.cpp] Error 127 解决: sudo apt-get install bison 错误:
Lex: aidl <= frameworks/base/tools/aidl/aidl_language_l.l /bin/bash: flex: command not found make: *** [out/host/linux-x86/obj/EXECUTABLES/aidl_intermediates/aidl_language_l.cpp] Error 127 解决: sudo apt-get install flex 错误: /usr/bin/ld: cannot find -lncurses collect2: ld returned 1 exit status make: *** [out/host/linux-x86/obj/EXECUTABLES/adb_intermediates/adb] Error 1 解决: sudo apt-get install lib32ncurses5-dev 错误: prebuilt/linux-x86/sdl/include/SDL/SDL_syswm.h:55: fatal error: X11/Xlib.h: No such file or directory compilation terminated. make: ***
[out/host/linux-x86/obj/EXECUTABLES/emulator_intermediates/Android/main-co mmon.o] Error 1 解决: sudo apt-get install libx11-dev 错误: sh: gperf: not found calling gperf failed: 32512 at ./makeprop.pl line 96. make: *** [out/target/product/generic/obj/STATIC_LIBRARIES/libwebcore_intermediates/We bCore/css/CSSPropertyNames.h] Error 25 make: *** Deleting file `out/target/product/generic/obj/STATIC_LIBRARIES/libwebcore_intermediates/We bCore/css/CSSPropertyNames.h' 解决: sudo apt-get install gperf
分享到:
收藏