Hello,
I have successfully compiled my codec into a local only codec following the example in the video_copy/singlecpu. The reason I am doing this is so I can step through it in the simulator and have access to better profiling to understand cache misses and hits and stuff going on. Everything works great, except for one problem. When stepping through the code in the app.c if I try to STEP INTO another function that resides in a different compiled file, the program position pointer in CCS does not jump to the other file it just scrolls to some strange line in the original file. I have been able to get around this by going to File->Load Symbols->Add Symbols Only and reloading the same app_local.x64P then it asks me for my file. However if I then exit my function and go back to the original main app.c I have to do the same thing again. Is there any way to automate this process so I don't have to keep on, reloading my app symbols? Thanks, Joshua
_______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
