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
The problem is with the build, so hardware is not relevant.
Log output
/Users/dev/dev/nami-esp/nami-esp/components/nami/src/rcp_upgrade.c: In function 'flash_binary':
/Users/dev/dev/nami-esp/nami-esp/components/nami/src/rcp_upgrade.c:102:11: error: implicit declaration of function 'esp_loader_flash_verify'; did you mean 'esp_loader_flash_write'? [-Werror=implicit-function-declaration]
102 | err = esp_loader_flash_verify();
| ^~~~~~~~~~~~~~~~~~~~~~~
| esp_loader_flash_write
cc1: some warnings being treated as errors
ninja: build stopped: subcommand failed.
More Information
The call to esp_loader_flash_verify() fails to link with 1.3.1. It works with all previous versions.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Update to 1.3.1 breaks my build
Update to 1.3.1 breaks my build (ESF-143)
Jun 27, 2024
Hello @pptz , thank you for the submission, It looks like 4ad452d is the culprit due to the way that MD5_ENABLED is the only option we have not prefixed with SERIAL_FLASHER_, and the new add_option() function not accounting for that. We will fix this shortly.
Port
esp32
Target chip
esp32s3
Hardware Configuration
The problem is with the build, so hardware is not relevant.
Log output
More Information
The call to esp_loader_flash_verify() fails to link with 1.3.1. It works with all previous versions.
The text was updated successfully, but these errors were encountered: