| Summary: | Unable to use Ubuntu 11.10 arm cross compiler | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Alexander <fenixk19> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2011.08 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
| Attachments: | A patch, can be used as workaround | ||
|
Description
Alexander
2011-10-29 15:29:59 UTC
Created attachment 3703 [details]
A patch, can be used as workaround
I had the same problem trying to use the Ubuntu ARM cross-compiler. Unfortunately, while it allows to go a bit further, it doesn't fix the fact that the Ubuntu ARM cross-compiler is not a *pure* toolchain: it contains many more libraries and utilities compiled for the target than a normal toolchain, and this doesn't play well with build systems, including Buildroot. For that reason, we do not support building with the Ubuntu ARM cross-compiler at the moment. Either build your toolchain with Buildroot or Crosstool-NG, or get a pre-compiled one from CodeSourcery (which offers pure toolchains). |