Hi,
I'm baffled. It was time to put mspgcc4 on my lab computer and it sure 
looks like it works, but... This is what I've got so far:

~~~~
set gcc=msp430-gcc
set dump=msp430-objdump.exe
set 
PATH=%PATH%;C:\msp430\mspgcc\bin;C:\msp430\mspgcc\libexec\gcc\msp430\4.4.4;C:\cygwin\bin

cd C:\msp430\workspace\thermocouple\Debug

%gcc% -mmcu=msp430x2013 -mendup-at=main -Os -g3 -Wall -fmessage-length=0 
-MMD -MP -MF "thermocouple.d" -MT"thermocouple.d" -o "thermocouple.o" -c 
"../thermocouple.c"

~~~~

Now, I can cause a syntax error in the c file and it reports it. It 
generates the .d file. But it won't generate the object file. And if I 
copy object files from this machine and try to link.

~~~
%gcc% -mmcu=msp430x2013  -o"test.elf"  ./thermocouple.o ./i2c.o
~~~

It looks like it works but no test.elf. It has to be something simple, 
but I'm clueless. The old mspgcc works on that machine.

Thanks, Dan.


------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to