[Others] gcc编译错误“最后的链结失败: 不支持的操作”
Tofloor
poster avatar
xieqin74123
deepin
2021-07-15 11:39
Author

不知道为什么在deepin上用gcc/g++编译c代码永远报错“最后的链结失败: 不支持的操作”,全网还找不到这个先例2333。

即使是以下这种**代码都是这个问题。。。

#include

int main () {
printf("hello\n");
return 0;
}
Reply Favorite View the author
All Replies
神末shenmo
deepin
Spark-App
Q&A Team
2021-07-15 15:17
#1

没遇到过,帮顶

Reply View the author
GBwater
deepin
2021-07-15 16:24
#2

include没写stdio呢,当然失败了

Reply View the author
Death
deepin
2021-07-15 18:02
#3

include了寂寞

Reply View the author
Maicss
deepin
2021-07-15 22:51
#4

#include

Reply View the author
xieqin74123
deepin
2021-07-21 02:36
#5
GBwater

include没写stdio呢,当然失败了

手滑打漏了,别介意23333

Reply View the author
xieqin74123
deepin
2021-07-21 02:36
#6
Maicss

#include

不是这个问题,问题找到了,好像gcc不能在挂载的网络硬盘上面直接编译

Reply View the author