I'm trying to build GCC 3.3.6 with the patch files from gcc/gcc-3.4.
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’
./config/msp430/msp430.c:2399: error: previous implicit declaration of
‘msp430_movesi_code’ was here
./config/msp430/msp430.c:3783: error: conflicting types for
‘msp430_movedi_code’
./config/msp430/msp430.c:2413: error: previous implicit declaration of
‘msp430_movedi_code’ was here
./config/msp430/msp430.c:3875: error: conflicting types for
‘msp430_addsi_code’
./config/msp430/msp430.c:2631: error: previous implicit declaration of
‘msp430_addsi_code’ was here
./config/msp430/msp430.c:3955: error: conflicting types for
‘msp430_adddi_code’
./config/msp430/msp430.c:2655: error: previous implicit declaration of
‘msp430_adddi_code’ was here
./config/msp430/msp430.c:4060: error: conflicting types for
‘msp430_subsi_code’
./config/msp430/msp430.c:2633: error: previous implicit declaration of
‘msp430_subsi_code’ was here
./config/msp430/msp430.c:4130: error: conflicting types for
‘msp430_subdi_code’
./config/msp430/msp430.c:2657: error: previous implicit declaration of
‘msp430_subdi_code’ was here
./config/msp430/msp430.c:4228: error: conflicting types for
‘msp430_emit_immediate_and2’
./config/msp430/msp430.c:2687: error: previous implicit declaration of
‘msp430_emit_immediate_and2’ was here
./config/msp430/msp430.c:4304: error: conflicting types for
‘msp430_emit_immediate_and4’
./config/msp430/msp430.c:2719: error: previous implicit declaration of
‘msp430_emit_immediate_and4’ was here
./config/msp430/msp430.c:4434: error: conflicting types for
‘msp430_andsi_code’
./config/msp430/msp430.c:2635: error: previous implicit declaration of
‘msp430_andsi_code’ was here
Any help would be appreciated.