#3789 - johnny_north - Sun Mar 09, 2003 12:28 am
I'd like to recompile my binary in thumb rather than arm. When I compile like this:
CFLAGS = -I $(INCDIR2) -I $(INCDIR) -I $(PRJDIR) -mthumb-interwork -mlong-calls -c -g -Wall -fverbose-asm
The code is compiled in arm ok. However, if I add -mthumb like this:
CFLAGS = -I $(INCDIR2) -I $(INCDIR) -I $(PRJDIR) -mthumb -mthumb-interwork -mlong-calls -c -g -Wall -fverbose-asm
I get a long error message, but I think this is the pertainant info:
main.cpp:12: Internal compiler error in extract_insn, at recog.c:2218
Can someone clue me in? Thanks.
CFLAGS = -I $(INCDIR2) -I $(INCDIR) -I $(PRJDIR) -mthumb-interwork -mlong-calls -c -g -Wall -fverbose-asm
The code is compiled in arm ok. However, if I add -mthumb like this:
CFLAGS = -I $(INCDIR2) -I $(INCDIR) -I $(PRJDIR) -mthumb -mthumb-interwork -mlong-calls -c -g -Wall -fverbose-asm
I get a long error message, but I think this is the pertainant info:
main.cpp:12: Internal compiler error in extract_insn, at recog.c:2218
Can someone clue me in? Thanks.