107-systems / 107-Arduino-MCP2515

Arduino library for controlling the MCP2515 in order to receive/transmit CAN frames.

Home Page:https://107-systems.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is this compile error due to missing support?

DaleSchultz opened this issue · comments

Hi

I am getting this error:

sketch\ArduinoMCP2515.cpp.o:(.text._ZN7MCP251514MCP2515_Config13enableIntFlagENS_7CANINTEE[MCP2515::MCP2515_Config::enableIntFlag(MCP2515::CANINTE)]+0x0): undefined reference to MCP2515::MCP2515_Io::setBit(MCP2515::Register, unsigned char)

Could this be because I am trying to build for ESP8266 which may not be supported? Or did I do something dumb?

Hi 👋
ESP8266 is not supported - it may work but it's not guaranteed to work - which example do you attempt to build?

Hi,

I was trying to build the sniffer.

Dale

I gave it a quick try with an outdated ESP8266 core on my system and can confirm that it does not work. Sorry, but ESP8266 is not supported by this library (it is also - intentionally - not listed in library.properties).