-
Notifications
You must be signed in to change notification settings - Fork 783
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
"TypeError: Version is not semantic" while building any esp-iot-solution examples (AEGHB-341) #287
Comments
@armwdev Hi the examples under examples/hmi were temporarily disabled. As we have removed all submodules from the repo, we will merge a new version code (based on esp component manager) and guide docs about HMI soon. Currently please refer the examples in esp-dev-kits/tree/master/esp32-s3-lcd-ev-board/examples |
@leeebo Hi and thanks for the quick response. I was mainly interested in the lvgl_wificonfig example to set the wifi credentials using the lvgl as this seems a bit complicated task. Is there any way so I can make modifications to make the lvgl_wificonfig example to work with the idf 5.1? As a workaround, I've used the previous commit and fixed the board_common. But now I receive error "E (372) ADC: CONFLICT! driver_ng is not allowed to be used with the legacy driver" I've tried to disable the i2s_lcd as much as I can from the code and the menuconfig but not sure why the error still occurs. Logs for the error:
Please let me know if there is a better way or how do I fix this error. Thanks |
@armwdev For |
Thanks for your suggestion. That example seems a bit resource intensive and incompatible with the development kit that I have. I need a compact and simpler example so I hope you can fix the hmi examples soon. |
Environment
xtensa-esp32-elf-gcc --version
to find it): 12.2.0_20230208Problem Description
I am not sure if that's a bug or my mistake as I tried on multiple PCs. When I tried to build any examples (lvgl_example) from the esp-iot-solution of the master branch, lvgl (8.3) and esp-idf latest stable release (5.1), it fails to build with error: "TypeError: Version is not semantic". You can see the full logs in the "Debug Logs" at the bottom.
Expected Behavior
As there is no modifications to the files, it should build the examples normally.
Actual Behavior
It builds the esp-idf examples fine but not the esp-iot-solution examples.
Steps to repropduce
1- Downloaded the latest stable ESP-IDF, tools, lvgl and master branch of the esp-iot-solution
2- cd to any example project (lvgl_example), set the target to esp32s3, applied idf.py build
3- It starts to build but at the end it shows the error above and logs at the bottom.
Code to reproduce this issue:
From main.cpp of the lvgl_example below:
Debug Logs:
The text was updated successfully, but these errors were encountered: