Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By CARPP
#58918 Can someone give me the commands to compile a project? I installed the esp-open-sdk to:

~test/Desktop/opt/esp-open-sdk/

To test that everything is working i want to compile to blinky-example in this directory:

~test/Desktop/opt/esp-open-sdk/examples/blinky

I added the toolchain to my PATH. How do i do this? Please help!

If i copy the blinky folder to "esp-open-sdk/ESP8266_NONOS_SDK_V2.0.0_16_08_10" and cd to blinky and "make" i get:

"import serial
ImportError: No module named serial"

Even though i install pyserial via pip install pyserial! How can i fix this?