| Summary: | Build error | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Peter Stosz <peter.stosz> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | enhancement | CC: | buildroot |
| Priority: | P5 | ||
| Version: | unspecified | ||
| Target Milestone: | 2010.02 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ARM 920 (AT91RM9200) | |
| Build: | |||
| Attachments: | Remove sysv legacy functions | ||
|
Description
Peter Stosz
2010-01-05 12:42:15 UTC
Created attachment 913 [details]
Remove sysv legacy functions
The problem here is the toolchain does not have sysv legacy support and mtd utils is using deprecated bzero and bcopy
Attached patch fixes mtd utils.
Thanks for the patch, but a simpler fix is just to tell mtd-utils to use the bcopy emulation (NEED_BCOPY) like we do for the git version. I've committed a fix doing that earlier tonight (6a772086b7) |