[Mspgcc-users] 227x HW multiplier problem identified (Paolo Zebelloni)

2010-10-07 Thread JMGross
- Ursprüngliche Nachricht - Von: Peter Bigot Gesendet am: 30 Dez 1899 00:00:00 Well, it's in stdlib as opposed to being in binutils or gcc. And has nothing to do with hardware multiply being used in the demonstration program. A one-line program calling printf with a format

[Mspgcc-users] 227x HW multiplier problem identified (Paolo Zebelloni)

2010-10-06 Thread JMGross
: Paolo Zebelloni An: mspgcc-users@lists.sourceforge.net Gesendet am: 06 Okt 2010 00:21:19 Betreff: [Mspgcc-users] 227x HW multiplier problem identified (Paolo Zebelloni) Peter, JMGross, After a stupid patch (a simple redefinition of strtol) I can compile the whole project. Now I'm sure that problem

Re: [Mspgcc-users] 227x HW multiplier problem identified (Paolo Zebelloni)

2010-10-06 Thread Peter Bigot
Nachricht - Von: Paolo Zebelloni An: mspgcc-users@lists.sourceforge.net Gesendet am: 06 Okt 2010 00:21:19 Betreff: [Mspgcc-users] 227x HW multiplier problem identified (Paolo Zebelloni) Peter, JMGross, After a stupid patch (a simple redefinition of strtol) I can compile the whole project

[Mspgcc-users] 227x HW multiplier problem identified (Paolo Zebelloni)

2010-10-05 Thread Paolo Zebelloni
Peter, JMGross, After a stupid patch (a simple redefinition of strtol) I can compile the whole project. Now I'm sure that problem ***IS*** in stdlib, as Peter said. Regards. -- Paolo Zebelloni E-Mail: p.zebell...@vodafone.it Mobile: +39.347.8000945 Skype: p.zebelloni

Re: [Mspgcc-users] 227x HW multiplier?

2010-09-28 Thread Peter Bigot
As I mentioned before, mspgcc4 does not properly prevent generation of the routines that reference the hardware multiplier registers, even though it does correctly categorize the 2274 as an msp1 chip that does not have the hardware multiplier. Unless something generates a reference to mulsi3hw,

Re: [Mspgcc-users] 227x HW multiplier?

2010-09-28 Thread JMGross
@lists.sourceforge.net Gesendet am: 27 Sep 2010 23:16:27 Betreff: [Mspgcc-users] 227x HW multiplier? I still can't compile my project under 4.4.4, but I have an idea: AFAIK 2274 doesn't have a HW multiplier, but at link stage I get this error (and others similar): /opt/msp430-gcc-4.4.4/lib/gcc/msp430

[Mspgcc-users] 227x HW multiplier?

2010-09-27 Thread Paolo Zebelloni
I still can't compile my project under 4.4.4, but I have an idea: AFAIK 2274 doesn't have a HW multiplier, but at link stage I get this error (and others similar): /opt/msp430-gcc-4.4.4/lib/gcc/msp430/4.4.4/msp1/libgcc.a(_mulsi3hw.o): In function `__umulsi3hw':