| Summary: | Buildroot fails "host-mtd 1.4.4" | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Steph <steph.pienaar> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | blocker | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2011.05 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Steph
2012-09-05 08:44:32 UTC
Buildroot 2011.05 is way too far in the past for me to remember exactly what could have fixed that, but it seems like the command that links mkfs.ubifs was lacking a reference to $(HOST_DIR)/usr/lib for libraries. This is the reason why lzo2 wasn't found. I've just tested with a recent Buildroot (latest master, but 2013.02 should work fine), and host-mtd 1.5.0 builds fine. The lzo2 library is properly built and installed in $(HOST_DIR)/usr/lib, and mkfs.ubifs is linked against it. I'm therefore marking this bug as closed. If you are still having this issue with a more recent version of Buildroot, do not hesitate to reopen it, and attach a minimal Buildroot configuration that exhibits the problem. Thanks! |