[U-Boot] [PATCH] MIPS: qemu_mips: Fix a build failure caused by missing <asm/unaligned.h>

Himanshu Chauhan himanshu at symmetricore.com
Fri Dec 18 14:09:52 CET 2009


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 at symmetricore.com>
> Signed-off-by: Shinya Kuribayashi <shinya.kuribayashi at 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


More information about the U-Boot mailing list