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/AM3352: The library path is confirmed. Rebuilding a CCS project linking this library, and program behavior does not change.

Part Number: AM3352

Tool/software: Code Composer Studio

Here is a source file called OS_CPU_C.c, and it's one of files packaged into library uOS-III.

My desire action is to comment one statement in OS_CPU_C.c and rebuild my CCS project.

But unfortunately it is not working.

Here are my steps.

1. When program stopped at bp in OS_CPU_C.c, I opened CCS project module's view and confirmed that the OS_CPU_C.c file in module's view is the one that CCS referencing.

2. Check if this specific uOS-III library is the only one that project references. Unfortunately, there are so many uOS-III in file system.

3. Make sure that project is referencing the library that I made a change on.