-
Notifications
You must be signed in to change notification settings - Fork 7
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
error compiling cyd #13
Comments
There is not nearly enough context in this report to solve the problem. The final fragment of the error message does not provide enough information. |
mr @MitchBradley Processing cyd (platform: espressif32; board: esp32dev; framework: arduino)
|
Hello, I had the same problem. As far as I understand, Platform io cannot install the necessary plugins and libraries properly.
|
The error output above shows:
My compilation setup is using toolchain-xtensa-esp32 @ 8.4.0+2021r2-patch5, because of this clause in /.platformio/platforms/espressif32/platform.json, which is at version 6.9.0:
I suspect that a different version of the espressif32 package somehow got installed on your system. It is possible to clear out existing package versions by executing
Then when you run the pio build again, it will reinstall the package, hopefully at the correct version. When I did that just now, it got the right version and the cyd compilation succeeded. |
please guide me i try to compile but always error
note: initializing argument 3 of 'esp_err_t nvs_get_i32(nvs_handle_t, const char*, int32_t*)' 375 | esp_err_t nvs_get_i32 (nvs_handle_t handle, const char* key, int32_t* out_value); | ~~~~~~~~~^~~~~~~~~ *** [.pio\build\cyd\src\Hardware2432.cpp.o] Error 1 ============================================ [FAILED] Took 36.20 seconds ============================================
thanks
The text was updated successfully, but these errors were encountered: