http://grokbase.com/p/gg/android-x86/143hpvfzqn/build-fails
Chih-Wei Huang
2014-03-16 14:55 GMT+08:00 michael colvin <
pizzaordeath@gmail.com>:
michael@Office:~/android-x86make−j1isoimg============================================PLATFORMVERSIONCODENAME=RELPLATFORMVERSION=4.4.2TARGETPRODUCT=androidx86TARGETBUILDVARIANT=userdebugTARGETBUILDTYPE=releaseTARGETBUILDAPPS=TARGETARCH=x86TARGETARCHVARIANT=x86TARGETCPUVARIANT=HOSTARCH=x86HOSTOS=linuxHOSTOSEXTRA=Linux−3.5.0−47−generic−x8664−with−Ubuntu−12.04−preciseHOSTBUILDTYPE=releaseBUILDID=KOT49HOUTDIR=out============================================including./abi/cpp/Android.mk...including./art/Android.mk...including./bionic/Android.mk...bionic/libc/Android.mk:458:TARGETCPUVARIANTisnotdefinedincluding./bootable/newinstaller/Android.mk...including./build/libs/host/Android.mk...including./build/target/board/Android.mk...including./build/tools/Android.mk......including./system/security/softkeymaster/Android.mk...including./system/vold/Android.mk...including./tools/external/fat32lib/Android.mk...including./vendor/intel/Android.mk...make[1]:Enteringdirectory‘/home/michael/android−x86/kernel′GEN/home/michael/android−x86/out/target/product/x86/obj/kernel/MakefileHOSTCCscripts/kconfig/zconf.tab.oscripts/kconfig/zconf.tab.c:200:24:fatalerror:zconf.hash.c:Nosuchfileordirectorycompilationterminated.make[3]:∗∗∗[scripts/kconfig/zconf.tab.o]Error1make[2]:∗∗∗[oldnoconfig]Error2make[1]:∗∗∗[sub−make]Error2make[1]:Leavingdirectory‘/home/michael/android−x86/kernel′make:∗∗∗[out/target/product/x86/kernel]Error2michael@Office: /android−x86
Not sure what you have did in your source tree.
I suggest you clean up everything and make again:
(on the top of android-x86 tree)
rm−rf∗(removethesourcetreebutkeeplocalrepositories) repo sync -l -d (reconstruct the source tree by local repositories)
.build/envsetup.sh;lunch6(selectandroidx86target) m -j16 (build it)
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通