进程"/usr/bin/make"崩溃
Tofloor
poster avatar
vrix
deepin
2020-12-07 05:50
Author

我装了QT,创建了个默认的工程,编译提示:

21:38:09: 为项目untitled执行步骤 ...

21:38:09: 配置没有改变, 跳过 qmake 步骤。

21:38:09: 正在启动 "/usr/bin/make" -j8


21:38:09: 进程"/usr/bin/make"崩溃。

Error while building/deploying project untitled (kit: 桌面)

When executing step "Make"

21:38:09: Elapsed time: 00:00.


最基本的编译都进行不下去,不知道该咋整了。

Reply Favorite View the author
All Replies
SamLukeYes
deepin
2020-12-07 06:28
#1

不会是没装 make 吧[困惑]

Reply View the author
忘记、过去
deepin
2020-12-07 07:59
#2

感觉是 kit:桌面 没有配置吧,这个我记得在 qtcreator 里面是要自己手动配置编译器位置的。

Reply View the author
vrix
deepin
2020-12-09 03:41
#3

xxxxx:~$ /usr/bin/make
段错误

命令行执行MAKE命令,直接就提示段错误

Reply View the author
vrix
deepin
2020-12-09 03:51
#4

卸载MAKE

sudo apt remove make

重新安装

sudo apt install make

目前能编译了。但是qtcreator 提示语法错误,但实际上可以正常编译。

Reply View the author