-
Notifications
You must be signed in to change notification settings - Fork 14
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
CMake error at 381, of component.cmake #25
Comments
Hi @Rajath-sensesemi and thanks for your interest in wolfSSL. Please see #23 (comment) and espressif/esp-idf#13966 I'd like to help you with wolfSSL; can you please provide more details on your requirements? Do you think the Managed Component would work? |
I want to use wolfssl for my essp idf project, after adding it as a managed component using this idf.py add-dependency "wolfssl/wolfssl^5.6.6-stable-update2-esp32", the project builds successfully, but when i try to use wolfssl features, by selecting esp-tls ---> wolfssl, after selecting this if i try to build, i get an error like this: |
ah, yes: thanks for that. I should add a note. The wolfssl component can be used without configuring the The only purpose of Espressif If for some reason you have existing code that must use the esp-tls, I'm working on ESP-IDF updates that will permit this. The work is on my my_522 branch as discussed in gojimmypi/esp-idf#1. Although the work specifically mentions PlatformIO, the update will of course also work for the regular ESP-IDF. Note that my current work is on the v5.2.2 branch, but I had originally started on the latest master (on my wolfssl branch. I had encountered some unresolvable problems with PlatformIO and had to go back to v5.2.2. The specific solution for the
Note that using the Depending on your requirements, I can help you proceed with a specific library. Can you provide more details on your project? Also feel free to reach out to [email protected] for priority support. |
Thank you for the clarity |
After adding wolfssl using idf.py add dependency, and when I select wolfssl in Esp-tls options, the project doesn't build, the issue it says is cmake error at line 31 of component.cmake of esp idf framework.
_component_get_property function invoked with incorrect arguments
The text was updated successfully, but these errors were encountered: