Eclipse CDT: no rule to make target all

前端 未结 11 1155
野性不改
野性不改 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:08

    1. Select Project->Properties from the menu bar.

    2. Click C/C++ Build on the left in the dialog that comes up.

    3. Under the Builder Settings tab on the right, check and make sure the "Build location" is correct.

提交回复
热议问题