Codelite为什么不创建make文件?

问题描述 投票:0回答:1

我在G ++中使用Solus Linux,并且每当我在CodeLite中构建默认控制台项目时,都会得到以下输出

/bin/sh -c '/usr/bin/make -j4 -e -f Makefile'
/bin/sh: /usr/bin/make: No such file or directory
====0 errors, 0 warnings====

我检查过,make在/ usr / bin中不存在实际上,我在此目录中找到的最有希望的东西是一个名为codelite-make的文件

这里是我在创建项目时选择的选项

类别:控制台类型:简单的可执行文件(g ++)编译器:GCC调试器:GNU gdb调试器构建系统:CodeLite Make Generator

非常感谢您的帮助

我正在使用带有G ++的Solus Linux,每当在CodeLite中构建默认控制台项目时,我都会得到以下输出/ bin / sh -c'/ usr / bin / make -j4 -e -f Makefile'/ bin / sh :/ usr / bin / make:没有这样的...

c++ makefile g++ codelite
1个回答
1
投票

您需要在linux操作系统上使用软件包管理器来安装make,现在要安装glibc以及工具链的其他部分。 CodeLite不提供这些。

最新问题
© www.soinside.com 2019 - 2024. All rights reserved.