I have cloned the esp-idf-solution repository and followed the instructions in readme.md file.
I already have esp-idf repository cloned before and can compile and flash successfully. But when I try to compile the new examples in esp-iot-solution it doesn't work.
$ make flash
Toolchain path: /opt/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Toolchain version: crosstool-ng-1.22.0-80-g6c4433a5
Compiler version: 5.2.0
Makefile:11: /home/abish/esp/esp-iot-solution/Makefile: No such file or directory
make: *** No rule to make target '/home/abish/esp/esp-iot-solution/Makefile'. Stop.
I have followed this step in readme.md export IOT_SOLUTION_PATH=~/esp/esp-iot-solution
. This doesn't override the IDF_PATH. How to solve this?