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 ArduPilot (Read 1919 times)
AKN
Newbies
*
Offline


Posts: 2
Joined: Nov 16th, 2017
ArduPilot
Nov 16th, 2017 at 4:51pm
Print Post  
Hi,
I am evaluating the plugin in Microsoft Visual Studio 2013 for compiling ardupilot code for atmega2560. I have ardupilot2.47  and ARDUINO 1.0.3. 
I am able to successfully compile the ardupilot code using the downloaded IDE but when I open the project in visual studio and configure the IDE and tool chain to "Arduino 1.0" and the path of the tool chain to the corresponding arduino folder location. My code doesn't successfully compiles. It gives me following error.

ardwareSerial.cpp: 108:41: error: attempt to use poisoned "SIG_USART0_RECV"
   #if !defined(USART_RX_vect) && !defined(SIG_USART0_RECV) &&

...

Kindly help me to resolve the issue!
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: ArduPilot
Reply #1 - Nov 18th, 2017 at 1:20pm
Print Post  
Hi,

Make sure the toolbar is set to Release and not Debug.

Does it build?
  
Back to top
WWW  
IP Logged
 
AKN
Newbies
*
Offline


Posts: 2
Joined: Nov 16th, 2017
Re: ArduPilot
Reply #2 - Nov 18th, 2017 at 5:02pm
Print Post  
No, even in the release mode the problem remains the same.
  

Please Register or Login to the Forum to see File Attachments
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint