Hello All, I am in a BIG trouble. The following program works only for MCU's without HW multiplyer.
long long a,b,c; int main(void) { a=b*c; } And here is the GCC output: C:\DOCUME~2\Oleg\LOCALS~1\Temp/ccYlbaaa.o: In function `main': C:\DOCUME~2\Oleg\LOCALS~1\Temp/ccYlbaaa.o(.text+0x26): undefined reference to `__muldi3' I use the latest win32 available (with update). Also, I (and I think many other MSPGCC users) will be thankful for someone to compile new win32 MSPGCC build. All the best ! Oleg.