Skip to content

undefined reference to `BlockDevice::get_default_instance()' and other problems with flash examples #11

Open
@mirkopac

Description

@mirkopac

Hi, I'm trying the various examples for the flash features of the Uno R4 but a recursive compilation error is as follows:

undefined reference to `BlockDevice::get_default_instance()'

The problem is caused by the lack of the right tag for the architecture in the BlockDevice file.cpp :

by correcting and putting adding the right platform macro for example ARDUINO_UNOR4_MINIMA, the problem moves to compiling and defining parts of the QSPIFlashBlockDevice library.

Is this a known problem? I can't use the flash features of the board.

I use the last core 1.0.1 for Arduino Uno R4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions