On Wednesday 25 March 2015 17:47:56 anilkumar kolli wrote: > Is this a tool chain issue or do I need to configure something else in > IoTivity stack?
It's a toolchain issue.
Please try to compile this C++ source code for your target device and see if
it works:
#include <iostream>
int main()
{
std::cout << "Hello, world!" << std::endl;
}
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software Architect - Intel Open Source Technology Center
