Summary: | Building source World - Error building llvm-tblgen.c | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Mike <bama1987> | ||||
Component: | arm | Assignee: | freebsd-arm (Nobody) <freebsd-arm> | ||||
Status: | Closed Not A Bug | ||||||
Severity: | Affects Only Me | CC: | diizzy, dim, mikael | ||||
Priority: | --- | ||||||
Version: | 12.0-STABLE | ||||||
Hardware: | arm64 | ||||||
OS: | Any | ||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=241726 | ||||||
Attachments: |
|
Description
Mike
2019-07-13 11:18:07 UTC
(In reply to Mike from comment #0) > c++: error: unable to execute command: Killed Usually it means that you run out of memory/swap. check /var/log/messages for more info. Created attachment 205749 [details]
Attachment did not make it...4.3MB duh!
# 1 "<built-in>"
# 1 "/usr/src/contrib/llvm/utils/TableGen/CodeGenDAGPatterns.cpp"
//===- CodeGenDAGPatterns.cpp - Read DAG patterns from .td file -----------===//
//
File too large.
Yes, this is almost certainly an out-of-memory crash. Check dmesg for "out of swap errors", add more RAM and/or swap, lower your -j level or lower your optimization level. If you are certain this is not an OOM issue, please reopen. This might be helpful https://wiki.freebsd.org/action/show/arm/Self-hosting |