新手求助,DevC++编译错误
DveC++编译时报错:\Dev-C++\HelloWorld\collect2.exe [Error] ld returned 1 exit status代码:
程序代码:
#include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char *argv[]) { return 0; }
这个代码是新建项目时自动生成的,没有改动过。电脑配置了MinGW环境,用MinGW运行没问题,在DveC++里面编译时就报错了。刚搜索了一下论坛相关帖子,发现答案都不是清晰明确。尝试了重启电脑,没有打开dos小黑窗,没有使用杀毒软件,还是不行。请问各位有正确的解决方法吗?