Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Hot Topic (More than 8 Replies) update esp8266 boards (Read 3498 times)
ALF321
Junior Member
**
Offline


Posts: 10
Joined: Feb 11th, 2019
update esp8266 boards
Feb 21st, 2019 at 9:16pm
Print Post  
After update of esp8266 board to version 2.5.0 beta3
i got the following error in arduino.h

arduino.h: 257:21: fatal error: algorithm: No such file or directory
   #include <algorithm>
   compilation terminated

If i comment the #include the next error occurs with #include <functional>

and if i comment this #include <memory> fails
and so on...

it seems that all INCLUDE environment files without ending .h fail

Now i went back to 2.5.0 and all is working again
« Last Edit: Feb 22nd, 2019 at 10:36am by ALF321 »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: update esp8266 boards
Reply #1 - Feb 22nd, 2019 at 3:13pm
Print Post  
I will try the beta however for build errors you should always switch on "vmicro>compiler>verbose" and "compiler>show build properties". Then post the output here as a .txt file after clicking the Reply button.

Thanks
  
Back to top
WWW  
IP Logged
 
ALF321
Junior Member
**
Offline


Posts: 10
Joined: Feb 11th, 2019
Re: update esp8266 boards
Reply #2 - Feb 22nd, 2019 at 4:21pm
Print Post  
Here is the .txt file ....
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
ALF321
Junior Member
**
Offline


Posts: 10
Joined: Feb 11th, 2019
Re: update esp8266 boards
Reply #3 - Feb 22nd, 2019 at 4:21pm
Print Post  
Here is the .txt file ....


After that when i went back to 2.5.0 i had to deinstall the 2.5.0 beta3 board package and remove its directory and reinstall 2.5.0.
I also had to remove the lib - links for update server and webserver and reinclude them because they appeared not available
« Last Edit: Feb 22nd, 2019 at 4:34pm by ALF321 »  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: update esp8266 boards
Reply #4 - Feb 23rd, 2019 at 12:41pm
Print Post  
Thanks, please provide url to the board package index .json

Also please confirm if the beta builds in the arduino ide?

Thanks again
« Last Edit: Feb 23rd, 2019 at 12:45pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: update esp8266 boards
Reply #5 - Feb 23rd, 2019 at 4:50pm
Print Post  
I tried this and it works okay for me. Try using the arduino ide Board Manager to uninstall and reinstall the beta3.
  
Back to top
WWW  
IP Logged
 
ALF321
Junior Member
**
Offline


Posts: 10
Joined: Feb 11th, 2019
Re: update esp8266 boards
Reply #6 - Feb 26th, 2019 at 5:36pm
Print Post  
It didn't work again. So i think it's better that i'll stay on the stable version 2.5.0 and wait until the next release... Sorry
« Last Edit: Feb 26th, 2019 at 5:38pm by ALF321 »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: update esp8266 boards
Reply #7 - Feb 26th, 2019 at 5:51pm
Print Post  
It's not going to change unless I can find an issue to fix Smiley

Try a cleanup. Delete this folder then restart arduino ide and reinstall esp8266
C:\Users\info\AppData\Local\arduino15\packages\esp8266

Then start vm and see if it works okay.

If not then try the same #include in a new empty project with loop() and setup(). 

Thanks v much
  
Back to top
WWW  
IP Logged
 
amogh_jain
Newbies
*
Offline


Posts: 1
Joined: Oct 14th, 2019
Re: update esp8266 boards
Reply #8 - Oct 14th, 2019 at 5:40am
Print Post  
Hello,

I was wondering if the issue was resolved. I ran into the similar issue, and reinstallation of 2.5.0 makes it all work as normal.
2.5.2 doesnt compile even with empty sketch.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: update esp8266 boards
Reply #9 - Oct 14th, 2019 at 11:58am
Print Post  
I am using 2.5.2 from the stable branch and it builds okay.
  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint