Hi all,

I'm trying to build the latest release alsa-lib-1.0.18 on Blackfin
with option  '--with-softfloat',
but it failed with message:

libtool: install: warning: remember to run `libtool --finish
/usr/lib/alsa-lib/smixer'
../src/.libs/libasound.so: undefined reference to `_sqrtf'
../src/.libs/libasound.so: undefined reference to `_exp'
../src/.libs/libasound.so: undefined reference to `_log'
../src/.libs/libasound.so: undefined reference to `_sqrt'
../src/.libs/libasound.so: undefined reference to `_fmod'
../src/.libs/libasound.so: undefined reference to `_floor'

this functions should be in libm,but since I select --with-softfloat,
'-lm' should be excluded from ALSA_DEPLIBS.

Why this happens?Do I miss something important?

Any idea is appreciated!

Best Regards

Cliff

------------------------------------------------------------------------------
_______________________________________________
Alsa-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to