# make -j8 all 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 Project is not inside a git repository, will not use 'git describe' to determine App "blink" version: 1 Python requirements from C:/msys32/home/Paul/esp/esp-idf/requirements.txt are sa CC build/main/blink.o AR build/main/libmain.a Generating libmain.a.sections_info Generating esp32.project.ld LD build/blink.elf esptool.py v2.7-dev To flash all build output, run 'make flash' or: python /home/Paul/esp/esp-idf/components/esptool_py/esptool/esptool.py --chip esloader.bin 0x10000 /home/Paul/esp/blink/build/blink.bin 0x8000 /home/Paul/esp/bl