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

esp32s2 and esp32c3 targets fail on master branch, Failed to resolve component 'esp_partition' #113

Open
bmichini opened this issue Apr 6, 2023 · 1 comment

Comments

@bmichini
Copy link

bmichini commented Apr 6, 2023

Note: I needed to revert esp-rainmaker back a few commits to 9da5661e00bd0c3db421a5c48dc7f00d9e4ad759 in order to get anything to compile, due to Issue 110. Doing so did lead to successful compilation of esp32s3 and esp32 targets.

esp32s2 and esp32c3 targets do not build due to an unresolved Cmake component esp_partition

Upon investigation this component started being required by esp-sr as of commit 51bc9f7d2372349bcf35a4533752b54e2fdc758a feat: Support ESP-IDF v5.0

There was a subsequent commit eb756fc1059abe8e08c303a5bc3a65faa85cbe17 feat: Compatible with both IDF v4.4 and IDF v5.0 fixing the resulting compatibility issues, but oddly only for the esp32 and esp32s3 targets. Hence the reason why those two targets are compiling properly.

@bmichini
Copy link
Author

bmichini commented Apr 6, 2023

I filed Issue 64 in esp-sr

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

1 participant