Tool/software:
Hello TI,
I'm using several C++ libraires as <string>, <ftsream>, <istream> on my project.
In short, these libraries are used to download data from a file into the code.
During the compilation of the project, there is no single error.
However, whenever I try to launch a debug session, the algorithm remains in an infinite loop. I've tried debugging step by step, and here are the error messages I get:
- Can't find a source file at "e:\cvs\jenkins\workspace\buildandvalidate_worker\build\c70\product\pc\lib-internal\src/libcxx\string"
- Can't find a source file at "e:\cvs\jenkins\workspace\buildandvalidate_worker\build\c70\product\pc\lib-internal\src/libcxx\istream"
I don't understand those errors messages...
Thank you all,
Mélanie