lvgl / lv_port_win_codeblocks

Windows PC simulator project for LVGL embedded GUI Library
MIT License
129 stars 79 forks source link

CreateProcess No such file or directory #40

Open nytpdy opened 3 months ago

nytpdy commented 3 months ago

I downloaded the emulator, then add the file in the parent directory, then in the emulator can run successfully, then save and close the emulator, the emulator open again will report CreateProcess No such file or directory

Here is my file directory, the .c file I wrote in the app. After removing the app file from codeblock, re-saving and closing it, then opening it again, it works correctly, and I can add the app file here to run it, but after adding it, and then opening it again, it continues to report an error!

Translated with DeepL.com (free version)

image

100ask commented 3 months ago

Suggest placing app folder this way: image

nytpdy commented 3 months ago

So I want to use it in the parent directory, how do I accomplish that?

100ask commented 3 months ago

So I want to use it in the parent directory, how do I accomplish that?

image

100ask commented 1 month ago

I have solved this problem, please read here: https://github.com/lvgl/lv_port_win_codeblocks/blob/master/docs/set_use_flat_objects.md

nytpdy commented 1 month ago

Thank you, this is the result I wanted