[alsa-devel] Alsa lib configure asoundlib.h
J. Scott Merritt
AlsaUser at PragmaSoft.com
Tue Jul 10 22:59:29 CEST 2007
On Tue, 10 Jul 2007 15:22:30 -0500
"Paul Kavan" <pkavan at gmail.com> wrote:
> > Perhaps you just need to run the "strip" tool to remove symbols from the
> > Object file ?
> >
>
> I am really new to this. Could you tell me how to do that?
I haven't followed closely, but I believe that you are cross compiling.
In other words, somewhere you found/built a copy of "gcc" that runs
on your host and builds executables for your target.
In the same "place" that you found/built that copy of gcc, there should
be some other tools, including "strip". Simply run:
"strip libasound.so" or perhaps "strip libsalsa.so".
More information about the Alsa-devel
mailing list