View Single Post
Old 07-12-2012, 12:56 AM   #125
geekmaster
Carpe diem, c'est la vie.
geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.geekmaster ought to be getting tired of karma fortunes by now.
 
geekmaster's Avatar
 
Posts: 6,433
Karma: 10773670
Join Date: Nov 2011
Location: Multiverse 6627A
Device: K1 to PW3
Quote:
Originally Posted by NiLuJe View Post
@geekmaster: That looks like a more recent ALSA header/lib on your compile env than on the Kindle. (ie. it pulled symbols from ALSA 1.0.9 because they were there in your env, but the version bundled on the Kindle is older than that, or mangled, or built without symbol versioning).
I just tried building it adding your options. I get this error:
Code:
../src/.libs/libasound.a(control.o): In function `snd_ctl_open_conf':
control.c:(.text+0x2584): undefined reference to `snd_control_open_symbols'
../src/.libs/libasound.a(pcm.o): In function `snd_pcm_open_conf':
pcm.c:(.text+0x3a1c): undefined reference to `snd_pcm_open_symbols'
Here is my configure command line:
Code:
CC=arm-none-linux-gnueabi-gcc ./configure --target=arm-linux --host=i686-linux --disable-python --enable-static --disable-shared --without-libdl --without-versioned

Last edited by geekmaster; 07-12-2012 at 01:01 AM.
geekmaster is offline   Reply With Quote