Changes

Jump to navigation Jump to search
m
Line 23: Line 23:  
== Installing cross compiling toolchain ==
 
== Installing cross compiling toolchain ==
 
Run the following to install a newer cross compiling toolchain from your distro's package tree along with other necessary utilities:
 
Run the following to install a newer cross compiling toolchain from your distro's package tree along with other necessary utilities:
<syntaxhighlight lang="text">apt-get install -y git bc bison flex libssl-dev make device-tree-compiler libc6-dev libncurses5-dev crossbuild-essential-armhf crossbuild-essential-arm64</syntaxhighlight>
+
<syntaxhighlight lang="text">apt-get install -y git bc bison flex rsync libssl-dev make device-tree-compiler libc6-dev libncurses5-dev crossbuild-essential-armhf crossbuild-essential-arm64</syntaxhighlight>
    
=== GCC 4.9 ===
 
=== GCC 4.9 ===

Navigation menu