Question Details

No question body available.

Tags

c windows gcc makefile

Answers (1)

February 17, 2026 Score: 2 Rep: 41 Quality: Low Completeness: 60%

Update:

Solved. The issue is actually you can't use git bash for this. By just switching to MSYS2 Bash in VS code works perfectly in this case(editing setting.json by search Profile Windows). Now i only need deal error in my source code(i will try figured myself, so don't worry). Thanks especially to @Tim Roberts !!!

here is what changed:

{
.

"C_Cpp.default.compilerPath": "C:\\msys64\\ucrt64\\bin\\gcc.exe",