|
Hello
I can`t compile u-boot, after enter compilation command:
make CROSS_COMPILE=arm-linux-gnueabihf-
I got a message:
from /usr/src/orangepi-bsp/u-boot-sunxi/include/common.h:92:
include/linux/compiler-gcc.h:93:30: fatal error: linux/compiler-gcc5.h: No such file or directory
compilation terminated.
/usr/src/orangepi-bsp/u-boot-sunxi/./Kbuild:34: recipe for target 'lib/asm-offsets.s' failed
make[1]: *** [lib/asm-offsets.s] Error 1
Makefile:1006: recipe for target 'prepare0' failed
make: *** [prepare0] Error 2
I made symbolic link to gcc-4.7 and g++4.7 because default was to 5.2.1 but no result
What can I do in this case ?
|
|