hello!<br>         i m using Embedded-book for x86 target of Mr.<b> AndrewBradford</b>.following are my details:<br><br>PC: DualCore.4GB RAM<br>OS: Linux-UBUNTU-10.10<br>target :486<br>upto chapter6 , alright but during the final build of GCC-4.6.1 compiler, build fails miserably<br>
showing the following result :<br>/**************************************************************************************************************************/<br> CLFS_HOST="i686-cross-linux-gnu"<br> CLFS_TARGET="i486-pc-linux-uclibc"<br>
 CLFS_ARCH="i386"<br> CLFS_ENDIAN="little"<br> CLFS_CPU="i486"<br>/***************************************************************************************************************************/<br>
<pre class="screen"><font size="4"><strong><strong class="userinput"><code>AR=ar LDFLAGS="-Wl,-rpath,${CLFS}/cross-tools/lib" \
  ../gcc-4.6.1/configure --prefix=${CLFS}/cross-tools \
  --build=${CLFS_HOST} --target=${CLFS_TARGET} --host=${CLFS_HOST} \
  --with-sysroot=${CLFS} --disable-nls --enable-shared \
  --enable-languages=c --enable-c99 --enable-long-long \
  --with-mpfr=${CLFS}/cross-tools --with-gmp=${CLFS}/cross-tools \
  --with-mpc=${CLFS}/cross-tools --disable-multilib \
  --with-arch=${CLFS_CPU}</code></strong></strong></font><code><strong><br></strong></code>/**********************************************************************************************************************/<br></pre>
make[2]: Entering directory `/mnt/clfs/sources/gcc-build/i486-pc-linux-uclibc/libgcc'<br># If this is the top-level multilib, build all the other<br># multilibs.<br>/mnt/clfs/sources/gcc-build/./gcc/xgcc -B/mnt/clfs/sources/gcc-build/./gcc/ -B/mnt/clfs/cross-tools/i486-pc-linux-uclibc/bin/ -B/mnt/clfs/cross-tools/i486-pc-linux-uclibc/lib/ -isystem /mnt/clfs/cross-tools/i486-pc-linux-uclibc/include -isystem /mnt/clfs/cross-tools/i486-pc-linux-uclibc/sys-include    -g -O2 -O2  -g -O2 -DIN_GCC -DCROSS_DIRECTORY_STRUCTURE  -W -Wall -Wwrite-strings -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition  -isystem ./include  -fPIC -g -DHAVE_GTHR_DEFAULT -DIN_LIBGCC2 -D__GCC_FLOAT_NOT_NEEDED -fno-stack-protector   -I. -I. -I../.././gcc -I../../../gcc-4.6.1/libgcc -I../../../gcc-4.6.1/libgcc/. -I../../../gcc-4.6.1/libgcc/../gcc -I../../../gcc-4.6.1/libgcc/../include -I../../../gcc-4.6.1/libgcc/config/libbid -DENABLE_DECIMAL_BID_FORMAT -DHAVE_CC_TLS  -DUSE_TLS -o _muldi3.o -MT _muldi3.o -MD -MP -MF _muldi3.dep -DL_muldi3 -c ../../../gcc-4.6.1/libgcc/../gcc/libgcc2.c \<br>
      -fvisibility=hidden -DHIDE_EXPORTS<br>In file included from ../../../gcc-4.6.1/libgcc/../gcc/libgcc2.c:29:0:<br><b><span style="color: rgb(255, 0, 0);">../../../gcc-4.6.1/libgcc/../gcc/tsystem.h:87:19: fatal error: stdio.h: No such file or directory</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">compilation terminated.</span></b><br>make[2]: *** [_muldi3.o] Error 1<br>make[2]: Leaving directory `/mnt/clfs/sources/gcc-build/i486-pc-linux-uclibc/libgcc'<br>make[1]: *** [all-target-libgcc] Error 2<br>
make[1]: Leaving directory `/mnt/clfs/sources/gcc-build'<br>make: *** [all] Error 2<br>/****************************************************************************************************************************/<br>
 for ever change in previous builds , i m getting the same error.what i m missing , i dont know<br> Thanks in advance please help.<br><br>sd.israr<br>   <br>