I’m trying to cross compile to a Raspberry Pi and am getting a lot of errors like:
1>
c:ringbuffer.h(22): error C2143: syntax error : missing ';' before ''template<''
Diagnostics.h(41): error C2146: syntax error : missing ';' before identifier 'm_writeMutex'
Diagnostics.h(41): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
I think that these might be because of clr, but changing it to clr causes errors saying that you cannot use clr with current debug setup.
also, is there a way to specify that I want to build using c++11 or c++14 ?