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 VS 2012 and Atmel Screw UP (Read 3234 times)
James Brown
Junior Member
**
Offline


Posts: 46
Location: Near San Diego
Joined: Jul 31st, 2012
VS 2012 and Atmel Screw UP
Oct 29th, 2013 at 6:53am
Print Post  
My VS 2012 system was working fine.  Then I installed the Atmel 6.1 system and made the mistake of attempting to install the Atmel version as well.  Now when I attempt to compile an Arduino sketch of any kind (even empty) I get:
Code
Select All
 Compiling 'Blink2' for 'Arduino Ethernet'
Build folder: et
	Process: C:\Program Files\arduino\arduino-1.0.4\bin\avr-g++ -c -g -Os -fno-exceptions -ffunction-sections -fdata-sections -w -mmcu=atmega328p -DF_CPU=16000000L -MMD -DUSB_VID=null -DUSB_PID=null -DARDUINO=104 -I"C:\Program Files\arduino\arduino-1.0.4\hardware\arduino\cores\arduino" -I"C:\Program Files\arduino\arduino-1.0.4\hardware\arduino\variants\standard" -o "C:\Users\James Brown\AppData\Local\VMicro\Arduino\Builds\Blink2\ethernet\Blink2.cpp.o"  "C:\Users\James Brown\AppData\Local\VMicro\Arduino\Builds\Blink2\ethernet\Blink2.cpp"  -DVISUALMICRO_COMPILER_VER=1
Error compiling  

 
The sketches work fine under the Arduino IDE.  I have uninstalled and reinstalled the latest version with no change.

What have I screwed up???
« Last Edit: Oct 29th, 2013 at 6:54am by James Brown »  
Back to top
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12188
Location: United Kingdom
Joined: Apr 10th, 2010
Re: VS 2012 and Atmel Screw UP
Reply #1 - Oct 29th, 2013 at 4:58pm
Print Post  
Hi James,

This doesn't look like it is connected to a problem with VS or Atmel. Visual Micro is attempting to compile which means that we call out to the Arduino installation.

We need to understand why Vm thinks your selected hardware is Ethernet? Please re-select the correct board and let me know its name.

Please navigate to "C:\Program Files\arduino\arduino-1.0.4" and  confirm that Arduino is installed in this location.

Thanks
« Last Edit: Oct 29th, 2013 at 4:59pm by Tim@Visual Micro »  
Back to top
IP Logged
 
James Brown
Junior Member
**
Offline


Posts: 46
Location: Near San Diego
Joined: Jul 31st, 2012
Re: VS 2012 and Atmel Screw UP
Reply #2 - Oct 30th, 2013 at 12:05am
Print Post  
Thanks for the hint Tim.  I back up every day so I move back one day and the problem is gone...
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint