COMPILE error :arm

when i try this command $ make ARCH=arm CROSS_COMPILE=/home/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-android-eabi- uImage

it show me this error message

make: /home/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/bin/arm-android-eabi-gcc: Command not found

and when show the files in bin directory found that arm-android-eabi-gcc -> not found but arm-eabi-gcc -> found

how can i solve this problem and thanks

链接地址: http://www.djcxy.com/p/23374.html

上一篇: NDK:在尝试构建另一个.so时使用用户创建的.so

下一篇: 编译错误:手臂