Hi,
I am trying to build Busybox v 1.11.0 with latest patches on arm9
processor using CodeSourcery arm9 toolchain.
Since using 1.11.0 version, i am getting an error saying, unable to find
file mkmakefile with error message as below
+ make ARCH=arm CROSS_COMPILE=arm-none-linux-gnueabi- xconfig
HOSTCC scripts/basic/fixdep
HOSTCC scripts/basic/split-include
HOSTCC scripts/basic/docproc
/bin/sh: /opt/dev_bld/bsybox/busybox-1.11.0/scripts/mkmakefile: No such
file or directory
make[1]: *** [outputmakefile] Error 127
make: *** [xconfig] Error 2
************************************************************************
*********************
My Environment
OS : Knoppix 5.3.1
Toolchain : arm 9 toolchain from CodeSourcery
Busybox version : 1.11.0 with latest patches applied (as on 11.07.08)
Busybox config file : same as that used for Busybox version 1.10.2
Build Steps :
export CROSS_COMPILE=arm-none-linux-gnueabi-
export KBUILD_OUTPUT=/opt/dev_bld/bsybox/Bbuild
rm -fr $KBUILD_OUTPUT/_install/
make clean
make mrproper
make distclean
make ARCH=arm CROSS_COMPILE=${CROSS_COMPILE} xconfig
make ARCH=arm CROSS_COMPILE=${CROSS_COMPILE}
************************************************************************
*********************
Kindly let me know if i need to add/update or change anything inside
Busybox.
Thanks in advance
Regards
Gururaja
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox