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
You’re running this from Command Prompt or PowerShell. The template requires a POSIX-style shell. Open the MSYS2 UCRT64 terminal instead, cd into the template directory, then run:
rm -f .git/.recomp-submodules-stamp
make tools
This should solve the problem.
if you DON'T have msys2, open CMD then run:
winget install -e --id MSYS2.MSYS2
Assuming you didn't have MSYS2, now you do. Now, open UCRT64 and run:
pacman -Syu
After running this command, MSYS2 might tell you to restart the terminal. Reopen UCRT64, then run the command again. Once that is done, you can install the toolchain:
When trying to build with the moderngekko template. It gives the following error
"The syntax of the command is incorrect.
make: *** [Makefile:88: .git/.recomp-submodules-stamp] Error 1"
How do I fix this?
You’re running this from Command Prompt or PowerShell. The template requires a POSIX-style shell. Open the MSYS2 UCRT64 terminal instead, cd into the template directory, then run:
This should solve the problem.
if you DON'T have msys2, open CMD then run:
Assuming you didn't have MSYS2, now you do. Now, open UCRT64 and run:
After running this command, MSYS2 might tell you to restart the terminal. Reopen UCRT64, then run the command again. Once that is done, you can install the toolchain: