From mboxrd@z Thu Jan 1 00:00:00 1970 From: Himanshu Chauhan Date: Fri, 18 Dec 2009 12:28:08 +0530 Subject: [U-Boot] Build breakage in qemu-mips Message-ID: <4B2B2800.7020801@symmetricore.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi All, I cloned the git tree of Wolfgang and tried compilation of qemu_mips_config. But the build breaks with following error: 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/hschauhan/Development/u-boot/lib_generic' make: *** [lib_generic/libgeneric.a] Error 2 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. Whats the problem here? Should I pull only the MIPS custodian tree? Thanks Best Regards Himanshu