----- Ursprüngliche Nachricht -----
Von: Thierry Didi
Gesendet am: 02 Mai 2009 13:04:13
> Thanks for your answer. Indeed, I am a bit lost with mspgcc versions:
>I have downloaded a win32 version from
>http://sourceforge.net/project/showfiles.php?group_id=3D42303 : this
>version supports the msp430x2274 (i.e. msp430x2274 appears in the list
>when I type msp430-gcc --target-help) - the msp430-gcc version is 3.2.3
>I also have a linux version of mspgcc, that I have downloaded from
>tiny-os web site in the form of an rpm file
>http://www.tinyos.net/dist-2.0.0/tools/windows/msp430tools-gcc-3.2.3-200
>50607.cygwin.i386.rpm. This one also returns 3.2.3 with msp430-gcc
>-dumpversion, but does not support the msp430x2274 (i.e. does not appear
>in msp430-gcc --target-help) ...
If you take a closer look at the '-v' output, you'll see that it reports GCC
version 3.2.3, but not mspgcc version.
All recent mspgcc versions are based on GCC 3.2.3, so the output is always the
same. :(
-dumpversion reports the same as this is also derived from the same internal
gcc info.
The original gcc code creating these info messages has never been adjusted for
mspgcc.
You can check the filedate to determine the version.
JMGross