Quote:
Originally Posted by NiLuJe
@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