> 20 Jan 2004 01:42 Mike Lange wrote: > > > > has someone already successfully compiled a msp430-gcc-3.4.0 > > (experimental) cross compiler? > > I have. > binutils-2.14 + gcc-core-3.4-20040107 + CVS/gcc/gcc-current > > I have manually added target (msp430) in files of a configuration > which are part gcc-core-3.4: configure.in, config.gcc . > > Regards. > >
Are there any big advantages to using it? As far as I remember, much of the effort in gcc 3.4 is aimed at improving the compiler speed (cached headers for c++, etc.). I expect it will make a big difference for large compiles (gentoo fans will be pleased), but microcontroller code is small and therefore by nature quickly compiled, even on older PCs. Are there any other reasons to change now?