Hi, I want to port a audio program on my hx4700, So I will use a prebuilt toolchain. I have downloaded ftp://ftp.handhelds.org/projects/toolchain/arm-linux-gcc-3.4.1.tar.bz2 and I extract this file to /usr/local/arm I have downloaded alsa-lib from ftp://ftp.alsa-project.org/pub/lib/stable/alsa-lib-0.0.9.tar.gz I have compiled it : #./configure --prefix=/usr/local/arm-linux --host=arm-linux #make #make install after I compile my program : #arm-linux-gcc -Wa,-mfpu=fpa11 -mcpu=xscale record.c -lasound -I /usr/local/arm/3.4.1/include/ /usr/local/arm/3.4.1/lib/gcc/arm-linux/3.4.1/../../../../arm-linux/bin/ld: cannot find -lasound collect2: ld returned 1 exit status Do you have an idea ? Can you help me ? I want to port a Vumeter, Peakmeter and other audio tools on hx4700. Thank you -- K _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel