I'm am a very begginer and I have a problem compiling an example from ESP8266_NONOS_SDK-master (took it here: https://github.com/espressif/ESP8266_NONOS_SDK.)
I've been following steps described in ESP8266 SDK Getting Started Guide (took it here: https://espressif.com/en/support/download/documents?keys=&field_type_tid%5B%5D=14).
That means that I downloaded virtual box esp8266 image (ESP8266_lubuntu_20141021.ova) where all tools as I understood must be set up.
But while compiling the example I am getting:
/bin/sh: 2: xtensa-lx106-elf-gcc: not found
echo $PATH returns: /opt/xtensa-lx106-elf/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Can someone tell me what am I missing and how to get SDK to 'see' xtensa-lx106-elf-gcc?
Thanks in advance!