diff options
Diffstat (limited to 'docs/Common-Issues-for-Core-Contributors.md')
| -rw-r--r-- | docs/Common-Issues-for-Core-Contributors.md | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/docs/Common-Issues-for-Core-Contributors.md b/docs/Common-Issues-for-Core-Contributors.md new file mode 100644 index 000000000..b0bea8c39 --- /dev/null +++ b/docs/Common-Issues-for-Core-Contributors.md @@ -0,0 +1,14 @@ +# Common Issues for Core Contributors + +## Overview + +This is a page for maintainers to diagnose certain build errors. + +## Issues + +### `ld: internal error: atom not found in symbolIndex(__ZN10SQInstance3GetERK11SQObjectPtrRS0_) for architecture x86_64` + +The exact atom may be different. + +This can be caused by passing the obsolete `-s` flag to the linker and can be +fixed like [this](https://github.com/Homebrew/legacy-homebrew/commit/7c9a9334631dc84d59131ca57419e8c828b1574b). | 
