When -Ttext is used in combination with -mthumb it causes a relocation truncated to fit message. What does this mean, and how do I fix it?
Please cc me in your reply. Thanks, Shaun $ arm-elf-gcc --version | head -1 arm-elf-gcc (GCC) 3.4.0 $ cat hello.c int main() { return 0; } $ arm-elf-gcc -Ttext 0x2000000 -mthumb hello.c /opt/pathport/lib/gcc/arm-elf/3.4.0/thumb/crtbegin.o(.init+0x0): In function `$t': : relocation truncated to fit: R_ARM_THM_PC22 frame_dummy /opt/pathport/lib/gcc/arm-elf/3.4.0/../../../../arm-elf/lib/thumb/crt0.o(.text+0x9a):../../../../../../../gcc-3.4.0/newlib/libc/sys/arm/crt0.S:200: relocation truncated to fit: R_ARM_THM_PC22 _init /opt/pathport/lib/gcc/arm-elf/3.4.0/thumb/crtend.o(.init+0x0): In function `$t': : relocation truncated to fit: R_ARM_THM_PC22 __do_global_ctors_aux collect2: ld returned 1 exit status