Other Parts Discussed in Thread: CCSTUDIO
Hello,
I have the error :
CCStudio_v9.0.1/ccs/tools/compiler/ti-cgt-c6000_8.3.2/include/libcxx/fstream", line 486: error #136: class "std::__2::ios_base" has no member "__c6xabi_trunc"
while compiling this kind of code
#include <fstream>
#include <iostream>
#include <cmath>
std::fstream m_WriteFile;
m_WriteFile.open("complexity.txt", std::ios::app);
Any idea ?
Regards,
David