Skip to content
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

Cmake does not exist #71

Open
glbtrs opened this issue Dec 24, 2024 · 2 comments
Open

Cmake does not exist #71

glbtrs opened this issue Dec 24, 2024 · 2 comments

Comments

@glbtrs
Copy link

glbtrs commented Dec 24, 2024

Hello,
I am very new to VS Code, Cmake etc, so plaese bear with me.

I have installed Mingw64 via Msys64
I have installed SDL2

After much trial and error I have all the env. paths working and can build the project using the "build:all" on VScode.
I had one error that seemed out of place in an single sdl_lvgl file it did not recognize memmove. might be a clue. I changed it to lv_memmove for now.

so my issue now is that I can build it with 0 problems and 0 errors, but if I use the "Debug LVGL demo with gdb" that is set up in the workspace it gives an error of: terminal process failed to launch.
path to shell executable "C:\user\user\folder\lv_port_pc_vscode\cmake" does not exist.
it then shows a notification that it is waiting for prelaunchtask to build again and it never completes or even starts? I just get the notification.

Another clue or maybe a different problem is that when I got directly to the .exe that has been created, it fails as well with an error that SDL2.dll can't be found.

windows 10
master
x86_64-w64-mingw32
SDL 2.30.10

@glbtrs
Copy link
Author

glbtrs commented Dec 25, 2024

I did fix the SDL2.dll issue. To help others if it comes up: I added the path to my SDL folder in c_cpp_properties.json under "includePath"

@kisvegabor
Copy link
Member

@liamHowatt culd you take a look t this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants