[xiph-commits] r9426 - trunk/speex
jm at motherfish-iii.xiph.org
jm at motherfish-iii.xiph.org
Thu Jun 9 21:29:23 PDT 2005
Author: jm
Date: 2005-06-09 21:29:21 -0700 (Thu, 09 Jun 2005)
New Revision: 9426
Added:
trunk/speex/README.blackfin
Log:
README for the Blackfin port
Added: trunk/speex/README.blackfin
===================================================================
--- trunk/speex/README.blackfin 2005-06-10 02:36:24 UTC (rev 9425)
+++ trunk/speex/README.blackfin 2005-06-10 04:29:21 UTC (rev 9426)
@@ -0,0 +1,17 @@
+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/
+
+In order to cross-compile for uclinux:
+export CC=bfin-uclinux-gcc
+./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
+make
+make install
+
+The --enable-blackfin-asm option is not required, but it speeds up Speex by
+approximately a factor of two.
+
+If you're getting a crash when enabling --enable-blackfin-asm then your
+toolchain (assembler in fact) is probably too old (a bug was fixed in the
+June 3rd build)
More information about the commits
mailing list