UDOOboard / uboot-imx

Das U-Boot for UDOO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

there is a build error

hoshinohikari opened this issue · comments

include/linux/compiler-gcc.h:114:30: fatal error: linux/compiler-gcc6.h: No such file or directory
#include gcc_header(GNUC)

commented

You must be using not compatible compiler ... check armbian build system which do this for you. But cross compile only.

You have to use this patch The u-boot is older than zour gcc

Already fixed here: bff0827