[mini2440-005] Build a development environment-install Ubuntu custom Configuration

Source: Internet
Author: User

First, set the root user password

sudo passwd Root

Second, install the Vim editor

sudo Install Vim-nox

Third, install 32-bit compatibility library
  Often encounter GCC installed, environment variable configuration, but is arm-none-eabi-gcc-v display can not find the command, in fact, in 64-bit Ubuntu is not installed 32-bit compatible libraries, resulting in 32 of ARM-NONE-EABI-GCC does not work 。

sudo Install lib32ncurses5 sudo Install LIB32Z1

Iv. installation of Ncurses Basic Library
Ncurses is the basic library for screen control under the character terminal. Many of the newly developed programs may not be used, but if you want to compile some old programs, you will often encounter them. This library is required for the make Menuconfig command when compiling kernel and u-boot.

sudo Install Libncurses5-dev

[mini2440-005] Build a development environment-install Ubuntu custom Configuration

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.