akgunkel

 

Hyperscantools

Page history last edited by Anonymous 1 yr ago

Hyperscan Toolchain

 

How-To for setting up a hyperscan toolchain.

 

 

Set up GCC with cross-platform development tools for score.

 

  1. Download GCC 4.2.3 or higher from http://gcc.gnu.org
  2. uncompress into a directory, henceforth referred to as "srcdir" here.
  3. make a new directory to build gcc into. (henceforth "objdir")
  4. build gcc:

 

cd objdir

srcdir/configure --enable-targets=all

make

 

 

 

Setup dev. libraries for eCOS

 

See http://ecos.sourceware.org/ecos/getstart.html

 

mkdir /eCOS

wget --passive-ftp ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl

sh ecos-install.tcl

 

 

Ok, the above for eCOS was useless under Ubuntu.

  1. Download ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl in firefox.
  2. sudo apt-get install tcl8.4
  3. sh ecos-install.tcl

 

 

 

 

Setup uClinux dev chain.

Comments (0)

You don't have permission to comment on this page.