From: Julien Boibessot <julien.boibessot@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] aplay fails because of alsa-lib build issue with uclibc and versioned symbols - (Solution included)
Date: Wed, 16 Jul 2008 16:47:39 +0200 [thread overview]
Message-ID: <487E0A0B.7010107@free.fr> (raw)
In-Reply-To: <5BF78BCE8D9BF14A83F836BD9E3916BA053E63@blrms.slti.sanyo.co.in>
Hi,
I was recently faced to the same problem Gururaja encountered some times
ago:
(my config is buildroot / uclibc / arm920)
Gururaja Hebbar K R a ?crit :
> when i tried aplay built shared with buildroot uclibc arm926ejs
> toolchain it failed with below error
>
> mnt/mmc # aplay /home/default/10Sec_44.1K.wav
> Playing WAVE '/home/default/10Sec_44.1K.wav' : Signed 16 bit Little
> Endian, Rate 44100 Hz, Stereo
> aplay: set_params:1012: unable to install sw params:
> start_mode: DATA
> ...
>
aplay fails with a strange error...
> When i searched on the internet for below error, i found that this error
> is mainly related to alsa-lib and uclibc and it requires adding
> --with-versioned=no as an option to alsa-lib ./configure.
>
> http://article.gmane.org/gmane.linux.alsa.devel/50595
>
> i added the same to alsa-lib.mk and now its working fine.
>
> ./configure \
> --target=$(GNU_TARGET_NAME) \
> --host=$(GNU_TARGET_NAME) \
> --build=$(GNU_HOST_NAME) \
> --prefix=/usr \
> --with-versioned=no \
> --sysconfdir=/etc \
> --enable-shared \
> --enable-static \
> --disable-docs \
> $(DISABLE_NLS) \
>
>
Gururaja suggested to add "--with-versioned=no" to alsa-lib configuration.
It was the solution for me too, even if I have no idea why yet.
Do the "non-arm" people have the same problem ? Is it related to uclibc
for all architectures ?
Should I open a bug report to see this problem corrected ?
Regards,
Julien
http://www.armadeus.com
next prev parent reply other threads:[~2008-07-16 14:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1.1203278405.28189.buildroot@uclibc.org>
2008-02-21 1:22 ` [Buildroot] aplay fails because of alsa-lib build issue with uclibc and versioned symbols - (Solution included) Gururaja Hebbar K R
2008-07-16 14:47 ` Julien Boibessot [this message]
2008-07-17 9:54 ` softa at ttechgroup.com
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=487E0A0B.7010107@free.fr \
--to=julien.boibessot@free.fr \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox