lv_port_win_codeblocks icon indicating copy to clipboard operation
lv_port_win_codeblocks copied to clipboard

CreateProcess No such file or directory

Open nytpdy opened this issue 1 year ago • 5 comments

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

nytpdy avatar Apr 02 '24 13:04 nytpdy

Suggest placing app folder this way: image

100ask avatar Apr 05 '24 12:04 100ask

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

nytpdy avatar Apr 07 '24 01:04 nytpdy

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

image

100ask avatar Apr 07 '24 07:04 100ask

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

100ask avatar May 29 '24 11:05 100ask

Thank you, this is the result I wanted

nytpdy avatar May 30 '24 12:05 nytpdy