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.
Good morning,
I am having a very irritating issue with CCS v6.1.1.00022 I am using ti starterware with lwip code which includes all its files into one file like this:
#include "src/core/ipv4/autoip.c" #include "src/core/ipv4/icmp.c" #include "src/core/ipv4/igmp.c" #include "src/core/ipv4/inet.c" #include "src/core/ipv4/inet_chksum.c" #include "src/core/ipv4/ip.c" #include "src/core/ipv4/ip_addr.c" #include "src/core/ipv4/ip_frag.c"
the issue came after I updated lwip and renamed the folder these were in from lwip-1.4.0 to lwip-1.4.1. I changed all the include paths etc according and it builds and works fine. The issue is that when I hold ctrl and flick a function in one of these files it just opens up a black document that is says is in the older folder location which no longer exists on disk.
I have tried removing all of this from the project and re adding it, deleting temperoary project files and generally played around to fix it with no luck. Could anybody suggest what I could do to make it forget the old path and start looking in the new one?
Thanks
Sean
Can you try rebuilding the index for the project (right-click on the project in the Project Explorer view and select Index -> Rebuild)?
If that does not help, can you try importing the project into a new workspace to see if that helps?