Re: [Mspgcc-users] mspgcc linking problems porting TI Sports Code to mspgcc

2010-06-11 Thread Paul F. Sehorne
Yesterday I installed mspgcc4 on a Ubuntu 9.10 Linux machine and copied my TI eZChronos Sports Watch project to the machine. Upon building the program I get the same error as when building on Windows 7. This is a showstopper for me. I cannot proceed with mspgcc4 as long as this problem

Re: [Mspgcc-users] mspgcc linking problems porting TI Sports Code to mspgcc

2010-06-11 Thread Peter Bigot
If you will provide a complete standalone example that reproduces the problem I'll take a look at this. The fragments you posted before(menu.h, menu.c, main.c) aren't complete and I don't really have time to try to fill out the missing pieces. Best way would be to file it as a bug on the mspgcc4

Re: [Mspgcc-users] Help with floating point multiplication

2010-06-11 Thread Diane Gagne
Date: Wed, 9 Jun 2010 15:35:56 -0600 From: Diane Gagne I am trying to make a faster version of the floating point multiplier. When I look at the .lst source of a test function calling floating point multiplication it calls the function __mulsf3. When I copy the code from the file mulsf.c into a

Re: [Mspgcc-users] mspgcc linking problems porting TI Sports Code to mspgcc

2010-06-11 Thread Paul F. Sehorne
I'm working on it On 6/11/2010 10:10 AM, Peter Bigot wrote: If you will provide a complete standalone example that reproduces the problem I'll take a look at this.