Open viys opened 2 months ago
@viys did you followed the instruction? Could you describe how you setup the project?
Recently, I noticed that you have made updates, but I encountered the following issues while compiling the project. Here is the process of my setup project, I won't be able to complete the compilation of the project this time.
Probably it's related to this: https://github.com/lvgl/lv_port_pc_vscode/issues/65#issue-2537471974
@viys Did you checked the CMake path, is it right?
@viys Did you checked the CMake path, is it right?
I directly cloned from the repository, modified it, and followed “To enable the rtos part of this project select in lv_conf.h #define LV_USE_OS LV_OS_NONE to #define LV_USE_OS LV_OS_FREERTOS. Additionally, you have to enable the compilation of all FreeRTOS files by turning on option(USE_FREERTOS "Enable FreeRTOS" OFF) in the CMakeLists.txt file.” to make the changes.😢
ubunu 24.04 I have tried many times but couldn't solve this issue. During this process, I created an Ubuntu virtual machine as well as WSL2 on Windows.