Problem with the CAN2 component.

Moderator: Benj

Post Reply
MW
Posts: 38
Joined: Mon Feb 26, 2007 2:04 am
Has thanked: 4 times
Been thanked: 2 times
Contact:

Problem with the CAN2 component.

Post by MW »

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

User avatar
Steve
Matrix Staff
Posts: 3422
Joined: Tue Jan 03, 2006 3:59 pm
Has thanked: 114 times
Been thanked: 422 times
Contact:

Re: Problem with the CAN2 component.

Post by Steve »

Thanks. Here is a file to fix the problem, which should be copied into the Flowcode "components" folder.

It will be included in the official patch when it is released, so only download this file if you are having this specific problem.
Attachments
FC5_PIC_CAN2.c
(48.87 KiB) Downloaded 274 times

Post Reply