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
Normal Topic Can't build esp8266 project after updating arduino core to 2.4.1 (Read 3603 times)
Ivan
Newbies
*
Offline


Posts: 5
Joined: Mar 29th, 2017
Can't build esp8266 project after updating arduino core to 2.4.1
Mar 8th, 2018 at 4:57pm
Print Post  
Code
Select All
Compiling debug version of 'Test_20' for 'NodeMCU 1.0 (ESP-12E Module)'
   Build\Test_20\esp8266com_nodemcuv2\Debug\core\core_version.h was unexpected at this time
Error compiling variant
Debug build failed for project 'Test_20'
 



This happens even on empty sketch:

Code (C++)
Select All
void setup()
{

  /* add setup code here */

}

void loop()
{

  /* add main program code here */

}
 


This happens on both Release and Debug configurations.

On other hand in Arduino IDE 1.8.5 sketches compiles normally.

Thanks
Ivan
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Can't build esp8266 project after updating arduino core to 2.4.1
Reply #1 - Mar 8th, 2018 at 5:10pm
Print Post  
Hi,

I don't have a 2.4.1 in available stable download package
  
Back to top
IP Logged
 
Ivan
Newbies
*
Offline


Posts: 5
Joined: Mar 29th, 2017
Re: Can't build esp8266 project after updating arduino core to 2.4.1
Reply #2 - Mar 8th, 2018 at 7:30pm
Print Post  
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Can't build esp8266 project after updating arduino core to 2.4.1
Reply #3 - Mar 8th, 2018 at 8:12pm
Print Post  
I have tried it and it works okay for me

I used the json and then installed via board manager

2.4.1 seems nice, has combined many boards.

https://github.com/esp8266/Arduino/releases/download/2.4.1/package_esp8266com_in...

Please switch on vmicro>compiler "verbose" and "show build properties". Then build and attach the output as .txt file or email to info[at]visualmicro.com along with a link to this thread.

That will show me what you have installed and what was being compiled and from where.

Thanks
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint