Hi! I'm trying to compile msp-gcc-4.0-20050130, but it stops here:
gcc -c -g -O2 -DIN_GCC -DCROSS_COMPILE -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -fno- common -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I/source/4.0.0/gcc/gcc -I/source/4.0.0/gcc/gcc/bui ld -I/source/4.0.0/gcc/gcc/../include -I/source/4.0.0/gcc/gcc/../libcpp/include \ -o build/insn-conditions.o insn-conditions.c insn-conditions.c:84: error: `TARGET_INLINE_HWMUL' undeclared here (not in a function) insn-conditions.c:84: error: `MSP430_NOINT_HWMUL' undeclared here (not in a function) insn-conditions.c:84: error: initializer element is not constant insn-conditions.c:84: error: (near initialization for `insn_conditions[5].value') insn-conditions.c:84: warning: missing initializer insn-conditions.c:84: warning: (near initialization for `insn_conditions[5].value') insn-conditions.c:84: error: initializer element is not constant insn-conditions.c:84: error: (near initialization for `insn_conditions[5]') insn-conditions.c:86: error: `msp430_has_hwmul' undeclared here (not in a function) I'm using gcc/gcc-current from the cvs and gcc-4.0-20050130 snapshot. I'd like to test gcc-4.0, because it has some new code-optimization features. Tim
