I'm compiling the toolchain for ESP8266EX using esp-open-sdk and I get an error:
Error happened in: do_expat_get[scripts/build/companion_libs/210-expat.sh@741]
called from: do_companion_libs_get[scripts/build/companion_libs.sh@15]
called from: main[scripts/crosstool-NG.sh@591]
I looked in crosstool-NG/build.log and it apparently can't find expat-2.1.0 in any type of tarball (zip,tar,tar.gz, etc)
Not at this location: "http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.gz"
Trying 'http://downloads.sourceforge.net/project/expat/expat/2.1.0/expat-2.1.0.tar.xz'
I was able to download expat-2.1.0.tar.gz from another site (fedora) but I don't see how to tell the build project to find it on disk.