I tried to rebuild a project under gcc version 4.4.3 (MSPGCC4_r4-20100210), but I've got these linker errors:
-----------------------------------8<----------------------------------- msp430-gcc -mmcu=msp430x2274 -o winebase winebaseapp.o winebasetab.o - L../blink-toolkit/msp430x2274 -lblink-toolkit -L../wine-toolkit/msp430x2274 - lwine-toolkit -L../utilities/msp430x2274 -lutilities -Wl,-Map=winebase.map /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0x2): undefined reference to `__MPY' /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0x6): undefined reference to `__OP2' /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0xa): undefined reference to `__MAC' /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0xe): undefined reference to `__RESLO' /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0x12): undefined reference to `__RESHI' /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0x14): undefined reference to `__RESLO' /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0x18): undefined reference to `__OP2' /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0x1c): undefined reference to `__MAC' /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0x20): undefined reference to `__OP2' /opt/msp430-gcc-4.4.3/lib/gcc/msp430/4.4.3/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw': (.text.libgcc+0x24): undefined reference to `__RESLO' collect2: ld returned 1 exit status make[1]: *** [winebase] Error 1 make[1]: Target `all' not remade because of errors. gmake: *** [all] Error 1 -----------------------------------8<----------------------------------- I can build the same project without any issue under mspgcc 3.2.3. Somebody can help me to understand what's wrong? Many thanks in advance.
