Hi, All ! I have the same problem after building msp-gcc from the Friday CVS sources. I use msp430f149.
All the best ! Oleg. ----- Original Message ----- From: "J.C. Wren" <jcw...@jcwren.com> To: <mspgcc-users@lists.sourceforge.net> Sent: Sunday, October 19, 2003 2:13 AM Subject: Re: [Mspgcc-users] Re: Missing lib function? > Steve, > > Your FAQ update doesn't address the actual issue, and that's NONE of the .a > files in /usr/local/msp430 contain the object code for __umulsi3hw. As you > can see from the 'nm' output, there are 4 functions that need it, and no > declarations for it (compared to the 'strcmp', picked at random). FWIW, I'm > compiling for a MSP430F147. > > In /usr/local/msp430/lib/lib/gcc-lib/msp430/3.2.3/msp2/libgcc.a, the > functions _mulvsi3, _udivmoddi4 and _mulvsi3 want __umulsi3hw. > > In /usr/local/msp430/msp430/lib/msp2/libc.a, the functions strtol and strtoul > want __umulsi3hw. > > So where is it? > > --John > > [r...@linux msp430]# find /usr/local/msp430 -name \*.a | xargs nm | grep 3hw > U __umulsi3hw > U __umulsi3hw > U __umulsi3hw > U __umulsi3hw > > [r...@linux msp430]# find /usr/local/msp430 -name \*.a | xargs nm | grep > strcmp > U strcmp > U strcmp > U strcmp > U strcmp > strcmp.o: > 00000000 T strcmp > strcmp.o: > 00000000 T strcmp > strcmp.o: > 00000000 T strcmp > > > > ------------------------------------------------------- > This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo > The Event For Linux Datacenter Solutions & Strategies in The Enterprise > Linux in the Boardroom; in the Front Office; & in the Server Room > http://www.enterpriselinuxforum.com > _______________________________________________ > Mspgcc-users mailing list > Mspgcc-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/mspgcc-users >