This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/SW-EK-TM4C123GXL: string.cpp not found

Part Number: SW-EK-TM4C123GXL

Tool/software: Code Composer Studio

Hi,

I have this code with one line in main which compiles fine.

    string strValue = to_string(1.1);

 When I run it in debug it stops here and displays the message.

Can't find a source file at "/tmp/scratch/jenkins-cvs/workspace/BuildAndValidate_Worker/build/arm/product/linux/lib-internal/src/libcxx/string.cpp"

Locate the file or edit the source lookup path to include its location.

I don’t know where this path is coming from or where string.cpp should be.

Thanks.