错误如下
gcc.exe: error: /nologo: No such file or directory
gcc.exe: error: /Zi: No such file or directory
gcc.exe: error: /c: No such file or directory
gcc.exe: error: /Foobj\Debug\helloworld.obj: No such file or directory
这几个参数是典型的vc的参数,gcc没有这些参数。
gcc的参数是-开始的,比如gcc -g -std=c11 xxx.c -o ttt.exe