cancel
Showing results for 
Search instead for 
Did you mean: 

make all src/main.d:1: *** multiple target patterns. Stop. how to solve this error

Girish1
Associate III
 
2 REPLIES 2
STTwo-32
ST Employee

Hello @Girish1 

Your post is posted in a not very clear. I suggest you follow this guide to have a well-structured question.

Best Regards.

STTwo-32

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

Oskar_H
Senior

This error can raise in case of misformatted makefile (mix between spaces and tabulations, bad end-of-line characters) or when you invoke the makefile with too many targets which are not supported by the makefile.

Attach your makefile and the command line which invokes it. It would help to check the reason !