你工作得很早.当我尝试使用gcc时,它告诉我.我已经卸载并重新安装了gcc 4.8.
这是错误:
as.exe - entry point not found
the procedure entry point __printf__ could not be located in the dynamic link library c:\mingw\bin..\lib\gcc\mingw32\4.8.1\..\..\..\..\mingw32\bin\as.exe"
Run Code Online (Sandbox Code Playgroud)
这是代码:
#include <stdio.h>
int main(){
}
Run Code Online (Sandbox Code Playgroud)