You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
I see one frequent issue with many files.
hot_end_symbol.s.tmp.o: relocation R_X86_64_32S against `.data' can not be used when making a PIE object; recompile with -fPIC
/usr/bin/ld: final link failed: Nonrepresentable section on output
Are there some suggestions on fixing them maybe I can try sending a patch if that's trivial?
The text was updated successfully, but these errors were encountered:
@maksfb
Yes, I have the same problem. Since gcc/ld on the latest ubuntu produces PIE binaries by default I've passed %cflags with -no-pie option to all the tests to be able to test my changes. If you'd like I could make pull request with this changes.
While I was trying to run
ninja check-bolt
on therebased
branch following tests fail.I am on an
AMD Ryzen 7
hardwareI see one frequent issue with many files.
Are there some suggestions on fixing them maybe I can try sending a patch if that's trivial?
The text was updated successfully, but these errors were encountered: