How-To for setting up a hyperscan toolchain.
Set up GCC with cross-platform development tools for score.
- Download GCC 4.2.3 or higher from http://gcc.gnu.org
- uncompress into a directory, henceforth referred to as "srcdir" here.
- make a new directory to build gcc into. (henceforth "objdir")
- build gcc:
cd objdir
srcdir/configure --enable-targets=all
make
Setup dev. libraries for eCOS
See http://ecos.sourceware.org/ecos/getstart.html
Ok, the above for eCOS was useless under Ubuntu.
- Download ftp://ecos.sourceware.org/pub/ecos/ecos-install.tcl in firefox.
- sudo apt-get install tcl8.4
- sh ecos-install.tcl
Setup uClinux dev chain.
Comments (0)
You don't have permission to comment on this page.