-
Notifications
You must be signed in to change notification settings - Fork 13.3k
2.5.0-beta3 doesn't compile with Generic ESP8266 Modules #5697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It does not seem the same problem, but check this please: You installed with Board Manager or from Git? |
Ok, forget my last comment. The most common problem is that the user you use in Windows does not have enough privileges to execute "cmd.exe". Run Arduino IDE as Administrator and it should work, or elevate your user privileges. Another reason may be that really the path to cmd.exe is not in your %PATH% environment variable, check your "System" environment variable and add Another reason is that the |
This is either a problem in your Windows, or a problem with your installation. I suggest a clean install from scratch of the Arduino IDE and then of this core. If that doesn't work, you'll need help from someone who knows a bit about how Windows works to figure out why cmd.exe isn't found. I suggest seeking help at esp8266.com or stackoverflow. Either way, it's not a problem in the core hosted in this repo. Closing. |
I got the same error. Core 2.5.0, Windows Seven It's not a PATH problem, I have not C:\Windows\system32 in my path and it works. |
Further investigations. In 2.4.2 core platform.txt has this line
in 2.5.0 core platform.txt there are these lines
in 2.5.6-Dev core platform.txt these lines where removed again So I was wrong, I need C:\Windows\system32 only for 2.5.0 but it is not a Windows problem. It was changed something between cores <=2.4.2 and 2.5.0 that need cmd.exe. |
Please follow #5792 |
I installed with Board Manager. Thanks for all your help. |
Basic Infos
Platform
Settings in IDE
Problem Description
Didnt compile with latest version 2.5.0-beta3. Previously I used Version 2.4.2 every thing works fine.
Error shown:
exec: "cmd.exe": executable file not found in% PATH%
Compile Error for the Board Generic ESP8266 Modules.
MCVE Sketch
Exampel/ESP8266/Blink.ino
or all other tested programms
The text was updated successfully, but these errors were encountered: