`
wuliwei85
  • 浏览: 74727 次
  • 性别: Icon_minigender_1
  • 来自: 湖南
社区版块
存档分类
最新评论

make: *** No rule to make target `all'. Stop.

阅读更多

环境:Eclipse + CDT + Mingw

 

项目类型:C Project-->Makefile project-->Empty Project-->MinGW GCC

 

错误:

make all
make: *** No rule to make target `all'.  Stop.

 

解决方式:右键项目-->properties-C/C++ Build-->Builder settings

               此时可看到Builder Type是不可选的,

               且Makefile generation-->Generate makefiles automatically是未选中的

               选中Generate makefiles automatically

               此时Builder Type变成了可选项,选择internal builder

               然后提交

 

执行项目,如果再出现Launch failed. Binary not found.错误,刷新下项目就好了,或者Project-->Build All

 

分享到:
评论
1 楼 MM_zhao 2012-03-17  
Generate makefiles automatically不可选,怎么办呢

相关推荐

    Hyperledger Fabric make: *** No rule to make target问题(一)

    Hyperledger Fabric make: *** No rule to make target问题 最近一段时间,改Fabric代码,发现没法编译了!make总是报找不到target! ➜ fabric git:(master) ✗ make configtxgen make: *** No rule to make target ...

    make.exe希望对你有用

    【标题】"make.exe希望对你有用"所涉及的知识点主要集中在`make.exe`这个程序上,它是构建自动化工具的一部分,通常在开发C/C++程序时使用。`make.exe`是GNU Make的Windows版本,用于协调编译过程,使得开发者可以...

    patch__.zip

    在Ubuntu系统中,当你尝试编译OpenCV库时,可能会遇到这样一个令人头疼的问题:“Makefile:162: recipe for target 'all' failed”。这个错误信息通常表示在编译过程中遇到了某个目标文件无法构建的情况,导致整个...

    redis安装遇到的问题——linux centos7.5

    cd src && make all make[1]: Entering directory `/usr/local/redis-5.0.0/src' CC adlist.o In file included from adlist.c:34:0: zmalloc.h:50:31: fatal error: jemalloc/jemalloc.h: No such file or ...

    linux中无make命令的问题(make: *** 没有指明目标并且找不到 makefile及make命令安装方法)

    在Linux操作系统中,`make`命令是一个至关重要的工具,它用于自动化构建软件项目,特别是当项目包含大量编译和链接步骤时。`make`通过读取名为`Makefile`的文件来确定如何构建项目。然而,有时候在新安装或者精简版...

    Linux6.4升级openssl1.1.1k和openssh至8.6.docx

    接着,需要安装新的OpenSSL版本,首先需要安装gcc编译器和build-essential依赖项,否则可能会出现make错误。安装完成后,需要备份旧的OpenSSL文件,并创建软链接以便将新的OpenSSL版本与系统集成。 接下来,需要...

    vmmon.ko linux下安装VMWARE所需的make包

    本文将详细介绍如何在Linux上安装和处理`vmmon.ko`以及相关的`make`包。 首先,`vmmon.ko`是一个内核模块,其扩展名`.ko`代表“Kernel Object”,这是Linux内核模块的通用表示。该模块是由VMware提供的,用于在宿主...

    译林版九年级英语上册知识点参考.doc

    - **make a decision to do=make up one's mind to do**: 决定做某事 - **animal signs**: 生肖 - **below 反义词: above**: 在...之下/之上 - **appear 反义词: disappear**: 出现/消失 - **in a fixed order*...

    xhprof在php5.4.8下make错误

    解决xhprof在php5.4.8下make错误 make: *** [xhprof.lo] Error 1的解决办法 这是个bug,而且已经修复了,但是php的pecl里并没有更新,在php5.4.8下会编译错误,解决办法是修改xhprof.c的代码,下载此文件即可

    makefile教程makefile教程

    - ` rm -f *.o` **6. 多目标:** - 规则可以有多个目标文件。 - 示例:`foo.o bar.o: foo.c bar.c` **7. 静态模式:** - 静态模式规则允许使用模式匹配来定义一系列目标文件的规则。 - 示例:`%.o: %.c` **8...

    商务英语函电考试题.docx

    2. **信用证修正通知:** "We are writing to inform you that your L/C No.1234 opened Standard Chartered Bank should be amended reading." - **知识点:** 使用“to”来表明目的,即告知对方有关信用证的修改...

    初中真题+考点50个中考重点句型练习加答案.doc

    - **Stop to do/stop doing**:停下来去做某事/停止正在做的事。 - **Take/bring sth. with sb.**:随身携带某物。 - **Too...to...**:太...以至于不能... - **I would like to/Would you like to...?**:我想/...

    九年级Unit13课文总结及同步练习题附答案精选.doc

    - 注意:在被动语态中,make 后的不定式需带to,如:We were made to work all night.(我们被迫整夜工作) 5. **make it** 习惯用语,表示及时到达或成功完成。如:I just made it to the bus stop.(我刚好赶上了...

    makefile报错

    当你遇到“Fatal error: Don't know how to make target `client.h”这样的错误时,通常意味着你的Makefile在尝试构建目标文件`client.h`时遇到了问题。这个错误表明,Makefile没有找到合适的规则来生成`client.h`这...

    (中小学教育)中考短语专题复习.pptx

    71. **No wonder**:难怪,怪不得。 72. **Leave for sp**:动身前往某个地方。 73. **Go ahead**:去做吧,表示同意或鼓励。 74. **Even though**:即使,尽管。 75. **Be crowded with**:挤满了。 76. **Stand ...

    MBA in A Day

    - **Financial Analysis:** Tools such as ratios and benchmarks to evaluate financial performance and make informed investment decisions. - **Application:** Effective financial management ensures that ...

    opencv 编译

    5. **编译与安装**:配置完成后,使用CMake生成构建文件(例如,对于Unix-like系统是`make`文件),然后执行`make`命令进行编译。编译完成后,通常会用`make install`将OpenCV库安装到系统路径。 现在,针对错误...

    Linux内核编译问题2/make uImage 出错

    在本文中,我们将探讨一个特定的内核编译问题,即在执行`make uImage`命令时遇到的错误,以及如何解决这个问题。 首先,让我们了解问题的背景。在尝试编译Linux内核版本2.6.22.6,使用arm-linux-gcc-4.4.3交叉...

Global site tag (gtag.js) - Google Analytics