From: Fabio G. <fg...@ti...> - 2002-03-22 15:58:00
|
I'm using sh-ipl+g-2001-06-04 and when I run g command, my board seems to stop execution. In fact after g command nothing I can do futher using minicom terminal. My board seems to die. So I thougth after g command I had to use only sh-linux-gnu-gdb vmlinux and I follow : (gdb) set endian little (gdb) set remotebaud 115200 (gdb) target remote /dev/ttyS1 but instad of to see something similar to: 0xadff18c6 in ?? () I read an error about the impossibility to connect to target. Why this? Thanks |