本文介绍了尝试编译Chromium时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我尝试使用命令 ninja -C out / Debug chrome
编译Chromium。
I try to use the command ninja -C out/Debug chrome
to compile Chromium.
但是错误消息表示:
ninja error loading 'build.ninja': the system cannot find the file specified
ninja Entering dictory 'out/Debug'
我能知道是什么问题吗?
Could I know what's the problem?
谢谢。
推荐答案
out目录及其内容(包括build.ninja)由创建运行
The out directory and its contents (including build.ninja) are created by running
或
执行/ src中的任何一个命令都应允许您继续进行编译。
Executing either command from within /src should allow your compile to proceed.
这篇关于尝试编译Chromium时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!