Bug 267

Summary: The make target: cross fails because toolchain_build_<arch>/bin/sed not found
Product: buildroot Reporter: Darcy Watkins <dwatkins>
Component: OtherAssignee: Darcy Watkins <dwatkins>
Status: RESOLVED WORKSFORME    
Severity: enhancement CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: 2010.05   
Hardware: PC   
OS: Linux   
Host: x86 Target:
Build: 2009.02
Attachments: Patch with proposed fix.

Description Darcy Watkins 2009-04-06 15:39:13 UTC
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.
Comment 1 Darcy Watkins 2009-04-06 15:43:37 UTC
Created attachment 229 [details]
Patch with proposed fix.

This the same proposed fix I emailed to the list.
Comment 2 Thomas Petazzoni 2010-02-21 22:32:56 UTC
Move milestone to 2010.05 since enhancements will not be handled before the release of 2010.02.
Comment 3 Thomas Petazzoni 2011-02-02 20:02:34 UTC
We don't build our own sed or symlink the host sed anymore, so this bug no longer exists.