On Sat, Feb 15, 2003 at 08:41:55AM -0500, Camm Maguire wrote: > Greetings! I've seen this before in earlier compilers on arm. Is > there a work around? > > > ./libgcl.a(gmp3_mpn_mul_n.o)(.text+0xe2c):scan/mul_n.c:977: undefined > reference to `__mulsi3'
strange, mulsi3 calls should not be generated unless you happen to use -m68000 compiler option. Is there perhaps an explicit call to it from sacn/mul_n.c ? What happens if you compile that module with -m68020 ? Richard