Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

SPIFBlockDevice Not Compiling #9

Closed
elidonner opened this issue Jul 28, 2022 · 1 comment
Closed

SPIFBlockDevice Not Compiling #9

elidonner opened this issue Jul 28, 2022 · 1 comment

Comments

@elidonner
Copy link

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
Copy link
Author

Issue fixed in PR #10.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant