Install the ARM cross compiler graphic tutorial in Ubuntu
Notes on installing the ARM cross compiler in Ubuntu.
Configure the cross-compiling environment between armcc and arm-Linux in linux
Install the arm-linux-gcc cross-compiling environment on Ubuntu in vmwarevm
Build a cross-compilation environment in Ubuntu
Install arm-linux-gcc-4.3.2
1. Download an object:
Package: arm-linux-gcc-4.5.1-v6-vfp-20120301.tgz
Http://pan.baidu.com/s/1pJwQ6Sj
2. Start installation (we recommend that you create a folder) and copy the file to the new folder.
Enter the command: sudo tar xvzf arm-linux-gcc-4.5.1-v6-vfp-20120301.tgz
After the installation is complete, enter the ls command to view an opt folder, as shown in figure
3. Modify environment variables and add the PATH of the cross compiler to PATH:
Use the tab key completion function to enter this path, as shown in figure
Enter the pwd command to view the absolute path of the current path.
/Home/cf/ARM/opt/FriendlyARM/toolschain/4.5.1/bin