| Summary: | Makefile:4113: recipe for target 'all-gcc' failed | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Paul Tomov <ptomov> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2017.05.1 | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Paul Tomov
2017-07-14 23:16:19 UTC
The s-attrtab program is known to require a lot of memory. So in your case, your VM most likely doesn't have enough RAM, and therefore the Linux kernel running inside the VM kills the s-attrtab program because it tries to consume too much memory compared to the available memory. You can check in /var/log/messages if you see an out of memory message from the kernel. |