Other Parts Discussed in Thread: OMAP3530, CCSTUDIO
Hello,
I'm following the instructions here:
http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5
for stop-mode debugging of the linux kernel on an OMAP3530/Beagle. These instructions are for setting things up so CCS can load the symbols, but not actually build the project.
Each time I connect to the target, I get the following warning:
IcePick_C_0: GEL: File: /opt/home/khilman/work.local/kernel/omap/dev/build/vmlinux Does not match the target endianness, not loaded. Check build options, or use the setup program.
Since this project is not setup to build, I'm not sure where the target endianness is configured, and can't seem to find where to set it. The suggestions in the above error message are not helpful at all as to where to start looking.
I did discover an option for "Continue debug if target connection or program load fails' in the Target tab of the Debug Configuration. This at least allows me to continue debugging and do assembly level debugging. But for source-level debugging, I need the symbols loaded properly.
Any suggestions on where to set this target endianness?
Thanks,
Kevin