Re: Help with Error on ECAN.h - 18f2580
2018/09/30 11:55:24
(permalink)
At line 1335 it says: Following compile-time logic switches symbols as per compiler
* being used. Currently, it supports Microchip C18 and HiTech
* PICC18 compilers only.
At line 1365: #define RXB0CON_RXB0DBEN RXB0CONbits.RXBODBEN
At line 1703: #define RXB0CON_RXB0DBEN RXBODBEN
At line 1704: static volatile near bit RXBODBEN @ ((unsigned)&RXB0CON*8)+2;
I am using compiler XC8. Should I use C18 compiler ?