Advertisement
Guest User

gdb issues

a guest
Dec 18th, 2014
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. nniepoo@lousullivan:~/stm32$ sudo apt-get install gdb-arm-none-eabi
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following NEW packages will be installed:
  6. gdb-arm-none-eabi
  7. 0 upgraded, 1 newly installed, 0 to remove and 467 not upgraded.
  8. Need to get 0 B/2,427 kB of archives.
  9. After this operation, 6,354 kB of additional disk space will be used.
  10. (Reading database ... 171140 files and directories currently installed.)
  11. Preparing to unpack .../gdb-arm-none-eabi_7.6.50.20131218-0ubuntu1+1_i386.deb ...
  12. Unpacking gdb-arm-none-eabi (7.6.50.20131218-0ubuntu1+1) ...
  13. dpkg: error processing archive /var/cache/apt/archives/gdb-arm-none-eabi_7.6.50.20131218-0ubuntu1+1_i386.deb (--unpack):
  14. trying to overwrite '/usr/share/man/man1/gdb.1.gz', which is also in package gdb 7.7-0ubuntu3
  15. dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  16. Processing triggers for man-db (2.6.7.1-1) ...
  17. Errors were encountered while processing:
  18. /var/cache/apt/archives/gdb-arm-none-eabi_7.6.50.20131218-0ubuntu1+1_i386.deb
  19. E: Sub-process /usr/bin/dpkg returned an error code (1)
  20. anniepoo@lousullivan:~/stm32$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement