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 Compiled binary only in temp folder (Read 1214 times)
zerufo33
Newbies
*
Offline


Posts: 2
Joined: Aug 27th, 2018
Compiled binary only in temp folder
Aug 27th, 2018 at 10:25am
Print Post  
After a recent update of Visual Micro, i can only find the compiled binary in the following directory:

bug\<projectname>.ino.bin

Prior to this update, the binary was copied here:
<projectdir>/Debug/<projectname>.bin

Anyone know how to change the output directory?

Thanks in advance.
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Compiled binary only in temp folder
Reply #1 - Aug 28th, 2018 at 8:03pm
Print Post  
Hi, Yes it's an option on the vmicro compiler  menu now/ If you want all the output copied to the local project then in vs terms that is called the intermediate directory (folder). 

The vs project properties allows the Intermediate Directory to be set for any C++ project which is what we use for Arduino. The path should already be set using built in vs macros but you can change it. 

Advanced user tip: Follow standard visual studio c++ project guidelines for what macros are available to the Intermediate Directory

Release notes
« Last Edit: Aug 28th, 2018 at 8:03pm by Tim@Visual Micro »  
Back to top
IP Logged
 
zerufo33
Newbies
*
Offline


Posts: 2
Joined: Aug 27th, 2018
Re: Compiled binary only in temp folder
Reply #2 - Aug 31st, 2018 at 12:45pm
Print Post  
Thanks! release 1808.25 fixed that problem
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint