gpt4 book ai didi

c++ - 尝试用 codelite/g++ 编译

转载 作者:太空宇宙 更新时间:2023-11-04 03:40:28 25 4
gpt4 key购买 nike

我是 codelite 的新手,已经建立了一个新的 g++ 项目:

#include <stdio.h>

int main(int argc, char **argv)
{
printf("hello world\n");
return 0;
}

但是,如果我单击“Build Active Project”,Build 输出会显示:

/bin/sh -c ' -j 1 -e -f Makefile'
/bin/sh: 1: -j: not found
0 errors, 0 warnings

我尝试了默认生成的 Makefile 以及自定义的 Makefile。构建操作失败而没有任何错误,这里有什么问题?


我正在使用以下软件:
操作系统: Ubuntu 14.04.01 LTS 64bit,作为以 Windows 7 为主机的虚拟机
IDE: Trusty Tahr 的 CodeLite 7.0 (=Ubuntu 14.04)
编译器、工具:我从命令行安装了 g++ 和 gdb,以防万一我忘记了什么,我列出了 output of apt list

最佳答案

在“设置...-> build设置...-> 编译器:Make”

你应该:

make -j 1

并确保您的机器上安装了 make。

关于c++ - 尝试用 codelite/g++ 编译,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29115966/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com