I set up a virtual box that runs Lubuntu. I'm created the shared drive. I then pulled the RTOS SDK from the git hub. I moved the example/websocket_demo up one level.
I go to compile and I get this error:
Code: Select all
make[1]: xtensa-lx106-elf-gcc: Command not found
make[1]: *** [.output/eagle/debug/obj/user_main.o] Error 127
make[1]: Leaving directory `/mnt/Share/ESP8266_RTOS_SDK/websocket_demo/user'
make: *** [.subdirs] Error 2
Here is a screen shot of what I'm doing
[img] [/img]
I've added xtensa into my path and it exists in my /opt directory. I can't figure out how to make it recognize it so this will compile. Can anyone help me resolve this?
Thanks,
~Shane