Chinaunix

标题: Install DVS-Linux Distribution [打印本页]

作者: joneson119    时间: 2008-06-18 17:06
标题: Install DVS-Linux Distribution

Install DVS-Linux Distribution
The installation of DVS-Linux can be achieved by tar-archive extraction with the sequence started below:
Copy the file “arm-linux-20080617.tgz” to /usr/src directory
#cp arm-linux-20080617.tgz /usr/src
Extract the file “arm-linux-20080617.tgz”
#cd /usr/src
#tar zxvf arm-linux-20080617.tgz
Install toolchain(GCC-2.95.3,Binutils-2.11.2,and GLIBC-2.2.3) to directory usr/local
#cp /usr/src/arm-linux/toolchain/arm-linux-toolchain.tgz /usr/local
#cd /usr/local
#tar zxvf arm-linux-toolchain.tgz
#rm –f arm-linux-toolchain.tgz
This step will extract the output files “GCC-2.95.3”,”Binutils-2.11.2”,and “GLIBC-2.2.3” and stored in the directory /usr/local/arm.
Add GCC execution path to shell environment
You can add the working path to your environment with the following command .
#exprot PATH=$PATH:/usr/local/arm/2.95.3/bin
For your convenience, you can edit the .bashrc file to add a line under BASH environment in your home directory.
PATH=$PATH:/usr/local/arm/2.95.3/bin
After completing the installation steps, you can then build the DVS-linux kernel or application.


本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/67908/showart_1004751.html




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2