AOSP构建无法正常工作 – 无法构建某些目标。

huangapple go评论98阅读模式
英文:

AOSP build not working - failed to build some targets

问题

我正在尝试构建AOSP,但我始终遇到此错误。

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.

AOSP构建无法正常工作 – 无法构建某些目标。

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.

huangapple
  • 本文由 发表于 2023年6月1日 23:19:33
  • 转载请务必保留本文链接:https://go.coder-hub.com/76383427.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定