Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Building on Arch Linux with GGC 5.3 & binutils 2.26 halts on "error: unsupported reloc 42" #193
Comments
thestinger
added
Type: bug
upstream
labels
Feb 29, 2016
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
thestinger
Feb 29, 2016
Contributor
It's not an issue we can act on. Just disable Clang there if needed by your build environment. Alternatively, build in a an Ubuntu LTS container which is what Android supports.
|
It's not an issue we can act on. Just disable Clang there if needed by your build environment. Alternatively, build in a an Ubuntu LTS container which is what Android supports. |
thestinger
closed this
Feb 29, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Siosm commentedFeb 29, 2016
Building on Arch Linux with GGC 5.3 & binutils 2.26 halts on "error: unsupported reloc 42". Downgrading to GCC 5.2 and binutils 2.25 "fixes" the issue. Thus this is most probably an upstream issue.
Sample from the build output:
The "fix" reported at https://groups.google.com/forum/#!topic/android-x86/xtmwv4Dw8l0 does not work and turns the error into "unsupported reloc 43".