|
3399pro内核编译之前需要安装哪个64位的交叉编译器,还有需要安装哪些工具,
我下载了你们RK3399ProD的内核源码:https://github.com/rockchip-toybrick/kernel
我现在在Ubuntu16 64位的系统使用命令 ./make.sh linux prod编译时报如下错误,
好像是安装的环境缺了点什么:
gcc: error: unrecognized command line option '-mlittle-endian'
gcc: error: unrecognized command line option '-mgeneral-regs-only'
CC kernel/bounds.s
make[2]: *** [scripts/mod/empty.o] Error 1
make[1]: *** [scripts/mod] Error 2
make[1]: *** Waiting for unfinished jobs....
CHK include/generated/timeconst.h
gcc: error: unrecognized command line option '-mlittle-endian'
gcc: error: unrecognized command line option '-mgeneral-regs-only'
make[1]: *** [kernel/bounds.s] Error 1
make[1]: *** Waiting for unfinished jobs....
UPD include/generated/timeconst.h
而且我也像论坛里的这位哥们安装了genext2fs。
|
|