<div class="gmail_quote">On Mon, Dec 27, 2010 at 2:39 PM, Nazmul Alam <span dir="ltr"><<a href="mailto:fadedreamz@gmail.com">fadedreamz@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hello there,<br>I am trying to CLFS for arm development. I am following the book and has been successful setting up the CLFS till e2fsprogs.<br>While trying to compile the e2fsprogs the Makefile generates but compilation fails giving error message saying: "file not found utime.h".<br>

<br>I am trying to build CLFS for arm-unknown-linux & ABI is apts. Please advice as I am very new to linux system.<br><br>thanks in advance.<br><font color="#888888">-- <br>with best regards<br>       nazmul alam shovon<br>
<br>email : <a href="mailto:fadedreamz@gmail.com" target="_blank">fadedreamz@gmail.com</a>  <br>

</font><br></blockquote><div><br>Nazmul,<br><br>I get the same error when using the 20101128 embedded ARM book, you're not alone.  I'm going to dig into this and see what I can find.  A more detailed output of error message from the compilation is (please note, my ${CLFS} resolves to /home/andrew/clfs-embedded/filesystem):<br>
<br>making all in debugfs<br>make[2]: Entering directory `/home/andrew/clfs-embedded/filesystem/sources/e2fsprogs-1.41.4/build/debugfs'<br>        MK_CMDS debug_cmds.c<br>        CC debug_cmds.c<br>        CC ../../debugfs/debugfs.c<br>
        CC ../../debugfs/util.c<br>        CC ../../debugfs/ncheck.c<br>        CC ../../debugfs/icheck.c<br>        CC ../../debugfs/ls.c<br>        CC ../../debugfs/lsdel.c<br>        CC ../../debugfs/dump.c<br>../../debugfs/dump.c:22:19: fatal error: utime.h: No such file or directory<br>
compilation terminated.<br>make[2]: *** [dump.o] Error 1<br>make[2]: Leaving directory `/home/andrew/clfs-embedded/filesystem/sources/e2fsprogs-1.41.4/build/debugfs'<br><br>-Andrew<br><br></div></div>