arm-eabi-gcc: error trying to exec 'cc1': execvp: No such file or directory

在使用ndk编译本地文件时出错,最后发现是交叉编译工具的权限问题,chmod +x 就可以了

我的NDK版本是android-ndk-r5b,

CC1在android-ndk-r5b/toolchains/arm- linux-androideabi-4.4.3/prebuilt/linux-x86/libexec/gcc/arm-linux- androideabi/4.4.3目录下面。

做个记录以便查阅。

相关文章:

  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
  • 2021-07-19
  • 2021-09-22
  • 2021-10-15
  • 2021-11-30
  • 2021-10-26
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-12
  • 2021-11-29
相关资源
相似解决方案