Hi,
I want to enable debugging setup for DM816x EVM on the iCont side.
As of now, on the iCont side, the source code is in release mode with -o3 optimization level and occupying almost full ITCM available size. It is building fine.
But, I want to debug some files for which I have enabled -g option, but I am getting undefined symbols error.
Kindly let me know the procedure to enable debugging on the iCont side. Do I need to do some additional settings or changes for enabling -g option for specific files on the iCont side.
Thanks..