Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
c++ thread local linker error
ld: fatal: relocation error: R_AMD64_TLSLD: file external/rawspeed/src/librawspeed.a(RawImage.cpp.o): symbol void rawspeed::ThrowException<rawspeed::RawDecoderException>(char const*, ...)::buf: bound to: external/rawspeed/src/librawspeed.a(RawImage.cpp.o): relocation illegal when not bound to object being created
ld: fatal: relocation error: R_AMD64_DTPOFF32: file external/rawspeed/src/librawspeed.a(RawImage.cpp.o): symbol void rawspeed::ThrowException<rawspeed::RawDecoderException>(char const*, ...)::buf: bound to: external/rawspeed/src/librawspeed.a(RawImage.cpp.o): relocation illegal when not bound to object being created
ld: fatal: relocation error: R_AMD64_TLSLD: file external/rawspeed/src/librawspeed.a(RawImage.cpp.o): symbol void rawspeed::ThrowException<rawspeed::RawDecoderException>(char const*, ...)::buf: bound to: external/rawspeed/src/librawspeed.a(RawImage.cpp.o): relocation illegal when not bound to object being created
ld: fatal: relocation error: R_AMD64_DTPOFF32: file external/rawspeed/src/librawspeed.a(RawImage.cpp.o): symbol void rawspeed::ThrowException<rawspeed::RawDecoderException>(char const*, ...)::buf: bound to: external/rawspeed/src/librawspeed.a(RawImage.cpp.o): relocation illegal when not bound to object being created
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.