Hi,
We've just upgraded an T2080RDB to SDK-1.8 (was on 1.6 previously) and noted it was no longer possible to compile C++ programs using the C++ standard library - even if both tools-sdk and dev-pkgs was selected in EXTRA_IMAGES_FEATURES:
g++ RawSocketCapture.cpp
RawSocketCapture.cpp:25:18: fatal error: vector: No such file or directory
#include <vector>
To me this seems like an oversight in SDK-1.8, because gcc-c++/g++ is in tools-sdk/dev-pkgs, but doesn't make much sense without the C++ standard library headers.
Br, Clemens