[xiph-commits] r11559 - trunk/speex

jm at svn.xiph.org jm at svn.xiph.org
Sat Jun 10 21:26:51 PDT 2006


Author: jm
Date: 2006-06-10 21:26:48 -0700 (Sat, 10 Jun 2006)
New Revision: 11559

Modified:
   trunk/speex/README.blackfin
Log:
Updated README.blackfin by David Rowe


Modified: trunk/speex/README.blackfin
===================================================================
--- trunk/speex/README.blackfin	2006-06-11 04:24:03 UTC (rev 11558)
+++ trunk/speex/README.blackfin	2006-06-11 04:26:48 UTC (rev 11559)
@@ -3,7 +3,7 @@
 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:
+1/ In order to cross-compile for uClinux from the Speex tarball:
 
   ./configure --enable-blackfin-asm --enable-fixed-point --host=bfin-uclinux
   cd libspeex
@@ -12,6 +12,10 @@
 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 2005 build)
+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



More information about the commits mailing list