Hi,
I had a running SYS/BIOS project that I was getting ready to check into source control when I renamed the project and two of the files will no longer build because they can't find a include file. Here are the software specifics:
Code Composer Studio Version: 5.4.0.00091, XDC 3.25.1.65, SYS/BIOS 6.35.2.45
For both of these files the Console tab shows that during the build, a couple of the include_paths is incorrect even though the path is set correctly in the Project compiler properties. The project was renamed from "AIRtrac_rtos" to "AIRtrac_sysbios". As you can see from the captures below the Console is showing the the include path to be:
--include_path="C:/Users/jxxx/workspace7/AIRtrac_rtos/AIRTrac"
When it should be:
"C:\Users\jxxx\workspace7\AIRtrac_sysbios\AIRtrac"
I have tried everything I can think of but the same two files (out of 40 or so) continue to have this issue. Any help is appreciated.
John C.