1 Speex has been ported to the Blackfin DSP, for the STAMP development board.
3 This port has been tested on the STAMP development board and requires the
4 toolchain available at http://blackfin.uclinux.org/
6 1/ In order to cross-compile for uClinux from the Speex tarball:
8 ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
12 The --enable-blackfin-asm option is not required, but it speeds up Speex by
13 approximately a factor of two.
15 2/ In order to cross-compile for uClinux from the Speex SVN:
17 svn co http://svn.xiph.org/trunk/speex speex-trunk
19 ./autogen.sh --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux