编译Openharmony时遇到的问题ninja: error:
ninja
a small build system with a focus on speed
项目地址:https://gitcode.com/gh_mirrors/ni/ninja

·
ninja: error: '../../mysubsys/serial/zcnapi/zcnapi/zcnapi.cpp', needed by 'obj/mysubsys/serial/zcnapi/zcnapi/zcnapi/zcnapi.o', missing and no known rule to make it这是我在编译时遇到的问题请问要怎么解决,请大佬们指点一下




a small build system with a focus on speed
最近提交(Master分支:7 个月前 )
649ec6cd
Fix depfile parser to support ? 2 个月前
e9033575
The `?` is actually valid on Unix filesystems, as well as on Windows
when it appears at the start of the path, as in `\\?\C:\foo` or
`//?/C:/foo`.
Before this patch, the depfile parser considered it as whitespace
and would mistakenly decompose `//?/C:/foo` into two separate paths
(`//` and `/C:/foo`) which broke Ninja incremental builds.
The major change in in src/depfile_parser.in.cc
Note that re2c version 3.1 was used to regenerate depfile_parser.cc
from that file.
Fixes #2568
2 个月前
更多推荐
所有评论(0)