Problem with the Tools guide in the wiki
Posted: Mon Nov 09, 2015 1:12 am
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
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