Build the Toolchain

From Rigol Homebrew Wiki
Revision as of 13:05, 26 June 2012 by Matt (talk | contribs)

Jump to: navigation, search

Download and install the Rigol toolchain

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 and start a make with

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