[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Makefile Error
From: |
Pete Dietl |
Subject: |
Re: Makefile Error |
Date: |
Fri, 25 Jun 2021 00:44:57 -0700 |
It looks like there is no recipe for a target named 'flash'.
I see that there are several other Makefiles being included which may
be intended to provide a 'flash' target.
One include is on line 313: -include $(COMPONENT_PROJECT_VARS)
because of the leading '-', if this include fails, it will do so
silently. Since I don't see any other include failure messages in the
Make output,
this include directive could be the culprit.
On Fri, Jun 25, 2021 at 12:35 AM Vignesh Chandrasekaran
<vignesh.2523@gmail.com> wrote:
>
> Hi Pete,
>
> Thanks for the reply, attached as requested.
>
> Best Regards,
> Vignesh
>
>
> On Fri, Jun 25, 2021 at 3:31 PM Pete Dietl <petedietl@gmail.com> wrote:
>>
>> Would need to see project.mk
>>
>> On Fri, Jun 25, 2021 at 12:16 AM Vignesh Chandrasekaran
>> <vignesh.2523@gmail.com> wrote:
>>>
>>> Dear Sir/Madam,
>>>
>>> I was recently trying to use make to compile my code and flash it into an
>>> ESP32 chip when I ran into an error (please see attachment).
>>>
>>> I have attached the makefile for your reference as well. When I went to the
>>> online forum, it seems that a lot of other Windows users face this issue as
>>> well.
>>>
>>> Hope that you can advise me on any fixes possible, thank you very much!
>>>
>>> Best Regards,
>>> Vignesh