Hi,
I am using Clang 3.9 to compile some OpenCL code, the first error it throws out is this:
In file included from /tools/batonroot/rodin/devkits/lnx64/gcc-6.2.0/include/c++/6.2.0/stdlib.h:36:
/tools/batonroot/rodin/devkits/lnx64/gcc-6.2.0/include/c++/6.2.0/cstdlib:120:15: error: expected ‘{’
namespace std _GLIBCXX_VISIBILITY(default)
^
There are a lot of more errors, all related to this __GLIBCXX_VISIBILITY(default).
Any comments and/or suggestions?
Thanks,