Seeed-Studio / ArduinoCore-mbed

3 stars 6 forks source link

SPIFBlockDevice Not Compiling #9

Closed elidonner closed 2 years ago

elidonner commented 2 years ago

Similar to #8 except I have gotten a step further.

Using the Arduino-cli I am able to link a direct reference to where SPIFBlockDevice.h is stored. However now anytime I call a function defined in the header, even the constructor, I get: undefined reference to `SPIFBlockDevice::SPIFBlockDevice(PinName, PinName, PinName, PinName, int)'

From the ArduinoCore-mbed README I'm wondering if the libmbed.a was not made with support for the BlockDevices?

Thanks for the help.

elidonner commented 2 years ago

Issue fixed in PR #10.