100askfirefly-rk3288内核编译出错

为什么我编译内核出现错误,腾讯云和百度云两份源码都不行
make 100ask_firefly-rk3288_defconfig


*** Can’t find default configuration “arch/arm64/configs/100ask_firefly-rk3288_defconfig”!


scripts/kconfig/Makefile:110: recipe for target ‘100ask_firefly-rk3288_defconfig’ failed
make[1]: *** [100ask_firefly-rk3288_defconfig] Error 1
Makefile:570: recipe for target ‘100ask_firefly-rk3288_defconfig’ failed
make: *** [100ask_firefly-rk3288_defconfig] Error 2

说明 kernel/arch/arm64/configs/目录下没有这个 100ask_firefly-rk3288_defconfig
若这个配置文件是你们自己的,你就添加到该目录下
具体的看看http://wiki.t-firefly.com/zh_CN/Firefly-RK3288/linux_compile.html#bian-yi-sdk

Lazyfan 发表于 2019-11-29 17:15
说明 kernel/arch/arm64/configs/目录下没有这个 100ask_firefly-rk3288_defconfig
若这个配置文件是你们 …

谢谢解答,找到问题了,我用的3288源码,但配的aarch64的编译环境,导致编译时候都在arm64里面找文件,所以才出现以上问题

你好!我也刚好遇到这个问题了,你看到后方便交流一下吗?