| Summary: | Buildroot Fails on applying patches | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Mike <godtec> |
| Component: | Outdated package | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2016.02 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | .config file for buildroot | ||
|
Description
Mike
2016-09-22 20:06:29 UTC
> make -C buildroot/ BR2_TOOLCHAIN_EXTERNAL_PATH=$(pwd)/toolchain ARCH=ARM all
Passing ARCH=ARM breaks the build. Why do you do this?
Also passing BR2_TOOLCHAIN_EXTERNAL_PATH on the command line is not a great idea, it should be set in the .config.
|