They both succeed to build the esp-open-sdk chain. I followed these instructions: http://www.penninkhof.com/2015/03/esp8266-open-sdk/
Did nothing else except apt-get update/upgrade before building the toolchain.
However when building the Blinky sample I get:
philippe@ubuntu:/opt/esp-open-sdk/source-code-examples/blinky$ make clean
philippe@ubuntu:/opt/esp-open-sdk/source-code-examples/blinky$ make
CC user/user_main.c
AR build/app_app.a
LD build/app.out
FW firmware/0x00000.bin
make: /usr/bin/esptool: Command not found
make: *** [firmware/0x00000.bin] Error 127
philippe@ubuntu:/opt/esp-open-sdk/source-code-examples/blinky$ make
FW firmware/0x00000.bin
make: /usr/bin/esptool: Command not found
make: *** [firmware/0x00000.bin] Error 127
philippe@ubuntu:/opt/esp-open-sdk/ESP8266_Relay_Board/firmware$ make
CC driver/i2c.c
make: /opt/Espressif/crosstool-NG/builds/xtensa-lx106-elf/bin/xtensa-lx106-elf-gcc: Command not found
make: *** [build/driver/i2c.o] Error 127
Any idea where this is coming from? Both the 32-bit as the 64-bit VM fail to build the Blinky Sample and the Harizanov's (https://github.com/mharizanov/ESP8266_Relay_Board) code...
I'm clueless!