1. development Platform: Operating System: Ubuntu14.04 (RedHat and other systems are said to be inconvenient to use. This is the recommended Linux operating system) Virtual Machine: VMware10.0 (the latest version) software interface: QTE (qt-embeded) Cross-compilation tool: arm-linux-gcc-4.3.2PS: These software can be easily done online
1. Development Platform:
Operating System: Ubuntu 14.04 (RedHat and other systems are said to be inconvenient to use. This is the recommended Linux operating system)
Virtual Machine: VMware 10.0 (Latest Version)
Software Interface: QTE (qt-embeded)
Cross-compilation tool: arm-linux-gcc-4.3.2
PS: These software can be easily found online without a connection address.
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
2. Installation Package preparation:
Download arm-linux-gcc-4.3.2.tar.gz http://www.linuxidc.com/Linux/2011-04/34049.htm
Any location in the system file.
It is best to download the installation package in the XP environment, and then drag the installation package to any location in ubuntu in the virtual machine. (Vmware tools supports dragging from XP to virtual machines)
3. Installation Steps
1. Install the Standard C Development Environment
Linuxidc @ ubuntu :~ $ Sudo apt-get install gcc g ++ libgpc3 libg ++ make gdb
Or
Linuxidc @ ubuntu :~ $ Sudo apt-get install build-essential
2. decompress:
Linuxidc @ ubuntu :~ $ Sudo tar xvzf arm-linux-gcc-4.3.2.tgz-C/
Note: C is followed by a space and C is in uppercase. It is the first letter of the English word "Change,
Here is how to change the directory. Http://www.linuxidc.com/Linux/2011-10/44628.htm
-C/: Decompress the package to the specified directory. The root directory is specified here. Because the directory structure inside the package contains usr/local/arm, therefore, to decompress the package to the root directory is to decompress the file to the/usr/local/arm folder.
Run this command to install arm-linux-gcc to the/usr/local/arm/4.3.2 directory.
For more details, refer to the highlights on the next page.: Http://www.linuxidc.com/Linux/2014-05/102408p2.htm