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
Would need to see project.mk
On Fri, Jun 25, 2021 at 12:16 AM Vignesh Chandrasekaran <
vignesh.2...@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
Further to my e-mail of yesterday (4/21/2002) I have found my error in using MAKE, I ommited the "-f'" in the command line -- make -f xxx.mak.
However I would still like some advice, could you send me an example of a makefile that includes a mixture of C and FORTRAN source codes. My attemp