Difference between revisions of "Build the Toolchain"

From Rigol Homebrew Wiki
Jump to: navigation, search
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Sorry, not complete yet...
+
== Download and install the Rigol toolchain ==
  
Download the Toolchain from
+
Install git if needed:
https://github.com/krater/rigol-toolchain
 
  
and follow the instructions in the README file...
+
sudo apt-get install git 
  
 +
To get the latest version of the toolchain, simply checkout the appropriate git repository with the line:
  
 +
git clone git://github.com/krater/rigol-toolchain.git
  
 +
Switch to the resulting directory:
  
----
+
cd rigol-toolchain
  
 +
Execute the install script, this will install all required packages and install the tool chain on your system:
  
build essentials + git
+
./install.sh
  
 +
<br>Now you are prepared for [[Patch_your_Firmware|patching your firmware]] and building the examples.
  
== Installing the Blackfin toolchain ==
 
  
Just follow the instructions [http://docs.blackfin.uclinux.org/doku.php?id=toolchain:installing here] to install the bfin-uclinux package.
 
  
  
  
== Download and install Rigol toolchain ==
+
Next step: [[Patch_your_Firmware]]
 
 
 
 
 
 
Then: [[Patch_your_Firmware]]
 

Latest revision as of 13:20, 26 June 2012

Download and install the Rigol toolchain

Install git if needed:

sudo apt-get install git  

To get the latest version of the toolchain, simply checkout the appropriate git repository with the line:

git clone git://github.com/krater/rigol-toolchain.git

Switch to the resulting directory:

cd rigol-toolchain

Execute the install script, this will install all required packages and install the tool chain on your system:

./install.sh


Now you are prepared for patching your firmware and building the examples.



Next step: Patch_your_Firmware