Fatal error: st_dev.h: No such file or directory

cannot solve this problem. Help

1 Like

tagging @nayelyz @erickv

1 Like

Hey, @Parkminsue

Very welcome!!

Just to double-check, are you able to setup, build, and flash if you use the SDK’s python scripts, e.g.:

  # setup
  python setup.py esp8266
  # build app
  python build.py apps/esp8266/switch_example
  # flash app
  python build.py apps/esp8266/switch_example

Note: You may need to reconfigure your “python” symbolic link because in some cases it points to Python2 which is EOL. To do so run:

  sudo update-alternatives --install \
  /usr/bin/python python \
  /usr/bin/python3 1  # pointing your default python version