From 54068aa116eb79cf0e02296b763318ad65ead724 Mon Sep 17 00:00:00 2001 From: Lorry Date: Wed, 18 Jul 2012 21:35:23 +0100 Subject: Tarball conversion --- README.blackfin | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.blackfin (limited to 'README.blackfin') diff --git a/README.blackfin b/README.blackfin new file mode 100644 index 0000000..7e8d600 --- /dev/null +++ b/README.blackfin @@ -0,0 +1,21 @@ +Speex has been ported to the Blackfin DSP, for the STAMP development board. + +This port has been tested on the STAMP development board and requires the +toolchain available at http://blackfin.uclinux.org/ + +1/ In order to cross-compile for uClinux from the Speex tarball: + + ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux + cd libspeex + make + +The --enable-blackfin-asm option is not required, but it speeds up Speex by +approximately a factor of two. + +2/ In order to cross-compile for uClinux from the Speex SVN: + + svn co http://svn.xiph.org/trunk/speex speex-trunk + cd speex-trunk + ./autogen.sh --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux + cd libspeex + make -- cgit v1.2.1