Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlatformIO cannot build this library for UNO R4 WiFi #23

Open
Zaptyp opened this issue Mar 13, 2025 · 1 comment
Open

PlatformIO cannot build this library for UNO R4 WiFi #23

Zaptyp opened this issue Mar 13, 2025 · 1 comment

Comments

@Zaptyp
Copy link

Zaptyp commented Mar 13, 2025

In file included from .pio\libdeps\uno_r4_wifi\Arduino_SecureElement\src/Arduino_SecureElement.h:11:0,
                 from .pio\libdeps\uno_r4_wifi\ArduinoIoTCloud\src/ArduinoIoTCloudTCP.h:32,
                 from .pio\libdeps\uno_r4_wifi\ArduinoIoTCloud\src/ArduinoIoTCloud.h:167,
                 from src/thingProperties.h:1,
.pio\libdeps\uno_r4_wifi\Arduino_SecureElement\src/SecureElement.h: In member function 'int SecureElement::serialNumber(byte*)':
.pio\libdeps\uno_r4_wifi\Arduino_SecureElement\src/SecureElement.h:61:77: error: no matching function for call to 'SoftwareATSEClass::serialNumber(byte*&)'
   inline int serialNumber(byte sn[]) { return _secureElement.serialNumber(sn); }
                                                                             ^
In file included from .pio\libdeps\uno_r4_wifi\Arduino_SecureElement\src/SecureElement.h:27:0,
                 from .pio\libdeps\uno_r4_wifi\Arduino_SecureElement\src/Arduino_SecureElement.h:11,      
                 from .pio\libdeps\uno_r4_wifi\ArduinoIoTCloud\src/ArduinoIoTCloudTCP.h:32,
                 from .pio\libdeps\uno_r4_wifi\ArduinoIoTCloud\src/ArduinoIoTCloud.h:167,
                 from src/thingProperties.h:1,
.platformio\packages\framework-arduinorenesas-uno\libraries\SoftwareATSE\src/SoftwareATSE.h:37:10: note: candidate: arduino::String SoftwareATSEClass::serialNumber()
   String serialNumber();
          ^~~~~~~~~~~~
.platformio\packages\framework-arduinorenesas-uno\libraries\SoftwareATSE\src/SoftwareATSE.h:37:10: note:   candidate expects 0 arguments, 1 provided
@pennam
Copy link
Contributor

pennam commented Mar 14, 2025

Not an expert of platformIO but i suspect it is not using the latest UNO R4 core release

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

No branches or pull requests

2 participants