
Shinya Kuribayashi wrote:
make -C lib_generic/ zlib.c:31:27: error: asm/unaligned.h: No such file or directory zlib.c: In function 'inflate_fast': zlib.c:641: warning: implicit declaration of function 'get_unaligned' make[1]: *** [zlib.o] Error 1 make[1]: Leaving directory `/home/skuribay/git/u-boot.git/lib_generic' make: *** [lib_generic/libgeneric.a] Error 2
Import relevant header file from LMO tree (slightly modified to U-Boot).
Reported-by: Himanshu Chauhan himanshu@symmetricore.com Signed-off-by: Shinya Kuribayashi shinya.kuribayashi@necel.com
Himanshu Chauhan wrote:
I see that in include directory asm points to asm-mips. Inside asm-mips there is another link arch->arch-mips which is a dead link. THere is no directory named arch-mips there.
This is another topic, let's ignore here.
Is arch-mips scheduled to be added?
Himanshu