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.
So I looked at the other threads that come up with this title. They are no help.
Here is the error I get in CCSv6 while debugging:
Can't find a source file at "/db/vtree/library/trees/zumaprod/zumaprod-a23/tirtos_tivac_2_00_01_23/products/ndk_2_23_01_01/packages/ti/ndk/stack/fdt/fileuser.c"
It is obvious that the problem is that the file path embedded in the NDK library was compiled with the path above. I have done a normal TI RTOS install with the path to file being:
C:\ti\tirtos_tivac_2_00_01_23\products\ndk_2_23_01_01\packages\ti\ndk\stack
The real problem is that clicking the "Locate File..." button does *not* get the debugger to find the path to the file. What is worse, is that it now can't find the path to *my* source file after navigating to the directory for the NDK file.
The only solution at this point is to rebuild the library so that the local library has the correct path names. I would really prefer to be trying to find out why my call to fdSelect causes my program to exit!!!
Can you add an urgent request to the debugger team to fix this problem?
Thanks.
Ray
Never mind.. Nut loose on the steering wheel. I was one directory not far enough in the tree. Apologies for pulling the trigger too soon. I see the NDK source now. (WOw that is a lot of directories down to get to the source code!!!)
Ray