Problem with the CAN2 component.
Posted: Thu Feb 02, 2012 11:54 pm
Hello,
There seems to be an issue with the the CAN2 component as I get the following errors when compiling:
test.c(237): Illegal redefinition of symbol: TXB0EID8_VAL
test.c(238): Illegal redefinition of symbol: TXB0EID0_VAL
test.c(239): Illegal redefinition of symbol: TXB1EID8_VAL
test.c(240): Illegal redefinition of symbol: TXB1EID0_VAL
test.c(241): Illegal redefinition of symbol: TXB2EID8_VAL
test.c(242): Illegal redefinition of symbol: TXB2EID0_VAL
test.c(243): Illegal redefinition of symbol: RXF0EID8_VAL
test.c(244): Illegal redefinition of symbol: RXF0EID0_VAL
test.c(245): Illegal redefinition of symbol: RXF1EID8_VAL
test.c(246): Illegal redefinition of symbol: RXF1EID0_VAL
test.c(247): Illegal redefinition of symbol: RXF2EID8_VAL
test.c(248): Illegal redefinition of symbol: RXF2EID0_VAL
test.c(249): Illegal redefinition of symbol: RXF3EID8_VAL
test.c(250): Illegal redefinition of symbol: RXF3EID0_VAL
test.c(251): Illegal redefinition of symbol: RXF4EID8_VAL
test.c(252): Illegal redefinition of symbol: RXF4EID0_VAL
test.c(253): Illegal redefinition of symbol: RXF5EID8_VAL
test.c(254): Illegal redefinition of symbol: RXF5EID0_VAL
The file I was compiling when I encountered this ran without issue in V4.
Cheers
MW
There seems to be an issue with the the CAN2 component as I get the following errors when compiling:
test.c(237): Illegal redefinition of symbol: TXB0EID8_VAL
test.c(238): Illegal redefinition of symbol: TXB0EID0_VAL
test.c(239): Illegal redefinition of symbol: TXB1EID8_VAL
test.c(240): Illegal redefinition of symbol: TXB1EID0_VAL
test.c(241): Illegal redefinition of symbol: TXB2EID8_VAL
test.c(242): Illegal redefinition of symbol: TXB2EID0_VAL
test.c(243): Illegal redefinition of symbol: RXF0EID8_VAL
test.c(244): Illegal redefinition of symbol: RXF0EID0_VAL
test.c(245): Illegal redefinition of symbol: RXF1EID8_VAL
test.c(246): Illegal redefinition of symbol: RXF1EID0_VAL
test.c(247): Illegal redefinition of symbol: RXF2EID8_VAL
test.c(248): Illegal redefinition of symbol: RXF2EID0_VAL
test.c(249): Illegal redefinition of symbol: RXF3EID8_VAL
test.c(250): Illegal redefinition of symbol: RXF3EID0_VAL
test.c(251): Illegal redefinition of symbol: RXF4EID8_VAL
test.c(252): Illegal redefinition of symbol: RXF4EID0_VAL
test.c(253): Illegal redefinition of symbol: RXF5EID8_VAL
test.c(254): Illegal redefinition of symbol: RXF5EID0_VAL
The file I was compiling when I encountered this ran without issue in V4.
Cheers
MW