Bug 267 - The make target: cross fails because toolchain_build_<arch>/bin/sed not found
Summary: The make target: cross fails because toolchain_build_<arch>/bin/sed not found
Status: RESOLVED WORKSFORME
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: unspecified
Hardware: PC Linux
: P5 enhancement
Target Milestone: 2010.05
Assignee: Darcy Watkins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-06 15:39 UTC by Darcy Watkins
Modified: 2011-02-02 20:02 UTC (History)
1 user (show)

See Also:
Host: x86
Target:
Build: 2009.02


Attachments
Patch with proposed fix. (371 bytes, patch)
2009-04-06 15:43 UTC, Darcy Watkins
Details

Note You need to log in before you can comment on or make changes to this bug.
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.