error: cannot represent THUMB_OFFSET
Posted: Sun Jan 02, 2011 1:49 am
hi, i'm using the latest release of devkitarm and am trying to compile a piece of assembly code
but i get an error at the following thumb instruction:
ldr r1,[r0,#0x20]
error: cannot represent THUMB_OFFSET relocation in this object file format
im using the following to compile:
arm-eabi-gcc -mthumb-interwork -specs=gba.specs test.s
could someone please help me out?
but i get an error at the following thumb instruction:
ldr r1,[r0,#0x20]
error: cannot represent THUMB_OFFSET relocation in this object file format
im using the following to compile:
arm-eabi-gcc -mthumb-interwork -specs=gba.specs test.s
could someone please help me out?