cmd/compile: incomplete relocation support on ppc64le #53345
Labels
arch-ppc64x
FeatureRequest
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Since 2c4f389c I am unable to compile go with
CGO_ENABLED=1
onppc64le
withGCC 10.3.0
andbinutils 2.36.1
I see errors like:
Where
<>
are numbers:31, 60, 119, 120
. I am not sure if I am reading this correctly, but these correspond to:R_PPC_PLT16_HA
,R_PPC64_PLT16_LO_DS
,R_POWERPC_PLTSEQ
,R_POWERPC_PLTCALL
and references to these are missing in:The text was updated successfully, but these errors were encountered: