| Summary: | External toolchain installation failed | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Laurent Kersten <laurent.kersten> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | trivial | CC: | buildroot, laurent.kersten |
| Priority: | P5 | Keywords: | patch |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Linux | Target: | ARM |
| Build: | |||
| Attachments: | Patch to fix the error | ||
Should be fixed with the trivial patch Oops. The patch that caused the bug was not actually upstreamed (yet), so the bug doesn't apply to buildroot master. Sorry for the noise. |
Created attachment 3643 [details] Patch to fix the error When selecting external toolchain The installation process fails. Build-root head (pulled 18th October 2011) It turns out that a \ was missing in a "if" clause in the "toolchain/toolchain-external/ext-tool.mk" file. The git diff is joined as an attachment / Laurent