Ubuntu ARM Cross-compile
From Manuals
(Difference between revisions)
Support (Talk | contribs)
(Created page with '1. Install the following packages sudo apt-get install g++ libncurses5-dev sudo apt-get install libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi sudo apt-ge…')
Newer edit →
(Created page with '1. Install the following packages sudo apt-get install g++ libncurses5-dev sudo apt-get install libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi sudo apt-ge…')
Newer edit →
Revision as of 18:22, 24 November 2015
1. Install the following packages
sudo apt-get install g++ libncurses5-dev sudo apt-get install libc6-armel-cross libc6-dev-armel-cross binutils-arm-linux-gnueabi sudo apt-get install u-boot-tools install mtd-utils
