Other Parts Discussed in Thread: SEGGER
I've downloaded msp432-gcc-1.0.0.1-linux-support-package-installer.run and am trying to get the XDS110-ET on the MSP-EXP432P401R Launch Pad to work.
If I fire up gdb_agent_console with no LD_LIBRARY_PATH, I see the following...
No LD_LIBRARY_PATH
zot (16): ./gdb_agent_console xds110_msp432_jtag.dat
Successfully configured xds110_msp432_jtag.dat
CPU Name Port
-------- ----
cortex_m4_0 :55000
Starting all cores
CPU Name Status
-------- ------
cortex_m4_0 Waiting for client
cortex_m4_0 Client connected...Connecting to Target
cortex_m4_0 - Processor type =CORTEX_MXX (Little endian)
cortex_m4_0 - Target device is connected
Unable to load libctools.so, Hardware breakpoints not available.
Target connected...Starting server
Can't find libctools.so.
zot (22): ldd gdb_agent_console
linux-gate.so.1 => (0xf77d6000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xf77b3000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xf76ca000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xf76ad000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xf7691000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xf74e2000)
/lib/ld-linux.so.2 (0xf77d7000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xf749c000)
no sign of libctools.so.
I've also tried pointing LD_LIBRARY_PATH at analysis/bin and drivers in my CCS 6.2 install tree but no change in results.
How can I put a gdb proxy on the XDS110 port?
thanks,
eric


