On Sat, 30 Aug 2003 at 00:21 +0300, Oleg Skydan <ski...@mail.ints.net> wrote:

> msp430-gcc -mmcu=msp430x149 test.c
>
> and here is the output:
>
> C:\DOCUME~2\Oleg\LOCALS~1\Temp/ccIbcaaa.o: In function `main':
> C:\DOCUME~2\Oleg\LOCALS~1\Temp/ccIbcaaa.o(.text+0x1c): undefined reference to
> `__umulsi3hw'
>
> Or I am doing somthing wrong ?

Oleg,
  Chris build our gcc version 3.2.3 libraries recently on 2003-08-14,
and your program compiles and links find here.  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

David



Reply via email to