[Buildroot] [PATCH 2/2] mtd-utils.git: fix targets

Daniel Mack daniel at caiaq.de
Wed Jul 29 17:20:19 UTC 2009


On Tue, Jul 21, 2009 at 09:20:28AM +0200, Peter Korsgaard wrote:
> OK, thanks. It still doesn't build here.
> 
> The first problem is that common.mk unconditionally sets
> FILE_OFFSET_BITS=64, which causes the uclibc headers to error out if
> you compiled without largefile support (the default). The second is:
> 
> /tmp/br/mipsel/build_mipsel/staging_dir/usr/bin/mipsel-linux-uclibcgnueabi-gcc -I../include -I../ubi-utils/include -O2 -g -Wall -Wextra -Wwrite-strings -Wno-sign-compare -c -o /tmp/br/mipsel/build_mipsel/mtd-utils-e783e75e09b4a0a519665afd7bdeaf2985e7a09c/mkfs.ubifs/lpt.o lpt.c -g -Wp,-MD,/tmp/br/mipsel/build_mipsel/mtd-utils-e783e75e09b4a0a519665afd7bdeaf2985e7a09c/mkfs.ubifs/.lpt.c.dep
> In file included from lpt.c:23:
> mkfs.ubifs.h:48:23: error: uuid/uuid.h: No such file or directory
> 
> Seems like it needs libuuid from e2fsprogs. We should probably make
> that available without the rest of e2fs, and make the ubifs stuff
> select it.

Ok, done that now. See the two mails following this one. Does it work
now for you?

Daniel




More information about the buildroot mailing list