I'm using https://github.com/pfalcon/esp-open-sdk.
Makefile's assume the following:
XTENSA_TOOLS_ROOT ?= $(HOME)/x-tools/xtensa-lx106-elf/bin
SDK_BASE ?= $(HOME)/x-tools/sdk
The sdk
and xtensa-lx106-elf
folders are from the esp-open-sdk
.
I'm using https://github.com/pfalcon/esp-open-sdk.
Makefile's assume the following:
XTENSA_TOOLS_ROOT ?= $(HOME)/x-tools/xtensa-lx106-elf/bin
SDK_BASE ?= $(HOME)/x-tools/sdk
The sdk
and xtensa-lx106-elf
folders are from the esp-open-sdk
.