Difference between revisions of "HIP:TS-7000:dropbear"

From Earlham CS Department
Jump to navigation Jump to search
(Compiling)
(crosstool)
Line 1: Line 1:
 
= Compiling =
 
= Compiling =
 
== crosstool ==
 
== crosstool ==
=== Download and setup TS crosstool package ===
+
=== download and setup ts crosstool package ===
 
* At the time of this writing, I downloaded '''Linux Crosstool gcc-4.0.1-glibc-2.3.5 -- unknown (05-20-2006)'''
 
* At the time of this writing, I downloaded '''Linux Crosstool gcc-4.0.1-glibc-2.3.5 -- unknown (05-20-2006)'''
 
  ftp://ftp.embeddedarm.com/ts-arm-linux-cd/cross-toolchains/crosstool-linux-gcc-4.0.1-glibc-2.3.5.tar.bz2
 
  ftp://ftp.embeddedarm.com/ts-arm-linux-cd/cross-toolchains/crosstool-linux-gcc-4.0.1-glibc-2.3.5.tar.bz2
  
=== Move it to / and unpack it ===
+
=== move it to / and unpack it ===
 
  cd /
 
  cd /
 
  sudo tar -xf crosstool-linux-gcc-4.0.1-glibc-2.3.5.tar
 
  sudo tar -xf crosstool-linux-gcc-4.0.1-glibc-2.3.5.tar
  
=== Add it to your path ===
+
=== add it to your path ===
 
  arm@crow:~/dropbear-0.49$ cat ~/.bash_profile | grep cross
 
  arm@crow:~/dropbear-0.49$ cat ~/.bash_profile | grep cross
 
  PATH=/opt/crosstool/gcc-4.0.1- glibc-2.3.5/arm-unknown-linux-gnu/bin:${PATH}
 
  PATH=/opt/crosstool/gcc-4.0.1- glibc-2.3.5/arm-unknown-linux-gnu/bin:${PATH}

Revision as of 10:33, 23 May 2007

Compiling

crosstool

download and setup ts crosstool package

  • At the time of this writing, I downloaded Linux Crosstool gcc-4.0.1-glibc-2.3.5 -- unknown (05-20-2006)
ftp://ftp.embeddedarm.com/ts-arm-linux-cd/cross-toolchains/crosstool-linux-gcc-4.0.1-glibc-2.3.5.tar.bz2

move it to / and unpack it

cd /
sudo tar -xf crosstool-linux-gcc-4.0.1-glibc-2.3.5.tar

add it to your path

arm@crow:~/dropbear-0.49$ cat ~/.bash_profile | grep cross
PATH=/opt/crosstool/gcc-4.0.1- glibc-2.3.5/arm-unknown-linux-gnu/bin:${PATH}

dropbear

Links