Hello, Craig
I have verified that vector is in my ...\Blackfin\include\cplus\... directory. So I declared it as follows:
#include <cplus/vector>
however, looking at the vector file, it includes memory and stdexcept.
"...\Blackfin\include\cplus/vector", line 20: cc0005: catastrophic error:
could not open source file "memory"
Windows doesn't allow me to edit the file so I can't change #include<memory> into #include<cplus/memory>. Also, memory is also dependent on other files, so I would have to change its "#include" as well.
Am I declaring it right? Or should I edit anything in my project options to use these libraries for c++? Thanks!