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 Error compiling (Read 1925 times)
Johanan
Junior Member
**
Offline


Posts: 13
Joined: Oct 21st, 2014
Error compiling
Nov 26th, 2015 at 2:15pm
Print Post  
Installed new PC with windows 10, VS 201 pro. Visual micro cant find the compiler:
----------------------
Compiling 'Blink4' for 'Arduino Nano w/ ATmega328'
Build folder: 
Summary: Header=1 Prototypes=3 Imports=0
Additional Defines: VISUALMICRO_COMPILER_VER=1;
Architecture Tools: {runtime.tools.avr-gcc.path}/bin/
Sketchbook: file:///C:/Users/harel/Documents/Arduino
Core Include Paths
Include Path 'C:\Arduino1_65\hardware\arduino\avr\cores\arduino'
Include Path 'C:\Arduino1_65\hardware\arduino\avr\variants\eightanaloginputs'
"{runtime.tools.avr-gcc.path}/bin/avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=166 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -I"C:\Arduino1_65\hardware\arduino\avr\cores\arduino" -I"C:\Arduino1_65\hardware\arduino\avr\variants\eightanaloginputs" .cpp" -o .cpp.o" -DVISUALMICRO_COMPILER_VER=1
The system cannot find the file specified
     Process: "{runtime.tools.avr-gcc.path}\bin\avr-g++" -c -g -Os -Wall -std=gnu++11 -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -MMD -mmcu=atmega328p -DF_CPU=16000000L -DARDUINO=166 -DARDUINO_AVR_NANO -DARDUINO_ARCH_AVR -I"C:\Arduino1_65\hardware\arduino\avr\cores\arduino" -I"C:\Arduino1_65\hardware\arduino\avr\variants\eightanaloginputs" .cpp" -o .cpp.o" -DVISUALMICRO_COMPILER_VER=1
Error compiling
---------------------------------------
Please help.

Thanks,
Johanan
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Error compiling
Reply #1 - Nov 26th, 2015 at 2:18pm
Print Post  
The 2010 version of visual studio and visual micro is discontinued.

End of last year Microsoft started to release Vs2013 and 2015 as free community editions so you don't need vs2010 anymore.

Arduino 1.6.6 was released very recently and includes some major changes, so older versions of visual micro won't work with it.

Up to date Ide's for your up to date Arduino is required Smiley

Once you have an up to date VS ide please make sure you have run the Arduino 1.6.6 Ide once because it auto upgrades some of it's internal file structures.
« Last Edit: Nov 26th, 2015 at 2:19pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint