Hello,
I need some help on source level debugging of assembly file.
Below is my platform setup:- 1) Debugger CCSv4 Version: 4.2.2.00033 running in Windows VISTA. 2) Target:- OMAP4430 Pandaboard 3) JTAG:- xds100v2 4) Code:- U-Boot compiled in a Linux machine and available over Samba
As a test, I have added an assembly file called mytest.S and the function in assembly routine has just following lines
.globl my_test
my_test:
/* back to arch calling code */
mov pc, lr
mytest.S has been compiled with following options
mytest.o: mytest.S
$(AS) -g -gdwarf2 -al=mytest.lst -o $@ mytest.S
When the code hits mytest routine, it does not find the source code as shown in the picture below.
Any help will be greatly appreciated...
Thanks,
Sanjuricku