Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xiph/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-06-11 08:26:48 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2006-06-11 08:26:48 +0400
commit94d933e5d0bd6a71909bae4cfccd1cc8043a4f97 (patch)
treebacec93ea6ab64978668f9c3778c7a7e62c14d13 /README.blackfin
parentfe38575e83eaf38d731a99d60c3ce082888d43fa (diff)
Updated README.blackfin by David Rowe
git-svn-id: http://svn.xiph.org/trunk/speex@11559 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'README.blackfin')
-rw-r--r--README.blackfin12
1 files changed, 8 insertions, 4 deletions
diff --git a/README.blackfin b/README.blackfin
index 0bcf78e..7e8d600 100644
--- a/README.blackfin
+++ b/README.blackfin
@@ -3,7 +3,7 @@ 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:
+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 @@ In order to cross-compile for uclinux:
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