I have a (complex) project that compile and link correctly with mspgcc 3.2.3. When I rebuild my project with mspgcc 4.4.3 (a fresh rebuild from scratch) I cannot link because of illegal references to hardware multiplier. The errors look like this: /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'
Linker errors refer to all multipler registers. Any idea about the problem? Thanks in advance. -- Paolo Zebelloni E-Mail: [email protected]
