On sexta-feira, 24 de fevereiro de 2017 00:21:09 PST ??? wrote: > Below is tested ndk list. > I think there are changes that cause problems with ndk-r11 update. > > android-ndk-r10d => working > android-ndk-r10e => working > android-ndk-r11c => Not working / fatal error: wchar.h: No such file or > directory android-ndk-r12b => Not working / fatal error: wchar.h: No such > file or directory android-ndk-r13b => Not working / fatal error: wchar.h: > No such file or directory android-ndk-r14-beta2 => Not working / fatal > error: wchar.h: No such file or directory
The error you showed was an error inside libstdc++. The IoTivity code only did: #include <sstream> Sorry, your NDK is broken. It doesn't matter where you downloaded it from, if it can't compile that one line, it's broken. -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center
