-
-
Notifications
You must be signed in to change notification settings - Fork 344
Troubleshooting Windows
Dmitry Kireev edited this page Aug 9, 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:
Start cmd.exe
and provide output of the following commands:
echo %SMING_HOME%
echo %ESP_HOME%
dir %SMING_HOME%
dir %ESP_HOME%
where make
-
SMING_HOME
should be set toc:\tools\sming\Sming
, using\
but without\
at the end. -
ESP_HOME
should be set toc:\Espressif
, using\
but without\
at the end.