用树莓派官方工具编译linux内核出现错误:
$ ARCH=arm CROSS_COMPILE=${CCPREFIX} make CHK include/config/kernel.release
Cannot use CONFIG_CC_STACKPROTECTOR_STRONG: -fstack-protector-strong not supported by compiler
Makefile:1075: recipe for target 'prepare-compiler-check' failed
make: *** [prepare-compiler-check] Error 1
解决方法:
ubuntu forums










网友评论