SamLukeYes
deepin
2020-12-07 06:28 不会是没装 make 吧![[困惑]](/assets/image/raccoon/[confused].gif)
Reply Like 0 View the author
不会是没装 make 吧![[困惑]](/assets/image/raccoon/[confused].gif)
感觉是 kit:桌面 没有配置吧,这个我记得在 qtcreator 里面是要自己手动配置编译器位置的。
xxxxx:~$ /usr/bin/make
段错误
命令行执行MAKE命令,直接就提示段错误
卸载MAKE
sudo apt remove make
重新安装
sudo apt install make
目前能编译了。但是qtcreator 提示语法错误,但实际上可以正常编译。
我装了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.
最基本的编译都进行不下去,不知道该咋整了。