thumb-elf-gcc <-> arm-elf-gcc ?
2004-01-09 by capiman@t-online.de
Hello,
for reducing code size (120 KB is not enough...) i tried to compile some
parts of my code as thumb code, the other as arm code. It does not work,
linker always tells me: "libgcc.a does not support interworking, whereas
callthumb does."
Searching through the net for a solution, i found there is something like a
thumb-elf-gcc. Do i need this special gcc, additional to my arm-elf-gcc ? I
always thought that arm-elf-gcc supports both modes and i can
use -mthumb-interwork and -mthumb for doing this. If i need this, where can
i get a version for cygwin (best case in version 3.4 of gcc) ?
Has someone knowledge on this topic and already tried it successfully ? Is
there a special mailinglist for arm-elf-gcc / thumb-elf-gcc ?
Greetings,
Martin