Recently in tossing RedHat, the version I installed is rhel-server-6.1-x86_64. RHEL6.1 does not have the gcc and gcc-c ++ environments by default, and I have not purchased any genuine services. You can only find a way to install locally as follows: Upload and install the image rhel-server-6.1-x86_64-dvd.iso, And then m
Installation steps:This is the arm-linux-gcc-4.4.3.tar.gz package released by the friendly arm.First, the compressed package arm-linux-gcc-4.4.3.tar.gz stored in the OPT directory.Execute decompression command: sudo tar zxvf arm-gcc-4.4.3.tar.gzGet the directory as follows:Decompression after the original compressed package can be deleted, extracted after the pat
1. view the sun OS versionUname-a command to view the system version. It is known that it is SunOS.SunOS 5.8 is called Solaris 8SunOS 5.9 is called Solaris 9, so there will be no statement in the future. It will be Solaris 10.
The required software package for gcc installation is:
Gcc-3.4.6-sol10-x86-local libiconv-1.13.1-sol10-x86-localLibgcc-3.4.6-sol10-x86-local libintl-3.4.0-sol10-x86-local
2.
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
How to install ARM-LINUX-GCCTo Install the cross-compilation toolchain:1, first log in as root user2, copy arm-linux-gcc-4.3.2.tgz to the root directory in the TMP folder3. Unzip the command tar xvzf arm-linux-gcc-4.3.2-c/Note that the above command must have a-C and uppercase, there is a space behind to note. 4, the c
Ubuntu has been installed in the previous step, and the language pack is updated so that you can start next.
1. Install ARM-LINUX-GCC, whether you are downloading from the Internet, or the development of the CD inside, can be, the version is not limited, my is arm-linux-gcc-4.3.2.
Enter ARM-LINUX-GCC installation pac
Link: ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gcc
Or go to another IBM download site: http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/download.html
Select the GCC package based on your AIX version and GCC version.
Rpm-I gcc-3.3.2-5.aix5.3.ppc.rpm
After installation, run
1. System Environment Preparation
A. The system shell is changed to bash because the system's default shell usage is not convenient.
# which bash
Usr/bin/bash
# usermod-s/usr/bin/bash Root
B. Establishment of the system. Profile file:
# Cp/etc/skel/local.profile/.profile
C. Add the following in the. profile file
Path=/usr/bin:/usr/local/bin:/usr/ucb:/etc:/usr/sbin:/usr/bin:/usr/sfw/bin:/usr/ccs/bin:/opt/csw/bin:.
Export PATH
Export ps1= '/u:/w# '
D. Install
Which, we can see that Mac OS x 10.7.3 is pre-installed with ruby-1.8.7, but it seems that as a UNIX system, there is no GCC or make, so I started to toss my Macbook.In fact, it is easy to install xcode if you want GCC. But here is a pitfall. I installed xcode from the appstore, Which is 1.7g large, although I don't need xcode, however, since I need to use it thi
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 a cross-compilation environment in Ubuntu
Install ORACLE11GR2 in CentOS6.7, install gcc-with the following command when checking package installation, an error occurred[Email protected] packages]# RPM-IVH gcc-4.4.7-16.el6.x86_64.rpmWarning:gcc-4.4.7-16.el6.x86_64.rpm:header V3 rsa/sha1 Signature, key ID C105b9de:nokeyerror:failed dependencies:CLOOG-PPL >= 0.15
Take gcc-4.3 and g ++-4.3 as an example: after sudoapt-getinstallgcc-4.3g ++-4.3 enters/usr/bin: cd/usr/bin first delete gcc associated with gcc4.4: sudormgccsudormg ++ re-build a soft-connection sudoln-sgcc-4.3gccsudoln-sg +...
Take gcc-4.3 and g ++-4.3 as an example:Sudo apt-get install
On windows, many people are used to writing and compiling code using VC or Visual Studio. what tools can be used to compile C ++ code in ubuntu?The compiler for compiling C and C ++ code on ubuntu is GCC and G ++.How can I install gcc and g ++ on ubuntu?Command for installing gcc and g ++ in ubuntu:
Sudo
Today, I started centos on a virtual machine, but before I want to share files on a Windows Host in Linux, I need to install vmware-tools first. What is the location of GCC... So we started to install GCC.
Installing GCC also requires a correct sequence. For example,
Test the achievements of predecessors, combined with their own practice, arm-linux-gcc-4.4.3.tar.gz download Address: http://ishare.iask.sina.com.cn/f/13836544.html?from=like
I use the system is Ubuntu12.04, but as long as Ubuntu should be able to install this step.
1. Extract Files
Extract the Tar zxvf arm-linux-gcc-4.4.3.tar.gz-c/(directly after decompres
ForGCC (G ++)Because such software is not usually dependent on many packages, it is believed that a depends on B, B depends on C, C depends on D, E, and so on, and many others will crash;
Note:
1. The following is an example of the RHEL 6.1 x64 platform (32-bit and so on);
2. the version number of each software package may need to be changed to the version number on your G disk;
Insert the disc and enter the directory CD/Media/packages to
I used the default installation, so GCC was not installed. A component used by GCC to install the source code package. You can install the following package in sequence.
1) [root @ rhel5 server] # rpm-IVH kernel-headers-
2.6.18
-53. el5.i386. rpm
2) [root @ rhel5 server] # rpm-IVH glibc-headers-2.5-18.i3
Install gcc programming in Linux-general Linux technology-Linux programming and kernel information. The following is a detailed description. Since no programming software is installed, you cannot directly use the gcc command. At first, I planned to install the software package. Later I found that the file gcc296 exists
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.