- Tue Nov 17, 2015 12:52 am
#34270
Well, you are clearly leaving tons out, but yea.
If you look at the logfile, you'll find that it hung on a download.
/me re-runs build
OMFG! It passed the place where it died every other time for me.
[DEBUG] Trying 'http://www.mpfr.org/mpfr-current//mpfr-3.1.2.tar.xz'
I have not once been able to get that working over the last couple of weeks.
I ran the docker version too and, while it builds and compiles fine, the resulting firmware won't run for me.
So I'm off to play with it. My advice. Try it again -- maybe it hung there for you.
(it was on the ct-ng step where it does that download)
KevinA wrote:I just tried to follow the guide wiki/doku.php?id=toolchain
With this result:
root@debian:/home/kevin/build/esp/esp-open-sdk# make STANDALONE=y |& tee make0.log
make -C crosstool-NG -f ../Makefile _ct-ng
make[1]: Entering directory '/home/kevin/build/esp/esp-open-sdk/crosstool-NG'
./bootstrap
Running autoconf...
./bootstrap: 5: ./bootstrap: autoconf: not found
../Makefile:286: recipe for target '_ct-ng' failed
make[1]: *** [_ct-ng] Error 127
make[1]: Leaving directory '/home/kevin/build/esp/esp-open-sdk/crosstool-NG'
Makefile:283: recipe for target 'crosstool-NG/ct-ng' failed
make: *** [crosstool-NG/ct-ng] Error 2
And there is no autoconfig in the crosstool-NG directory