android - arm-eabi-gcc : No such file or directory in cyanogenmod source

标签 android linux gcc cyanogenmod

我已经从xda下载了高度压缩版的cyanogenmod 7源代码。我已经将文件解压缩到/home 下。但是,在运行 make -j4 otatools 时,出现以下错误:

/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: No such file or directory
/bin/bash: prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/bin/arm-eabi-gcc: No such file or directory

但是在打开该位置时,我可以看到该文件存在。我该如何解决这个问题?

最佳答案

关于android - arm-eabi-gcc : No such file or directory in cyanogenmod source,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34418659/

相关文章:

c - 结构体保存到 bin 文件后如何删除其内容?

linux - Bash:检查命令是否返回特定值

android - 为什么 RSSurfaceView 类这么快就被弃用了?

Android Gradle 构建变体 - Google 上传无法识别 applicationId

java - 如何使用Gson解析这种json字符串?

python - 在 iPython 中,在 matplotlib.pyplot.show() 之后保持 Python Shell 可用

linux - 进程结束后 QSerialPort 对 `/dev/ttyS*` 的影响?

linux - 如何在制作 GCC 4.9.1 时解决 "no usable dependency style found"错误

c - 如何获得 C 函数的基本编译二进制代码?

android - 在 android 上像 SMS_RECEIVED 一样监控 MMS_RECEIVED