CFGCHK u-boot.cfg cat: u-boot.cfg: No such file or directory CFG u-boot.cfg UPD include/generated/timestamp_autogenerated.h HOSTCC scripts/basic/fixdep CC lib/asm-offsets.s In file included from include/time.h:7, from include/common.h:18, from lib/asm-offsets.c:14: include/linux/types.h:44:33: error: conflicting types for 'off_t'; have '__kernel_loff_t' {aka 'long long int'} 44 | typedef __kernel_loff_t off_t; | ^~~~~ include/linux/types.h:15:33: note: previous declaration of 'off_t' with type 'off_t' {aka 'long int'} 15 | typedef __kernel_off_t off_t; | ^~~~~ In file included from include/common.h:27, from lib/asm-offsets.c:14: include/vsprintf.h:286:29: error: unknown type name 'loff_t'; did you mean 'off_t'? 286 | bool str2off(const char *p, loff_t *num); | ^~~~~~ | off_t make[1]: *** [scripts/Makefile.build:143: lib/asm-offsets.s] Error 1 make: *** [Makefile:1868: prepare0] Error 2