2023-12-14 03:26 AM
2023-12-15 02:56 AM
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.
2023-12-15 04:21 AM
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 !