You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: