Skip to main content
chriskuku
Senior II
January 1, 2023
Question

no rule to make target 'all' after project import

  • January 1, 2023
  • 0 replies
  • 983 views

I imported a project into the project treeview (by Import) and trying to build the project results in:

```

10:35:43 **** Incremental Build of configuration Default for project pedscan ****

make all

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

"make all" terminated with exit code 2. Build might be incomplete.

10:35:43 Build Failed. 1 errors, 0 warnings. (took 128ms)

​```​

How can I figure out what's going wrong? There is a makefile in the Debug directory.

When I start "make all" in that Debug directory in a terminal, make all works fine. Looks like the target isn't configured correctly?

This topic has been closed for replies.