From 2d6eeb83ea8b8caeef561a885e3d9e56e90d0f4c Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Sat, 28 Nov 2015 16:29:53 +1100 Subject: [PATCH] README: Make PATH step more explicit, as suggested on IRC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2c70b..5f08bfe 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Please note that this project is released with a [Contributor Code of Conduct](h ## Quick Start -* Install [esp-open-sdk](https://github.com/pfalcon/esp-open-sdk/), build it with `make STANDALONE=n`, then edit your PATH and add the generated toolchain `bin` directory. (Despite the similar name esp-open-sdk has different maintainers - but we think it's fantastic!) +* Install [esp-open-sdk](https://github.com/pfalcon/esp-open-sdk/), build it with `make STANDALONE=n`, then edit your PATH and add the generated toolchain `bin` directory. The path will be something like `/path/to/esp-open-sdk/xtensa-lx106-elf/bin`. (Despite the similar name esp-open-sdk has different maintainers - but we think it's fantastic!) (Other toolchains may also work, as long as a gcc cross-compiler is available on the PATH and libhal (and libhal headers) are compiled and available to gcc. The proprietary Tensilica "xcc" compiler will probably not work.)