Skip to content

Troubleshooting Windows

Dmitry Kireev edited this page Nov 4, 2015 · 14 revisions

If something goes wrong - don't worry, community will be able to help you out. Please make sure to provide all required information when posting issues. Here's the minimum that you will need to get:

Review previous user questions

Start cmd.exe and provide output of the following commands:

echo %PATH%
echo %SMING_HOME%
echo %ESP_HOME%
dir %SMING_HOME%
dir %ESP_HOME%
where make

Common solutions:

  • SMING_HOME should be set to c:\tools\sming\Sming, with \ as a path separator, and NO backslash \ at the end.
  • ESP_HOME should be set to c:\Espressif, using \ as a path separator, and NO backslash \ at the end.
  • MinGW paths should be at the start of PATH environment variable (before other items).
  • If you update your sming-core source don't forget to do cd c:\tools\sming\Sming && make clean && make