Arduino IDE / C++11?

Discussion in 'UDOO NEO' started by Scott Thibault, Jun 8, 2016.

  1. Scott Thibault

    Scott Thibault New Member

    Joined:
    Jun 4, 2016
    Messages:
    4
    Likes Received:
    0
    I need C++11 for my project which the latest Arduino IDE is using but not older versions. What is the limitation that the Neo requires an older version of the IDE? I also read that you have a custom version of the IDE, why do you need a custom version?
     
  2. Andrea Rovai

    Andrea Rovai Well-Known Member

    Joined:
    Oct 27, 2014
    Messages:
    1,703
    Likes Received:
    240
    Dear Scott,
    we use a custom version because, given that UDOO NEO has a different chipset, there is not a 100% compatibility with Arduino.
     
  3. Scott Thibault

    Scott Thibault New Member

    Joined:
    Jun 4, 2016
    Messages:
    4
    Likes Received:
    0
    In case someone else comes across this, here are the answers I've found to my questions:
    1) I was mistaken; the internal IDE is using C++11, but is missing some standard headers for some reason. I worked around this by using the IDE on my desktop, which had all the standard headers.
    2) The official Arduino IDE can be used from your desktop. The custom version is only required to run on the A9, so must be related to that environment.
     

Share This Page