This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

make: *** No rule to make target `all'. in Eclipse

I am trying to get the ble_app_uart project to build in Eclipse for the PCA10036 nRF52 board. I have followed the Tutorial titled " Development with GCC and Eclipse" and successfully built the ble_app_hrs in both Eclipse and command line. Now, I did the same exercise with the ble_app_uart project but get this message in Eclipse:

17:21:56 **** Incremental Build of configuration Default for project ble_app_uart **** make all make: *** No rule to make target `all'. Stop.

17:21:56 Build Finished (took 101ms)

I am able to build this project from the command line.

This is the case for any other project that I attempt to import and build with Eclipse except for the original, first project, ble_app_hrs.

Any help would be appreciated!

Parents
  • I also meet this question when I use Nsight Eclipse Edition to build a CUDA project on ubuntu 14.04 with CUDA 8.0. I teied to run the application in commend line, it runs well. So I checked the configuration of Nsight, I found there is a parameter "all" in build button. Once I delete the parameter the application runs well. So the method to solve the problem is:

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

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

    3. Delete the parameter "all".

Reply
  • I also meet this question when I use Nsight Eclipse Edition to build a CUDA project on ubuntu 14.04 with CUDA 8.0. I teied to run the application in commend line, it runs well. So I checked the configuration of Nsight, I found there is a parameter "all" in build button. Once I delete the parameter the application runs well. So the method to solve the problem is:

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

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

    3. Delete the parameter "all".

Children
No Data
Related