lvgl / lv_port_pc_vscode

MIT License
237 stars 147 forks source link

after enabling 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) #62

Open viys opened 1 week ago

viys commented 1 week ago

ubunu 24.04 image 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.

MootSeeker commented 1 week ago

@viys did you followed the instruction? Could you describe how you setup the project?

viys commented 5 days ago

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, 29a7fd0fe0f0a620658c01d750a3394 20240922201955 20240922202040 I won't be able to complete the compilation of the project this time.

kisvegabor commented 4 days ago

Probably it's related to this: https://github.com/lvgl/lv_port_pc_vscode/issues/65#issue-2537471974

MootSeeker commented 3 days ago

@viys Did you checked the CMake path, is it right?

viys commented 2 days ago

@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.😢