Reviewing my previous work, the two package you need are:

alsa-lib
alsa-utils

apt-get source alsa-utils
cd alsa-utils-1.0.25
export DEB_BUILD_OPTIONS=“nostrip noopt debug"
dpkg-buildpackage -rfakeroot -uc -us
make
make install

or 
dpkg -i libasound2*.deb


or
apt-get install libasound2-dbg
apt-get install libasound2.dev

Anyway, as I said I did this a long time ago, so some of this could be wrong.

Regards,
John




> On Apr 6, 2016, at 6:49 PM, Robert Nelson <robertcnel...@gmail.com> wrote:
> 
> 
> 
> On Wed, Apr 6, 2016 at 8:44 PM, Rick Mann <rm...@latencyzero.com 
> <mailto:rm...@latencyzero.com>> wrote:
> That looks like something that would be useful to figure out how to do. The 
> only part that's not immediately clear is "rebuild the entire ALSA library 
> and tools with debug symbols. Also, your Kernel must have debug symbols 
> turned on."
> 
> Can I do this with RCN's kernel build script setup?
> 
> yeah, double check your kernel's version (uname -r) grab the "yakbuild"
> 
> https://github.com/RobertCNelson/yakbuild 
> <https://github.com/RobertCNelson/yakbuild>
> 
> follow the readme.md <http://readme.md/>, picking a version of gcc and 
> setting the kernel tag you want to build..
> 
> Run:
> 
> ./build_kernel.sh
> 
> when menuconfig pop's up, enable CONFIG_DEBUG_INFO...
> 
> Kernel Hacking -> Compile-Time checks and compiler options -> [x] Compile the 
> kernel with debug info "CONFIG_DEBUG_INFO"
> 
> Regards,
> 
> -- 
> Robert Nelson
> https://rcn-ee.com/ <https://rcn-ee.com/>
> 
> -- 
> For more options, visit http://beagleboard.org/discuss 
> <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 beagleboard+unsubscr...@googlegroups.com 
> <mailto:beagleboard+unsubscr...@googlegroups.com>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to