Notes on installing the ARM cross compiler in Ubuntu. Configure environment for cross-compiling between armcc and arm-Linux in linux
Notes on installing the ARM cross compiler in Ubuntu.
Configuration http://www.linuxidc.com/Linux/2014-02/97346.htm for the cross-compiling environment of armcc and arm-Linux in linux
Install the arm-linux-gcc cross-compiling environment http://www.linuxidc.com/Linux/2014-05/102408.htm on Ubuntu in vmwarevm
Build http://www.linuxidc.com/Linux/2011-10/46183.htm of cross-compiling environment under Ubuntu
Install arm-linux-gcc-4.3.2 http://www.linuxidc.com/Linux/2011-11/46999.htm
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