美文网首页
No toolchains found in the NDK t

No toolchains found in the NDK t

作者: 王冥 | 来源:发表于2019-01-16 10:12 被阅读33次

    原文:No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

    今天把ndk升级了,但之前的串口通信的例子却无法编译了,一直报错

    No toolchains found in the NDK toolchains folder for ABI with prefix: mips64el-linux-android

    后来google了下,查到原因

    https://github.com/google/filament/issues/15

    是google在ndk r17版本删除了mips相关的toolchains文件。

    我们要做的要么是修改编译文件,要么就把缺少的mips文件从旧版本复制回来,由于串口程序不是我写的,所以我选择后者,从同事的电脑上把旧版本的mips相关文件复制了回来,为了保证以后再出现类似问题,我将这个文件上传到云盘。

    下载链接

    链接:https://pan.baidu.com/s/1z-gsTNzHoHqFnw_kfDssFg 

    提取码:yg09

    解压后放到目录 ndk-bundle/toolchains/ 目录下就好

    相关文章

      网友评论

          本文标题:No toolchains found in the NDK t

          本文链接:https://www.haomeiwen.com/subject/gcvpdqtx.html