On Tuesday 02 March 2010 23:11:00 Ajith Adapa wrote: > I cant simply remove the existing busybox code and replace it with > 1.15.x or 1.16.0 codebase just for httpd.c file. > > But can anyone tell me how to test the latest busybox by building the > codebase and testing in a standlone linux machine or emulator rather > than in an embedded device ??
There are prebuilt static binaries at http://busybox.net/downloads/binaries for lots of architectures, and they should run under qemu-arm and such. For powerpc, you need current -git because of this issue: http://lists.gnu.org/archive/html/qemu-devel/2010-02/msg00917.html If you'd like to compile the above binaries yourself, prebuilt cross compilers for various targets are at http://impactlinux.com/fwl/downloads/binaries and you use 'em like: make menuconfig PATH=/blah/cross-compiler-mips/bin:$PATH make CROSS_COMPILE=mips- Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
