On Thursday 22 October 2015 16:06:24 ??? wrote:
>  Is it possible?
> 
> If It possible, is there any example using C++ SDK on Arduino?

Hello Jake

It's not possible for two reasons:
 1) the C++ stack is too big for regular Arduino devices, so it will neither 
     fit the flash nor would have enough RAM to run if it fit
 2) as a consequence of #1, the stack was not developed with Arduino in mind, 
    so it does not compile for Arduino

Fixing #2 might be possible, if you accept the lack of PROGMEM support in the 
C++ side. So, if you have an Arduino device with at a couple of MB of flash 
and RAM, give it a try. You'll need to adapt the buildsystem for that use-
case.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

Reply via email to