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 Arduino 1.6.10 with Visual Micro + VS unable to find stl (Read 2385 times)
jimm
Newbies
*
Offline


Posts: 9
Joined: Jul 19th, 2015
Arduino 1.6.10 with Visual Micro + VS unable to find stl
Aug 12th, 2016 at 4:44pm
Print Post  
In the switch from Arduino 1.6.9 and 1.6.10 it appears where Arduino folks have moved the include file for STL,  (eg #include <vector>, #include <functional> etc) so now things that worked with VM + VS no longer can find them,  while using the Arduino IDE, it works fine with both versions 1.6.9 and 1.6.10.

FYI I am using the Due which has enough RAM so I can actually use **some** of the STL.

How VM / Arduino resolves libraries is complex and frankly a mystery to me.  HELP!
  
Back to top
 
IP Logged
 
Tim@Visual Micro
Administrator
*****
Offline


Posts: 12076
Location: United Kingdom
Joined: Apr 10th, 2010
Re: Arduino 1.6.10 with Visual Micro + VS unable to find stl
Reply #1 - Aug 13th, 2016 at 11:36am
Print Post  
Hi,

The Arduino IDE doesn't include the SAM core so the IDE version shouldn't be relevant

I guess you mean you used board manager to update arduino SAM core to 1.6.9?

I compiles okay for me and finds the STLl with toolchain in m-none-eabi\include\c++\4.8.3

Please switch on vMicro>Compiler>Verbose and Show Build Properties then either attach as .txt to a post or email to info[at]visualmicro.com

Thanks
  
Back to top
WWW  
IP Logged
 
jimm
Newbies
*
Offline


Posts: 9
Joined: Jul 19th, 2015
Re: Arduino 1.6.10 with Visual Micro + VS unable to find stl
Reply #2 - Aug 14th, 2016 at 4:50am
Print Post  
Latest Visual Micro update fixed the problem.
Thanks
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint