Hi All, I need to install gdbserver to my beaglebone board for remote debug. But failed. here is my board info: root@beaglebone:~# cat /etc/dogtag BeagleBoard.org Debian Image 2018-01-28 root@beaglebone:~# uname -ar Linux beaglebone 4.9.78-ti-r94 #1 SMP PREEMPT Fri Jan 26 21:26:24 UTC 2018 armv7l GNU/Linux root@beaglebone:~# lscpu Architecture: armv7l Byte Order: Little Endian CPU(s): 1 On-line CPU(s) list: 0 Thread(s) per core: 1 Core(s) per socket: 1 Socket(s): 1 Model: 2 Model name: ARMv7 Processor rev 2 (v7l) CPU max MHz: 1000.0000 CPU min MHz: 300.0000 BogoMIPS: 995.32 Flags: half thumb fastmult vfp edsp thumbee neon vfpv3 tls vfpd32
I used the latest image: "Debian 9.5 2018-10-07 4GB SD IoT" here are the errors when I tried to install gdbserver: root@beaglebone:~# apt-get install gdbserver Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: gdbserver:i386 : Depends: libc6:i386 (>= 2.15) but it is not going to be installed ti-opencl : Depends: libtiopencl1 (= 01.01.17.01-git20181129.0-0rcnee0~stretch+20190103) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). root@beaglebone:~# root@beaglebone:~# root@beaglebone:~# apt --fix-broken install Reading package lists... Done Building dependency tree Reading state information... Done Correcting dependencies... Done The following packages were automatically installed and are no longer required: libgpiod0 libllvm5.0 ti-c6000-cgt-v8.1.x-installer Use 'apt autoremove' to remove them. The following additional packages will be installed: libtiopencl1 The following NEW packages will be installed: libtiopencl1 0 upgraded, 1 newly installed, 0 to remove and 13 not upgraded. 192 not fully installed or removed. Need to get 3,530 kB of archives. After this operation, 14.2 MB of additional disk space will be used. Do you want to continue? [Y/n] y Get:1 http://repos.rcn-ee.com/debian stretch/main armhf libtiopencl1 armhf 01.01.17.01-git20181129.0-0rcnee0~stretch+20190103 [3,530 kB] Fetched 3,530 kB in 2s (1,712 kB/s) (Reading database ... 74664 files and directories currently installed.) Preparing to unpack .../libtiopencl1_01.01.17.01-git20181129.0-0rcnee0~stretch+20190103_armhf.deb ... Unpacking libtiopencl1 (01.01.17.01-git20181129.0-0rcnee0~stretch+20190103) ... dpkg: error processing archive /var/cache/apt/archives/libtiopencl1_01.01.17.01-git20181129.0-0rcnee0~stretch+20190103_armhf.deb (--unpack): trying to overwrite '/usr/share/ti/opencl/clc.h', which is also in package libopencl1 01.01.15.03-r0.0rcnee7~stretch+20180809 Errors were encountered while processing: /var/cache/apt/archives/libtiopencl1_01.01.17.01-git20181129.0-0rcnee0~stretch+20190103_armhf.deb E: Sub-process /usr/bin/dpkg returned an error code (1) root@beaglebone:~# root@beaglebone:~# root@beaglebone:~# apt-get install gdbserver Reading package lists... Done Building dependency tree Reading state information... Done You might want to run 'apt --fix-broken install' to correct these. The following packages have unmet dependencies: gdbserver:i386 : Depends: libc6:i386 (>= 2.15) but it is not going to be installed ti-opencl : Depends: libtiopencl1 (= 01.01.17.01-git20181129.0-0rcnee0~stretch+20190103) but it is not going to be installed E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution). root@beaglebone:~# Can anybody help? Thanks. George -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/5ad17fc6-d2a6-4fdf-aece-1135bccec1fe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
