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.

<program>.cfg.h problem

Hi

I have a question regarding <program>.cfg.h file (generated from .tcf file)

My tcf file is located with the rest of my trunk, under c:\project_name\trunk, and all my object files are created under c:\project_name\trunk\project_name\debug.

The problem is that when I change  the .tcf file, my compilation fails (error #20: identifier "xxx" is undefined).  I see that <program>.cfg.h in object folder is updated and includes the last change I made to the .tcf file, but the <program>.cfg.h under c:\project_name\trunk is not updated.

how can I fix this behaviour?

(I am using  code composer 5.4 with bios version 5_42_01_09)

Thanks

Yaron