Hi,
Gdbserver is in target file system by default on K2 MCSDK 3.0.
Does anyone try to debug linux app with CCS on K2H evm ?
I tried it with a simple hello world but the following error message was displayed on CCS console when launching CCS debugger:-
====== CCS console =======
Could not find platform independent libraries <prefix>
Could not find platform dependent libraries <exec_prefix>
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>]
ImportError: No module named site
========================
Please note I just followed the following recipe to launch gdb debugger.
At the step 9 in this recipe, the above errors happened.
http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5#Run_Mode_Debug
For your information, Gdb Debugger being used is sysroots/i686-arago-linux/usr/bin/arm-linux-gnueabihf-gdb, which is coming from ~ti/mcsdk_linux_3_00_03_15/linux-devkit
and Gdb init file being used is <tool chain install dir>/gcc-linaro-arm-linux-gnueabihf-4.7-2013.03-20130313_linux/share/gdb/gdbinit
I'm not sure these configurations are really correct..
Lastly, I'm using CCSv5.5 on Ubuntu 12.04LTS. The version of MCSDK is the latest release (v3.0) found at http://www.ti.com/tool/bioslinuxmcsdk
Thanks
Kawada
