英文:
AOSP build not working - failed to build some targets
问题
我正在尝试构建AOSP,但我始终遇到此错误。
在每个线程中,答案都是RAM问题。
我尝试了以下命令进行构建,但都不起作用:
m -j32
m -j16
m -j12
m -j8
m -j2
m -j1
我正在使用32GB 14核心的本地Linux工作站。
英文:
I am trying to build the AOSP but i always get this error.
In every thread the answer is that its a RAM problem.
I have tried the build with the following commands. Nothing works
m -j32
m -j16
m -j12
m -j8
m -j2
m -j1
I am using a 32GB 14Core Native Linux Workstation.
答案1
得分: 0
增加了20GB的交换空间,现在它可以正常工作。
英文:
After adding 20GB of Swap Storage it now works.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论