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 how do I know the build was successfull? (Read 3524 times)
uiewiuwfeiub
Newbies
*
Offline


Posts: 9
Joined: Nov 27th, 2015
how do I know the build was successfull?
Nov 27th, 2015 at 6:08pm
Print Post  
Well, hmmm, how do I know the build was successfull? I was used to see "Build succesfull" message in the statusbar. Now, I don't see anything.
Do I have to remove those files ?
« Last Edit: Nov 29th, 2015 at 12:13am by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VM ignores excluded header files
Reply #1 - Nov 27th, 2015 at 6:24pm
Print Post  
Please submit a screen shot of your ide after a build

Thanks
  
Back to top
IP Logged
 
uiewiuwfeiub
Newbies
*
Offline


Posts: 9
Joined: Nov 27th, 2015
Re: VM ignores excluded header files
Reply #2 - Nov 28th, 2015 at 9:38pm
Print Post  
Sorry for the late answer, Hobbies are on lower priority than my children.

Here is the "output" of the arduino build:

Compiling 'Marlin' for 'Sanguino w/ ATmega1284 or ATmega1284P (16 MHz)'
Build folder: 
...
...

"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-gcc" -w -Os -Wl,--gc-sections -mmcu=atmega1284p -o "C:\Users\User\Ap.........
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-objcopy" -O ihex -j .eeprom --set-section-flags=.eeprom=alloc,load --no-change-warnings --change-section-lma .eeprom=0 Marlin.elf" Marlin.eep"
"C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avr-objcopy" -O ihex -R .eeprom Marlin.elf" Marlin.hex"

Binary sketch size: 50'902 bytes (used 39% of a 130'048 byte maximum) (6.30 secs)
Minimum Memory Usage: 3059 bytes (19% of a 16384 byte maximum)
  
Back to top
 
IP Logged
 
uiewiuwfeiub
Newbies
*
Offline


Posts: 9
Joined: Nov 27th, 2015
Re: VM ignores excluded header files
Reply #3 - Nov 28th, 2015 at 9:43pm
Print Post  
If I build a std C# project I have in the output information about the number of proejects compiled and their status:

========== Build: 3 succeeded or up-to-date, 0 failed, 0 skipped ==========

AND(!)
in the Status bar is the text "Build succeeded"  (see attached picture)
  

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


Posts: 12191
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VM ignores excluded header files
Reply #4 - Nov 29th, 2015 at 12:12am
Print Post  
Off-Topic replies have been moved to this Topic.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint