版主好:
我按照
http://developer.t-firefly.com/thread-10907-1-1.html
编译内核失败。
编译环境:PC 机安装Ubuntu 12.04,
- 下载内核:https://github.com/T-Firefly/firefly-3.14-kernel
- 下载RK3288内核编译工具链下载:https://pan.baidu.com/s/1sl7v1EX
- cd ~/UbuntuDev/firefly-3.14-kernel/
- export ARCH=arm
- export CROSS_COMPILE=./../toolchain/arm-eabi-4.6/bin/arm-eabi-
- make firefly-rk3288_defconfig
- make -j4 zImage
最后一步出现以前错误.请帮我看看什么错误?多谢
./../toolchain/arm-eabi-4.6/bin/arm-eabi-gcc: 1: ./../toolchain/arm-eabi-4.6/bin/arm-eabi-gcc: Syntax error: “(” unexpected
scripts/kconfig/conf --silentoldconfig Kconfig
Makefile:634: Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
./../toolchain/arm-eabi-4.6/bin/arm-eabi-gcc: 1: ./../toolchain/arm-eabi-4.6/bin/arm-eabi-gcc: Syntax error: “(” unexpected