-
Notifications
You must be signed in to change notification settings - Fork 169
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
Build failed when enabled USE_FREERTOS #70
Comments
Others also report this issue |
Same issue here. |
I have the same issue and I have a clue. In /lv_port_pc_vscode-master/CMakeLists.txt 85: In fact, you can “#” the whole line. I don't really know why but it not affect the build process. Then try to build. You may find that there is a issue. It failed and shows: /lvgl/src/osal/lv_freertos.c:265 undefined reference to "xTaskGenericNotify" Find /lv_port_pc_vscode-master/config/FreeRTOSConfig.h :37 Now it can generate target, but I meet a new issue: I can't deal this new issue, maybe I will open a comment later. |
Folks to enable the FreeRTOS to be used you need to enable it on the lv_conf.h but you need also to enable its linking on the CMakeLists, just set to ON this option: |
I fixed this issue. I have created a pull request. It works on Ubuntu 24.10. |
Hi,
When I disable USE_FREERTOS, every thing goes fine.
After enable this option and set LV_USE_OS to LV_OS_FREERTOS, build failed and shows:
/usr/bin/ld: cannot find -lFreeRTOS: No such file or directory
My environment:
Ubuntu
gcc and clang, ld and lld both failed
@MootSeeker could you plz help to check this issue?
The text was updated successfully, but these errors were encountered: