-
Notifications
You must be signed in to change notification settings - Fork 25
fatal error: hwcrypto/aes.h: No such file or directory #3
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
Comments
I've updated the NimBLE-Arduino dependency as indeed the branch I was using was merged into master and relesed in 1.2.0. Could you delete the .pio folder, restart the IDE and try again ? |
Delete the .pio folder and reinstall PlatformIO and I still having the same error. |
Had this issue as well. It was due to a change in the staging version of the Arduino framework that moves To get around this, I just removed/commented out the |
Hello! Thanks! |
I also can't build this. Can we either fix ths pio file to build without any aes issues, xtensa32 version mismatch, so that it makes reproducable builds OR bundle this with working libraries in the git repo |
Today I tried to compile the firmware and got this problem every time. In the end I replaced platform_package from 4.3.0 on version 3.1.1 in С:/users/YOUR_USER_NAME/.platformio/packages /. After that, the firmware was compiled and everything worked
|
@Key1909 can you point me in the direction to get the files for version 3.1.1? hoping this is still a viable solution. |
For anyone struggling with this i was able to get i to build by changing my security.h L:4 in src/ and my HTTPConnection.hpp L:9 in .pio/libdeps/esp-wrover/esp32_https_server/src security.h HTTPConnection.hpp |
@Key1909 Can you please tell me what you have done with this "In the end I replaced platform_package from 4.3.0 on version 3.1.1 in С:/users/YOUR_USER_NAME/.platformio/packages /." ? |
@JMacalinao So after removing |
@Key1909 lib_deps = But when I compile code sdkconfig.h file is not generated in path mentioned in readme.md '.platformio/packages/framework-arduinoespressif32/tools/sdk/include/config'. @kind3r |
Hi.
I'm presenting this error when I compile the code.
I only make a change in the lib_deps platformio.ini because platformio can't locate "git@github.com:h2zero/NimBLE-Arduino.git#refactor-advertised-device"
This how I do it:
I share the logs of the compile with you, hope can help.
The text was updated successfully, but these errors were encountered: