centos 7 安装gcc所需要的包,gcc-4.8.5-28.el7.x86_64.rpm、cpp-4.8.5-28.el7.x86_64.rpm、glibc-2.17-222.el7.x86_64.rpm、glibc-common-2.17-222.el7.x86_64.rpm、glibc-devel-2.17-222.el7.x86_64.rpm、glibc-headers-2.17-222.el7.x86_64.rpm、kernel-headers-3.10.0-862.el7.x86_64.rpm、libmpc-1.0.1-3.el7.x86_64.rpm、mpfr-3.1.1-4.el7.x86_64.rpm
2021-08-03 09:05:45 40.75MB gcc mpfr
1
linux gcc离线资源
2021-08-03 09:05:25 26MB gcc离线
1
linux 离线安装编译需要。 操作步骤: # gcc --version # tar xzvf gcc.tar.gz # cd gcc # rpm -Uvh *.rpm --nodeps --force # gcc --version gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-39)
2021-08-02 17:15:33 47.47MB gcc
1
cpp-4.1.2-48.el5.x86_64.rpm gcc-4.1.2-48.el5.x86_64.rpm gcc-c++-4.1.2-48.el5.x86_64.rpm glibc-2.5-49.x86_64.rpm glibc-common-2.5-49.x86_64.rpm glibc-devel-2.5-49.x86_64.rpm glibc-headers-2.5-49.x86_64.rpm kernel-headers-2.6.18-194.el5.x86_64.rpm libgcc-4.1.2-48.el5.x86_64.rpm libgomp-4.4.0-6.el5.x86_64.rpm libstdc++-4.1.2-48.el5.x86_64.rpm libstdc++-devel-4.1.2-48.el5.x86_64.rpm nscd-2.5-49.x86_64.rpm 为了装个gcc,网上到处找资源,花了2天时间,64位的完整资源几乎没有,开始装了个32位的结果不好用,最后发现服务器上有,悲催啊,这个资源拷贝下来大家用
2021-08-02 14:09:36 32.82MB gcc x86_64 gcc4.1.2
1
一个小型的操作系统,采用gcc进行开发,几千行的代码,方便初学者学习,内含有编译好的映像文件,及bochs模拟器配置文件,可在bochs下模拟运行。如下为源码包内的README文件: # # Snixos Project version 1.0, 2003.6 # (C) Copyright 2003,2004,2005 Jockeyson,KeqianGao # All Rights Reserved. # Distributed under the terms of the GNU General Public License. # # This program is a free and open source software and you can redistribute # it and/or modify it under the terms of the GNU General Public License as # published by the Free Software Foundation. As no any liability is assumed # for any incidental or consequential damages in connection with the # information or program fragments contained herein,so any exception arised # is at your own risk. It is ABSOLUTELY WITHOUT ANY WARRANTY. # Bug report please send to Snallie@tom.com . # 0. What is Snixos Project? Snixos Project is an experimental operating system designed by Jockeyson , KeqianGao aiming at multitask/multithread, Chinese envionment including Chinese characters input and ouput etc... 1. What you need to run Snixos PC with the following minimum configuration: CPU: i386 or above MEM: 2M extended memory or more DISPLAY: VGA or above Floppy Drive: 1.44M 2. Compile Environment RH Linux 7.2 or above (kernel 2.4.7-10 ) NASM 0.98 gcc version 2.96 20000731 (Red Hat Linux 7.1 2.96-98) 3. Compile and install a. unpack the source package tar zxvf snixos_x.x_YYYYMMDD_HHMMSS.tgz b. cd to snixos cd snixos c. before make insert a 1.44M floppy in drive c.1 to make snixos run in VGA text mode make clean make VIDEO=TEXT diskimg make floppy c.2 to make snixos run VGA graphics mode make clean make diskimg make floppy d. bootup with the floppy just created in step c also you can follow this way to run snixos in bochs either in Windows or Linux a. just as the above b. just as the above c. invoke these command: make clean; make diskimg you'll get a snixos ima
2021-07-31 13:02:22 506KB snixos
1
可用于Linux下stm32工程的编译
2021-07-30 17:21:14 43.1MB 交叉编译
1
gcc 安装包,rpm,以及依赖包,包括 cpp-4.8.5-28.el7.x86_64.rpm gcc-4.8.5-28.el7.x86_64.rpm gcc-c++-4.8.5-36.el7.x86_64.rpm glibc-devel-2.17-222.el7.x86_64.rpm glibc-headers-2.17-222.el7.x86_64.rpm kernel-headers-3.10.0-862.el7.x86_64.rpm libmpc-1.0.1-3.el7.x86_64.rpm mpfr-3.1.1-4.el7.x86_64.rpm
2021-07-30 10:52:25 33.18MB gcc g++
1
安装教程https://xiong535.blog.csdn.net/article/details/106976355
2021-07-29 20:24:57 133.86MB arm
1
编译工具,适用于omap3530_linux等,上传做个备份,想学习的朋友可以下载
2021-07-29 15:36:04 73.83MB arm linux gcc 4.3.3
1
详细讲解了在centos 7上安装gcc 7.3的过程: 1.下载gcc 2.安装开发工具 3.把gcc解压缩 4.安装gcc的依赖软件 5.把这几个文件复制到外面一层目录,解压缩。 6.把解压的目录复制到gcc-7.3.0目录中 7.生成makefile 8.编译 9.安装
2021-07-29 10:46:49 867B centos linux gcc
1