Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试为 Galaxy Nexus 构建 Android 操作系统。建造花了6个小时。这是正常的还是与我的机器(MBP Core2Duo)有关还是我错过了什么?
这是一个内存绑定操作。下次编译时尝试使用更多线程
make -j8
或者
make -j16
凭借 12 GB 的内存,我能够在 40 分钟内编译出 android 源代码。