On Thu, 2002-02-21 at 22:49, David Meggy wrote: > but I can't get it to compile with thumb. Here is a snippet of code gcc > generates > > ********* > > .LP1: > .word 0 > .text > mov\tip, lr > bl mcount > .word LP1 > mov r5, r0 > ldr r3, [r5]
If you aren't too bothered about profiling, you can probably avoid this by configuring with "--disable-profiling". I don't know why the presence of -mthumb-interwork would cause this problem, though. What version of gcc are you using? p. _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
