Since you probably don't have access to a pre compiled libaudio.so file, the
following links might help as well :

http://www.netmite.com/android/mydroid/cupcake/development/pdk/docs/audio_sub_system.html
 and
http://groups.google.com/group/beagleboard/browse_thread/thread/7b422f113ce489b5/689157cd63183e43

-Abhinayak

On Wed, Jul 22, 2009 at 10:32 AM, Abhinayak Mishra <abhina...@gmail.com>wrote:

> Actually did a google for the error and found this link :
> http://forum.xda-developers.com/archive/index.php/t-496950.html
> it expalins thaat you need the file libaudio.so which probably was left out
> of the bundle by mistake.
>
> You can grab the file by doing : adb pull /system/lib/libaudio.so
> proprietary/libaudio.so
>
> Hope this helps!
>
> - Abhinayak
>
>
> On Wed, Jul 22, 2009 at 10:23 AM, Abhinayak Mishra <abhina...@gmail.com>wrote:
>
>> Looking at the error only, since i don't have the source code with me at
>> the moment, it would seem something in the .mk file got messed up. A couple
>> of possibilities, but if you can cross check the mk file to check where the
>> libaudio.so is listed , might help.
>> My guess would be that there is a separator missing before libaudio.so,
>> but i could be wrong.
>>
>> -Abhinayak
>>
>>
>>
>> On Wed, Jul 22, 2009 at 2:03 AM, WenXing <wenxingxing2...@126.com> wrote:
>>
>>>
>>> port on beagleboard(3530)  but have no sound ,so I had to  download(/
>>> external/alsa-lib) and (/haare/alsa_sound),at last i use Sean's
>>> alsa_sound.patch.all things have done.
>>>  i failed incompiling android source code.as flowing.
>>> at fist,I want to remand you that i used the lastest source code.s
>>> sorry my poor english
>>> can anyone help me?
>>>
>>>
>>> frameworks/base/libs/audioflinger/AudioFlinger.cpp:1717: warning:
>>> suggest parentheses around && within ||
>>> make: *** No rule to make target `out/target/product/generic/obj/lib/
>>> libaudio.so', needed by `out/target/product/generic/obj/
>>> SHARED_LIBRARIES/libaudioflinger_intermediates/LINKED/
>>> libaudioflinger.so'.  Stop.
>>>
>>> >>>
>>>
>>
>

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to