You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: