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 target name including version information (Read 1580 times)
juerg
Newbies
*
Offline


Posts: 2
Joined: Jan 27th, 2017
target name including version information
Feb 23rd, 2017 at 10:50am
Print Post  
I have a couple of #defines in my SW to allow the build of the SW for different HW-configurations.
I would love to produce a target name that includes this HW-info and link date, like "Firmware_X300_B15_2017_02_23.ino" or have my Firmware.ino in a folder with this version additions
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: target name including version information
Reply #1 - Feb 23rd, 2017 at 12:17pm
Print Post  
Someone else said they use the __TIME__ variable.

However if you might need to setup a build hook/action to force the file date/time or code to change. Otherwise if the code hasn't changed it won't be recompiled.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint