10 Jul
2007
10 Jul
'07
10:59 p.m.
On Tue, 10 Jul 2007 15:22:30 -0500 "Paul Kavan" pkavan@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".