Eclipse CDT: no rule to make target all

前端 未结 11 1157
野性不改
野性不改 2020-12-08 00:22

My Eclipse CDT keeps complaining \"make: *** no rule to make target all\" when I am trying to compile the piece of code below:

#include 
us         


        
11条回答
  •  执笔经年
    2020-12-08 01:12

    Sometimes if you are making a target via make files double check that all c files are named correctly with correct file structure.

提交回复
热议问题