Hello, I'm still not a linux expert, sorry ! I'm experiencing problem in trying to compile LADSPA on the RaspberryPi B. *My goal is to make convolution using Impulse Convolver with my own ir.* I can install LADSPA and use it, including Impulse Convolver however, that way it is not possible to use my own ir. *So I'm trying to compile LADSPA. But it doesn't work ???* This what I did : #1 Install FFTW3 wget http://www.fftw.org/fftw-3.3.4.tar.gz tar -zxvf fftw-3.3.4.tar.gz cd fftw-3.3.4 ./configure --enable-single make make install #2 Compile LADSPA git clone https://github.com/swh/ladspa.git cd ladspa ./configure make However it fails whatever the way I try it : /root@SheBe:~/ladspa# make make all-recursive make[1]: Entering directory '/root/ladspa' Making all in po make[2]: Entering directory '/root/ladspa/po' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/root/ladspa/po' Making all in util make[2]: Entering directory '/root/ladspa/util' gcc -DHAVE_CONFIG_H -I. -I.. -g -O2 -I@top_srcdir@/intl -I@top_srcdir@ -Wall -O3 -fomit-frame-pointer -fstrength-reduce -funroll-loops -ffast-math -fPIC -DPIC -march=armv6l -MT rms.o -MD -MP -MF .deps/rms.Tpo -c -o rms.o rms.c gcc: error: unrecognized argument in option ‘-march=armv6l’ gcc: note: valid arguments to ‘-march=’ are: armv2 armv2a armv3 armv3m armv4 armv4t armv5 armv5e armv5t armv5te armv6 armv6-m armv6j armv6k armv6s-m armv6t2 armv6z armv6zk armv7 armv7-a armv7-m armv7-r armv7e-m armv7ve armv8-a armv8-a+crc iwmmxt iwmmxt2 native Makefile:427: recipe for target 'rms.o' failed make[2]: *** [rms.o] Error 1 make[2]: Leaving directory '/root/ladspa/util' Makefile:1379: recipe for target 'all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory '/root/ladspa' Makefile:859: recipe for target 'all' failed make: *** [all] Error 2/ ANY IDEA ???? Thank you all ! Jean -- View this message in context: http://linux-audio.4202.n7.nabble.com/Convolution-with-LADSPA-Impulse-Convolver-on-the-Raspberry-Pi-B-tp100213.html Sent from the linux-audio-user mailing list archive at Nabble.com. _______________________________________________ Linux-audio-user mailing list Linux-audio-user@xxxxxxxxxxxxxxxxxxxx http://lists.linuxaudio.org/listinfo/linux-audio-user