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 Upload failed (Solved was using old version of vm and new of arduino) (Read 3212 times)
ram
Junior Member
**
Offline


Posts: 37
Joined: Aug 6th, 2016
Upload failed (Solved was using old version of vm and new of arduino)
Aug 6th, 2016 at 2:16pm
Print Post  
for some unknown reason after wotking with vMicro without any problems I suddenly encounter all sorts of errors, at the moment I get this when trying to upload sketch to the board (same sketch upload without any problems using the Arduino IDE):

Quote:
Uploading to I/O board using 'COM4'
Uploader started for board Arduino/Genuino Mega w/ ATmega2560 (Mega 2560)
Upload method will be: bootloader
Uploading via Bootloader 
ino2\bin\avrdude rduino2/etc/avrdude.conf" -v {upload.verify} -patmega2560 -cwiring -PCOM4 -b115200 -D ga_atmega2560/wheelie_panic_break.ino.hex:i"
avrdude: Version 6.3, compiled on Jun 22 2016 at 16:05:21
         Copyright (c) 2000-2005 Brian Dean, http://www.bdmicro.com/
         Copyright (c) 2007-2014 Joerg Wunsch
Upload failed
         System wide configuration file is uino2/etc/avrdude.conf"
avrdude: no programmer has been specified on the command line or the config file
         Specify a programmer using the -c option and try again


the full output log: https://www.dropbox.com/s/y99cfidglvjf7ur/full%20log.txt?dl=1

many thanks in advance!!
best,
Ram
« Last Edit: Aug 9th, 2016 at 10:42am by Tim@Visual Micro »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Upload failed
Reply #1 - Aug 6th, 2016 at 3:01pm
Print Post  
Hi,

Thanks for the output

Have you been using Visual Micro for a while and have not upgraded after upgrading the Arduino IDE?

  
Back to top
IP Logged
 
ram
Junior Member
**
Offline


Posts: 37
Joined: Aug 6th, 2016
Re: Upload failed
Reply #2 - Aug 6th, 2016 at 3:11pm
Print Post  
I'm using vMicro for the last 6 month or so, today I've upgraded to 1.6.10 and then downgraded to 1.6.9 which I'm currently using (had some other problems that were not related to vMicro)
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12163
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Upload failed
Reply #3 - Aug 6th, 2016 at 3:19pm
Print Post  
If you upgrade Arduino it comes with new features that were impossible to predict 6 months ago when your version of visual micro was released.

It is a golden rule that if you upgrade arduino you must also upgrade visual micro.

Arduino added a new build property {upload.verify} which was added to visual micro a week or so after its release. We can see in your output report the property is not being resolved because it is unknown.

You should see a flag at the top of the Visual Studio Ide when updates are available or can keep an eye on the release notes (which also cover this issue).

Thanks


« Last Edit: Aug 6th, 2016 at 3:19pm by Tim@Visual Micro »  
Back to top
IP Logged
 
ram
Junior Member
**
Offline


Posts: 37
Joined: Aug 6th, 2016
Re: Upload failed
Reply #4 - Aug 6th, 2016 at 5:18pm
Print Post  
AWESOME!!!

all's working well now, many many thanks for your support!!!!!
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint