Build an Embedded ARM environment in Ubuntu

Source: Internet
Author: User
After Ubuntu10.4 is successfully installed on the Virtual Machine (1) Open the terminal sudo-I and prompt you to enter the password and then Log On As root (2) install G ++ apt-getinstallg ++ pentium-builder (3) install the software apt-getinstallsambasmbfs (4) smbclie that interacts with windows systems

After Ubuntu 10.4 is successfully installed on a virtual machine

(1) Open the terminal sudo-I and prompt to enter the password and then log on as root.

(2) install G ++ apt-get install g ++ pentium-builder

(3) install the apt-get install samba smbfs software that interacts with windows systems

(4) smbclient // 192.168.1.4/share-U yanzi where 192.168.1.4 is the IP share of the windows system and the shared folder created in windows

(If the connection is established successfully, there will be a manual flag.) After yanzi is successfully connected to the username in ubuntu, use get to copy files from windows to ubuntu. put is the opposite.

(5) install the NFS service

Apt-get install nfs-kernel-server

Gedit/etc/exports &

Add

/Nfs (rw, sync, no_subtree_check)

Run/etc/init. d/nfs-kernel-server restart.

(6) compiler path settings

Gedit/etc/bash. bashrc &

Add export PATH =/yanzi/4.3.3/opt/EmbedSky/4.3.3/bin/: $ PATH (/yanzi/4.3.3/opt/EmbedSky/4.3.3/as the PATH, this is my own)

Run source/etc/bash. bashrc

Run arm-linux-gcc-v to view

(7) apt-get install build-essential kernel-package libncurses5-dev fakeroot

Library required for installation of make menuconfig

(8) install the library required for compiling Qt

Apt-get install libX11-dev libXext-dev libXtst-dev libXrender-dev

(9) install and compile the library required by the tslib Library

Apt-get install autoconf libtool

Related Article

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.