Displaying 1 result from an estimated 1 matches for "r_arm_plt32".
2011 Sep 07
0
[LLVMdev] ARM: unresolvable R_ARM_PLT32 relocation
...pt few hacks here and there for ARM platform (inside GHC
source code).
Everything kind of works, stage1 compiler is happily compiling haskell
shared libraries and also stage2 compiler. The problem is while linking
together stage2 compiler shared library. The linker complains about
unresolvable R_ARM_PLT32 relocation, exactly this way:
/usr/bin/ld:
compiler/stage2/build/SPARC/CodeGen/Gen32.dyn_o(.text+0x356c):
unresolvable R_ARM_PLT32 relocation against symbol
`integerzmgmp_GHCziIntegerziType_ltInteger_info'
All code is compiled with llc's -mattr=v7,vfp3 options. My question is
if for e...