ESP32 compilation errors

Hii... I am newer to ESP32 board. I have try to compile program with Arduino IDE with ESP32- WROOM-32D board. so many errors comes.

File "esptool.py"line 31,in
File"PyInstaller\loader\pyimod02_importers.py", line352,in exec module etc

exec:"cmd:" executable file not found in %PATH%
compilation error : "cmd":executable file not founf in %PATH% etc

I have moved your Topic to Uploading Issues Category....Please try not to post in the wrong category again, If you are unsure about the categories refer to this guide or to the stickies for each category.

Thank You.

Hi @ramiya_arduino. I'm going to ask you to collect some additional information and then post it in a reply here.


:exclamation: This procedure is not intended to solve the problem. The purpose is only to gather more information.


  1. Right click the "Start" icon on the left side of the Windows taskbar.
  2. Select "Terminal" from the menu.
    The "Windows PowerShell" window will open.
  3. Type the following command:
    echo $Env:PATH
    
  4. Press the Enter key.
    A list of paths should now be printed to the PowerShell window.
  5. Right click on the title bar of the PowerShell window.
    This will open a context menu.
  6. Select Edit > Select All from the context menu.
    This will select all the text in the PowerShell window.
  7. Press Ctrl+C.
    This will copy the contents of the PowerShell window to the clipboard.
  8. Open a forum reply here by clicking the Reply button.
  9. Click the </> icon on the post composer toolbar.
    This will add the forum's code block markup (```) to your reply to make sure the terminal output is correctly formatted.
    Code block
  10. Press Ctrl+V.
    This will paste the output into the code block.
  11. Move the cursor outside of the code block markup before you add any additional text to your reply.
  12. Click the Reply button to post the output.

Please let me know if you have any questions or problems while following those instructions.

ok.sory for the my fault

ok sir

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.