OK, so maybe I get it now. The version I'm currently using without x1611 support is GCC 3.3, which is no longer updated, the older version is being updated, which is GCC 3.2.3. So I need to first get a complete new base GCC 3.2.3 sources from somewhere else (where? ), and then get the msp430 updates from the sourceforge gcc-3.3 cvs, and build and install this. Correct ?
>> If you use GCC 3.2.3 you need the files from the gcc-3.3 directory. If you use the current GCC, you need the files from the gcc-current directory. I think these are supposed to work with GCC-3.4 and the GCC-4.0 beta. Dmitry would have to give a definitive answer to that. There are no up to date files to patch GCC 3.3, or anything earlier than GCC 3.2.3, for MSP430 support. My recommendation is to use GCC 3.2.3 and the files from the gcc-3.3 directory.
