整编出错解决方案

Leon
2021-07-21 / 0 评论 / 79 阅读 / 正在检测是否收录...

选择这个版本的gcc

sudo apt-get install gcc-aarch64-linux-gnu

出错:

prebuilts/build-tools/linux-x86/bin/bison: m4 subprocess failed: 没有那个文件或
目录

安装bison解决

sudo apt-get install bison

出错:

prebuilts/clang/host/linux-x86/clang-3289846/bin/clang.real: error while loadin
g shared libraries: libncurses.so.5: cannot open shared object file: No such fi
le or directory
15:32:24 ninja failed with: exit status 1

安装libncurses5解决

sudo apt-get install libncurses5

出错

fatal: cannot exec '/home/floder/.repo/reро/git_ssh': 权限不够
fatal: ssh 变体 'simple' 不支持设置端口
fatal: cannot exec '/home/floder/.repo/repo/git_ssh': 权限不够
fatal: ssh 变体 'simple' 不支持设置端口
fatal: cannot obtain manifest ssh://*.*@192.168.100.159:29418/common/manifest

解决:

给git添加可执行权限(路径不同命令不同)

chmod a+x /home/floder/.repo/repo/git_ssh
0

评论 (0)

取消