| Summary: | Internal compiler error: Killed (program cc1plus) on WebCoreDerivedSources.dir | ||
|---|---|---|---|
| Product: | buildroot | Reporter: | Kevin D <kdevries> |
| Component: | Other | Assignee: | unassigned |
| Status: | RESOLVED INVALID | ||
| Severity: | critical | CC: | buildroot |
| Priority: | P5 | ||
| Version: | 2018.02.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
Kevin D
2018-08-09 21:30:51 UTC
Attempted re-build several times since reporting bug, making sure to 'clean' before build. Consistently failing with 'internal compiler error'. Are you sure that the build is not being killed externally? This is WebKit which requires huge amounts of memory (and N-times that in a multi-CPU, parallel build). How much RAM does your build environment have allocated? Is there any trace of an OOM condition in dmesg? Yeah - there's definitely a end-of-memory problem. Dmesg reports OOM. Only solution is to single-thread the build? You can either throw more RAM at the build, or you can limit the number of parallel jobs, yeah. Note that once the compilation passes, you will still have to link the resulting library which once again requires "plenty" of RAM. I don't think that there's any issue in Buildroot here, so I'm closing this bugreport. Please feel free to reopen. |