[android-porting] Re: ALSA build error

2009-03-11 Thread Androidphan
I now did a complete new directory repo sync with my local_manifest.xml. Again it shows the following error message: target thumb C++: mediaserver = frameworks/base/media/mediaserver/ main_mediaserver.cpp target arm C++: libaudioflinger = frameworks/base/libs/audioflinger/ AudioMixer.cpp

[android-porting] Re: ALSA build error

2009-03-11 Thread Harishkumar V
Hi, In build/target/board/generic/BoardConfig.mk, comment out, #BOARD_USES_GENERIC_AUDIO := true and add new line like this, BOARD_USES_ALSA_AUDIO := true Thats all, alsa module will be compiled. Regards, HarishKumar.V On Wed, Mar 11, 2009 at 5:14 PM, Androidphan niels.kee...@tass.nl

[android-porting] Re: ALSA build error

2009-03-11 Thread Androidphan
To add ipc functions, the below link will maybe help: https://review.source.android.com/Gerrit#change,6623 On 11 mrt, 13:15, Androidphan niels.kee...@tass.nl wrote: I did that, but it didn't work.. It seems that ALSA can't be compiled for x86... There are no shared mem functions in x86 libc.

[android-porting] Re: ALSA build error

2009-03-10 Thread Androidphan
That worked, but now I'm getting the following error: target thumb C++: libaudioflinger = frameworks/base/libs/audioflinger/ A2dpAudioInterface.cpp make: *** No rule to make target `out/target/product/eee_701/obj/ STATIC_LIBRARIES/libasound_intermediates/libasound.a', needed by `out/

[android-porting] Re: ALSA build error

2009-03-10 Thread Sean McNeil
You need both platform/hardware/alsa_audio and platform/external/alsa-lib Androidphan wrote: That worked, but now I'm getting the following error: target thumb C++: libaudioflinger = frameworks/base/libs/audioflinger/ A2dpAudioInterface.cpp make: *** No rule to make target

[android-porting] Re: ALSA build error

2009-03-10 Thread Androidphan
I got both alsa-lib as alsa_sound. On Mar 10, 2:14 pm, Sean McNeil seanmcne...@gmail.com wrote: You need both platform/hardware/alsa_audio and platform/external/alsa-lib Androidphan wrote: That worked, but now I'm getting the following error: target thumb C++: libaudioflinger =

[android-porting] Re: ALSA build error

2009-03-10 Thread Sean McNeil
Well then you must have something mis-configured somewhere. libasound.a should be built and placed into the out/target/product/eee_701/obj/STATIC_LIBRARIES/libasound_intermediates directory. Your manifest looks OK and you did the right thing in your BoardConfig. I'd say maybe your build/core

[android-porting] Re: ALSA build error

2009-03-08 Thread Jack stone
you should search in this group. There is a patch : http://groups.google.com/group/android-porting/browse_thread/thread/b66db688d1630382/80fdb626e3194c09?#80fdb626e3194c09 On Mar 6, 8:34 pm, Androidphan niels.kee...@tass.nl wrote: My local_manifest.xml: ?xml version=1.0 encoding=UTF-8?

[android-porting] Re: ALSA build error

2009-03-08 Thread Sean McNeil
We have updated the repository now. Just perform a repo sync and you should be fine. Jack stone wrote: you should search in this group. There is a patch : http://groups.google.com/group/android-porting/browse_thread/thread/b66db688d1630382/80fdb626e3194c09?#80fdb626e3194c09 On Mar 6, 8:34