Skip to content

Conversation

@markyang92
Copy link

When using the lld linker, compilation with PIC is required. The bfd linker may allow it, but the lld linker requires recompilation with -fPIC if relocation is found in PIE.

aarch64-poky-linux-ld.lld: error: relocation R_AARCH64_ABS64 cannot be used against symbol 'type:.eq.[2]error'; recompile with -fPIC
>>> defined in /tmp/go-link-2192523349/go.o
>>> referenced by go.go
>>>               /tmp/go-link-2192523349/go.o:(.rodata+0x1730)

When using the lld linker, compilation with PIC is required.
The bfd linker may allow it, but the lld linker requires recompilation with -fPIC if relocation is found in PIE.
```
aarch64-poky-linux-ld.lld: error: relocation R_AARCH64_ABS64 cannot be used against symbol 'type:.eq.[2]error'; recompile with -fPIC
>>> defined in /tmp/go-link-2192523349/go.o
>>> referenced by go.go
>>>               /tmp/go-link-2192523349/go.o:(.rodata+0x1730)
```

Signed-off-by: mark.yang <[email protected]>
@cyphar
Copy link
Member

cyphar commented Oct 20, 2025

This project is basically unmaintained, I would suggest using umoci instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants