[BusyBox] error when making most recent buildroot tarball

Yi Xuan yixuan at sh.cathay.jp
Tue Aug 5 05:55:38 UTC 2003



Hi,Dear all

I downloaded the most recent buildroot tarball and followed the READE

to make files under my Red Hat 9.0 .

while the following error shows:

......
.....
rm -f asm; \
if [ "i386" = "powerpc" ];then \
    ln -fs asm-ppc asm; \
elif [ "i386" = "mips" ];then \
    ln -fs asm-mips asm; \
elif [ "i386" = "mipsel" ];then \
    ln -fs asm-mips asm; \
elif [ "i386" = "arm" ];then \
    ln -fs asm-arm asm; \
    (cd asm-arm; \
    if [ ! -L proc ] ; then \
    ln -fs proc-armv proc; \
    ln -fs arch-ebsa285 arch; fi); \
elif [ "i386" = "cris" ];then \
    ln -fs asm-cris asm; \
else ln -fs asm-i386 asm; \
fi)
cp /usr/src/linux/Makefile /root/buildroot/build_i386/linux/
cp: stat。ョ/usr/src/linux/Makefile。failed: no such file or directory
make: *** [/root/buildroot/build_i386/linux/.configured] Error 1

Who can tell me why and how to resolve it ?

Thanks a lot!





More information about the busybox mailing list