search for: r_arm_pc24

Displaying 3 results from an estimated 3 matches for "r_arm_pc24".

2012 Feb 20
2
[LLVMdev] Invalid relocation types for Thumb in LLVM version 2.9
...ifferent assembly listings that after assembly into object files have relocation entries of type 1 and 8 which the iPhonsOS 4.2 SDK linker doesn't like (they produce warnings, and the linked binary crashes). According to http://simplemachines.it/doc/aaelf.pdf, these relocation types are called R_ARM_PC24 and R_ARM_ABS8. They simply weren't created with the assembly listings generated with LLVM 2.8. Anyone has any suggestion has to solve this? Is there any other toolchain combination you can suggest in order to build Thumb object files for the iOS/ARM platform? I'm not sure I'm even usi...
2012 Feb 20
0
[LLVMdev] Invalid relocation types for Thumb in LLVM version 2.9
...ssembly listings that after assembly into object files have relocation entries of type 1 and 8 which the iPhonsOS 4.2 SDK linker doesn't like (they produce warnings, and the linked binary crashes). > > According to http://simplemachines.it/doc/aaelf.pdf, these relocation types are called R_ARM_PC24 and R_ARM_ABS8. They simply weren't created with the assembly listings generated with LLVM 2.8. > > Anyone has any suggestion has to solve this? Is there any other toolchain combination you can suggest in order to build Thumb object files for the iOS/ARM platform? I'm not sure I'...
2004 Sep 10
0
Compiling FLAC for tremor and StrongARM
...inux/3.2.3/../../../../arm-linux/bin/ld: warning: unknown architecture of input file `/usr/local/i686-linux-gnu/lib/libogg.a(framing.o)' is incompatible with arm output /usr/lib/gcc-lib/arm-linux/3.2.3/../../../../arm-linux/bin/ld: /usr/local/i686-linux-gnu/lib/libogg.a(framing.o)(.text+0xa8a): R_ARM_PC24 relocation against SEC_MERGE section collect2: ld returned 1 exit status So, I'm not sure which library I don't have the options correct for. Or maybe both. I also tried --with-gnu-ld, but that didn't seem to help (in fact this is the past from the --with-gnu-ld run, but the error m...