Hi,
I'm trying to get Code Composer to single step through the kernel code. Following error is encountered.
Load Program Error:
Encountered a problem loading vmlinux.
Memory allocation error: std::bad_alloc
My system configuration is as follows:
Target: DRA7xx
Target OS: Linux 3.12
Code composer is running on Desktop running 3.14-0.bpo.1-amd64 in a 32 bit chroot.
Code composer version: Version: 5.5.0.00077
I've followed instructions on the TI wiki:
http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5
for Stop mode Debug.
Looking at another similar post, I've tried to increase the size of memory used by jvm to 2048M in ccstudio.ini. But it has not helped me.
The vmlinux that I'm trying to load as "symbols only" is:
-rwxr-xr-x 1 root root 102064962 Aug 21 14:07 vmlinux
If I do not specify the vmlinux to load, I can single step through the assembly code.
Any help in resolving this error would be highly appreciated.
Thanks.
Makarand.