i had some difficulties with arduino visual studio .i have installed and configuredvisual micro with these steps of the web site( www.visualmicro.com).when i compiled my program,the visual studio showed:
cannt findd:\VisualMicroforArduino\default_vsaddin_vsAddIn_build*.o
cannt find d:\Visual Micro for Arduino\default_vsaddin_vsAddIn_build*.a
cannt find d:\Visual Micro for Arduino\default_vsaddin_vsAddIn_build*.eep
cannt findd:\Visual Micro for Arduino\default_vsaddin_vsAddIn_build*.elf
cannt find d:\Visual Micro for Arduino\default_vsaddin_vsAddIn_build*.hex
avr-gcc: d:\Visual: No such file or directory
1>avr-gcc: no input files
1>Failed to create include_board.c.o (avr-gcc)
I did reply to your message but it bounced back because i didn't use the forum
If you add questions to the vm forum instead of sending emails it is easier for me.
The errors you report are not errors they are just warnings you get the first time you compile.
The real error was at the end of the output and it showed that your avr folder had been specified incorrectly in the vs options. this needs to point to the avr BIn folder that contains the avr-g++.exe. you will find this folder below the arduino folder.