Note: This is from email sent to the list earlier... http://lists.busybox.net/pipermail/buildroot/2009-April/026913.html In the toplevel Makefile is a target 'cross' that appears to be intended to allow you to build the cross toolchain without building everything else. Unfortunately it doesn't work from a clean extract of the tarball. If you invoke 'make cross' an error happens because sed is missing.
Created attachment 229 [details] Patch with proposed fix. This the same proposed fix I emailed to the list.
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
We don't build our own sed or symlink the host sed anymore, so this bug no longer exists.