Greg Hoover schrieb:
I'm trying to build GCC 3.3.6 with the patch files from gcc/gcc-3.4.
well, don't..3.2.3 (with the files from the 3.3 folder, sigh) is the current recommended version
I'm building on Mac 10.5 and get a slew of redeclaration errors:./config/msp430/msp430.c:3669: error: conflicting types for ‘msp430_movesi_code’
[...]
Any help would be appreciated.
strange errors can happen compiling a gcc 3.x tree with gcc 4.x. use a gcc 3.x to compile a 3.x tree.
HTH chris
