Question
relocation truncated to fit: R_ARM_THM_JUMP11
Posted on May 24, 2017 at 14:34
Hello,
I want to make a branch from startup file like this :
Default_Handler:
b exception_panic .size Default_Handler, .-Default_HandlerBut i'm getting this error :
relocation truncated to fit: R_ARM_THM_JUMP11 against symbol `exception_panic' defined in .text.exception_panic section in Miscelleneous/src/panic.o
collect2: error: ld returned 1 exit statusDo i need to create a specific section that is close enough to my branch instruction so that the branch can be effective ?
Thank you,
Best regards,
Aurélien