Ubuntu Packaging

From OMAPpedia

Jump to: navigation, search

[edit] Getting Debug Symbols

Debug symbols for Ubuntu software packages are generally contained in -dbg or -dbgsym package names and are stored at a specific location. In order to get access to these packages you can follow the below procedure:

sudo sh -c 'echo "deb http://ddebs.ubuntu.com maverick main restricted" >> /etc/apt/sources.list'
sudo sh -c 'echo "deb http://ddebs.ubuntu.com maverick-updates main restricted" >> /etc/apt/sources.list'
gpg --keyserver keyserver.ubuntu.com --recv-key 428D7C01
gpg --export 428D7C01 | sudo apt-key add -
sudo apt-get update
sudo apt-get install linux-image-2.6.35-903-omap4-dbgsym
Personal tools
Namespaces
Variants
Views
  • Read
  • Edit
  • View history
Actions
Navigation
Toolbox
  • What links here
  • Related changes
  • Special pages
  • Printable version