Skip to main content
Associate II
December 14, 2023
Question

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

  • December 14, 2023
  • 2 replies
  • 1898 views

..

This topic has been closed for replies.

2 replies

STTwo-32
ST Technical Moderator
December 15, 2023

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.
Associate II
December 15, 2023

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 !