全志A133编译Android10源码中间就出问题了,有没有会的帮忙看一下出了啥问题
FAILED: ninja: 'device/softwinner/ceres-c3/fstab.sun50iw10p1.noverify', needed by 'out/target/product/ceres-c3/ramdisk/fstab.sun50iw10p1', missing and no known rule to make it
FAILED: [W][2022-08-02T16:21:54+0800][50743] void cmdline::logParams(nsjconf_t *)():250 Process will be UID/EUID=0 in the global user namespace, and will have user root-level access to files
[W][2022-08-02T16:21:54+0800][50743] void cmdline::logParams(nsjconf_t *)():260 Process will be GID/EGID=0 in the global user namespace, and will have group root-level access to files
16:21:55 ninja failed with: exit status 1
反复make出错,官方人员还说多make就行
链接动态库出现了问题,CMakeLists.txt的配置路径写错了,导致编译找不需要的文件,或者是target_link_libraries 链接第三方库没有使用${}包起来,在链接库target_link_libraries时需要用${链接的库}给括起来
可以参考这两篇文章:
https://blog.csdn.net/qq_34950682/article/details/95538383