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 VS2012 and VS2015 compiler output differ in size (Read 1926 times)
Kai
Newbies
*
Offline


Posts: 1
Joined: Aug 12th, 2016
VS2012 and VS2015 compiler output differ in size
Aug 12th, 2016 at 12:02pm
Print Post  
I installed VMICRO last week (latest Revision) on Visual Studion 2012 PRO. My sample program compiles to

Program size: 8.444 bytes (used 26% of a 32.256 byte maximum) (4,69 secs) 
Minimum Memory Usage: 388 bytes (19% of a 2048 byte maximum)

Next installed a fresh copy of Visual Studio 2015 Community Edition with the same VMICRO plugin. Without any Software modifications I compiled the code in this configuration and get

Program size: 10.916 bytes (used 34% of a 32.256 byte maximum) (4,69 secs) 
Minimum Memory Usage: 418 bytes (20% of a 2048 byte maximum)

In both Environments I use "Release" build target. What could be the reason for the significant difference in build Output size?
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12205
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VS2012 and VS2015 compiler output differ in size
Reply #1 - Aug 12th, 2016 at 12:48pm
Print Post  
Either you have a different board selected, have different arduino ide/core or different project code.

It's difficult to comment with just the end of the output you have posted. 

Maybe post the full output and if you want to see what is being compiled then switch on the verbose option.

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