Re: Makefile Error

2021-06-25 Thread Pete Dietl
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

Re: Makefile Error

2021-06-25 Thread Pete Dietl
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

makefile error

2002-04-22 Thread APSewell
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