IDF_PATH for make file is not working when setting in eclipse
Posted: Thu Jun 01, 2017 1:50 pm
I am able to make and upload the flash in esp 32 by terminal in linux and it is working properly.
As per the Kolban book I tried to setup the environment in eclipse and my path variables are shown in the picture as in attachment.
I am trying to build the project and I am encountering the error
18:47:24 **** Incremental Build of configuration Default for project myapp ****
make all
Makefile:8: IDF_PATH=/home/ashish/workspace/esp-idf/make/project.mk: No such file or directory
make: *** No rule to make target 'IDF_PATH=/home/ashish/workspace/esp-idf/make/project.mk'. Stop.
18:47:24 Build Finished (took 87ms)
Now when I run the make commands in the workspace project file manually in terminal, it works perfect. Although I am using the same PATH variable for IDF_PATH.
As per the Kolban book I tried to setup the environment in eclipse and my path variables are shown in the picture as in attachment.
I am trying to build the project and I am encountering the error
18:47:24 **** Incremental Build of configuration Default for project myapp ****
make all
Makefile:8: IDF_PATH=/home/ashish/workspace/esp-idf/make/project.mk: No such file or directory
make: *** No rule to make target 'IDF_PATH=/home/ashish/workspace/esp-idf/make/project.mk'. Stop.
18:47:24 Build Finished (took 87ms)
Now when I run the make commands in the workspace project file manually in terminal, it works perfect. Although I am using the same PATH variable for IDF_PATH.