3.3 System Development Process
This section will show you the whole process of developing software
starting from building a development environment to making a customized
system.
3.3.1 Building Development Environment
1. Installing Cross Compilation Tools;
Put the DVD-ROM in your PC’s DVD drive, Ubuntu will mount it under
/media/cdrom/ automatically, and then execute the following instructions
in the terminal window of Ubuntu to uncompress the cross compiling tools
from /media/cdrom/linux/tools to $HOME;
cd /media/cdrom/linux/tools
tar xvf arm-eabi-4.4.0.tar.bz2 -C $HOME
tar xvf arm-2007q3.tar.bz2 -C $HOME
2. Copying More Tools;
Continue executing the following instructions to copy the tools required
during source code compilation from /linux/tools to $HOME/tools/;
Comments to this Manuals