标题:刚换了编译器不会用了.. Dev-c++
取消只看楼主
高锦文
Rank: 1
等 级:新手上路
帖 子:7
专家分:0
注 册:2020-2-6
结帖率:50%
已结贴  问题点数:10 回复次数:0 
刚换了编译器不会用了.. Dev-c++
#include<stdio.h>
int main()
{
    int a;
    scanf("%d",&a);
    switch(a)
    {
             case 1:{printf("hellow word\n");break;}
             case 2:{printf("hellow myself\n");break;}
             default:{print("bye bye\n");}
            
             }
   
    }


又是一直报出错
 D:\Dev-Cpp\mine\Makefile.win [Build Error]  [工程3.exe] Error 1

编译器: Default compiler
Building Makefile: "D:\Dev-Cpp\mine\Makefile.win"
执行  make...
make.exe -f "D:\Dev-Cpp\mine\Makefile.win" all
gcc.exe -c 2.c -o 2.o -I"D:/Dev-Cpp/include"   

gcc.exe 2.o  -o "工程3.exe" -L"D:/Dev-Cpp/lib"  

gcc.exe: Internal error: Aborted (program collect2)
Please submit a full bug report.
See <URL:http://www. for instructions.

make.exe: *** [工程3.exe] Error 1

执行结束

我搞不懂我哪里错了
搜索更多相关主题的帖子: exe make Dev-Cpp 编译器 工程 
2020-02-06 21:42



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-499129-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.531082 second(s), 10 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved