Hi, David and All, > >I generated a link map with > msp430-gcc -Wl,-M -mmcu=msp430x149 test.c > and saw that __umulsi3hw was loaded from the library > ... msp430/lib/gcc-lib/msp430/3.2.3/msp2/libgcc.a:_mulsi3.o > I know that it should be in libgcc.a. If I copy libgcc.a from my old gcc's build (march 2003) the test program compiles and links fine.
Looks like a trouble in making libgcc.a. Also the new mspgcc produces 10 byte bigger code (with my big 10000 lines project) then the old one :(. All the best ! Oleg