Quantcast
Channel: Tools
Viewing all articles
Browse latest Browse all 91752

Forum Post: XDS560V2 Target connection problems

$
0
0

Hi,

I am a first time user with CCSV5 (sorry!). I have a project that properly compiles/links and need to connect to my target.

I am using a Spectrum Digitial XDS560V2 STM. The device has an ethernet port, and has obtained an ip. I cannot get CCSV5 to properly connect to the target.

Error initializing emulator:
(Error -2083 @ 0x0)
Unable to communicate with the emulator. Confirm emulator configuration and connections, reset the emulator, and retry the operation.
(Emulation package 5.0.872.0)

Here is my target config:

Some of the docs I read, suggested running dtc_conf.

I tried running this command : /opt/ti/ccsv5/ccs_base/common/uscif/dtc_conf get sd560v2e 172.31.1.122 and it has errors:

E_RPCENV_IO_ERROR(-6) No connection: Load of sd560v2e_io.so failed
ERROR: 14 : remote procedure call failed : failed to open the DTC configuration service for url sd560v2e:-1407254150

The IP is correct. I have a static mapping in the DHCP server, and I can ping the XDS560.

I then ran strace on the command and there seems to be MANY shared objects missing. Did I do something wrong in the install?

jlentz@builder:~$ strace /opt/ti/ccsv5/ccs_base/common/uscif/dtc_conf get sd560v2e 172.31.1.122
execve("/opt/ti/ccsv5/ccs_base/common/uscif/dtc_conf", ["/opt/ti/ccsv5/ccs_base/common/us"..., "get", "sd560v2e", "172.31.1.122"], [/* 21 vars */]) = 0
[ Process PID=14062 runs in 32 bit mode. ]
brk(0)                                  = 0x9cbf000
access("/etc/ld.so.nohwcap", F_OK)      = -1 ENOENT (No such file or directory)
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xfffffffff7767000
readlink("/proc/self/exe", "/opt/ti/ccsv5/ccs_base/common/uscif/dtc_conf", 4096) = 44
access("/etc/ld.so.preload", R_OK)      = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/i686/sse2/cmov/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/i686/sse2/cmov", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/i686/sse2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/i686/sse2", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/i686/cmov/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/i686/cmov", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/i686/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/i686", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/sse2/cmov/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/sse2/cmov", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/sse2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/sse2", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/cmov/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/cmov", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./tls/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./tls", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./i686/sse2/cmov/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./i686/sse2/cmov", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./i686/sse2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./i686/sse2", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./i686/cmov/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./i686/cmov", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./i686/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./i686", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./sse2/cmov/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./sse2/cmov", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./sse2/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./sse2", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./cmov/libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/./cmov", 0xffcc44e0) = -1 ENOENT (No such file or directory)
open("/opt/ti/ccsv5/ccs_base/common/uscif/./libpthread.so.0", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory)
stat64("/opt/ti/ccsv5/ccs_base/common/uscif/.", {st_mode=S_IFDIR|0755, st_size=4096, ...}) = 0
o

/opt/ti/ccsv5/ccs_base/common/uscif/dtc_conf get sd560v2e 172.31.1.122


Viewing all articles
Browse latest Browse all 91752

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>