1.Arm-linux-gcc-4.3.2:
(Http://www.friendlyarm.net/dl.php? File = arm-linux-gcc-4.3.2.tgz)
2.
Arm-linux-gcc-4.3.2 Installation Steps:
1. Install the compiled tool:
Download arm-linux-gcc-4.3.2.tgz around 84 m
First, log on as the root user,Copy the arm-linux-gcc-4.3.2.tgz to the tmp folder in the root directory and unzip the command
Tar xvzf arm-linux-gcc-4.3.2-C/
Note that the preceding command must have-C and uppercase letters followed by a space.
Then, configure the compiling environment path gedit/root/. bashrc and wait for a moment to come out of the text editor and add the following to the last (last line) of the file.Code
Export Path =/usr/local/ARM/4.3.2/bin: $ path
In this case, you can verify that the arm-Linux-gcc-V is successful under the root user (note that you must log on again). log out is also configured for the profile;If you want it to be used by non-superusers
First, log in as a user,
1. Enter the command: VI ~ /. Bashrc
Edit the. bashrc file and add export Path =/usr/local/ARM/4.3.2/bin: $ path to the end of the file.
2. Enter the command gedit/etc/profile.
Add Path =/usr/local/ARM/4.3.2/bin: $ path to the end of the file.
After saving the changes to the profile, execute source/etc/profile. After logging out, verify that arm-Linux-gcc-V is okay.