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 to set up AVR Libc libraries with Visual Micro (Read 4253 times)
Dave Rugh
Newbies
*
Offline


Posts: 2
Joined: Jul 21st, 2012
How to set up AVR Libc libraries with Visual Micro
Nov 13th, 2012 at 9:04pm
Print Post  
I'm using a MultiWii http://www.multiwii.com/ based flight controller, the Quadrino from Flying Einstein http://www.flyingeinstein.com which uses ver. 2.1 of the MultiWii http://code.google.com/p/multiwii/downloads/list firmware; I see that the code is using AVR Libc http://www.nongnu.org/avr-libc/ libraries based on the includes in the source:

#include <avr/io.h>
#include <avr/pgmspace.h>

How do I set up the AVR Libc libraries to work with my VM install?

« Last Edit: Nov 13th, 2012 at 9:05pm by Dave Rugh »  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12071
Location: United Kingdom
Joined: Apr 10th, 2010
Re: How to set up AVR Libc libraries with Visual Micro
Reply #1 - Nov 13th, 2012 at 9:53pm
Print Post  
Hi Dave,

It should be automatic. They should work because they are part of the standard arduino/avr core.

What works in the Arduino IDE should automatically work in Visual Studio.

Have you tried and hit a problem?

Tim
« Last Edit: Nov 13th, 2012 at 9:55pm by Tim@Visual Micro »  
Back to top
WWW  
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint