gcc_make_18.04.5.zip
2021-08-03 14:00:58 26.57MB ubuntu
1
搭建PX4环境时需要下载的编译链,自己去官网也是可以下载的,但是很慢而且可能下载一半就失败了,所以有条件的朋友可以考虑直接在这下载。
2021-08-03 13:00:33 112.94MB PX4环境搭建 gcc-arm-none工具链
1
gccRpm离线下载,redis安装前置依赖,一网打尽,不用手动去找
2021-08-03 09:36:32 26.49MB redis Gcc
1
gcc离线安装包,离线安装方便快捷,适用于centos6.8版本,本人测试有效。
2021-08-03 09:27:30 26.79MB gcc
用于安装SFML
2021-08-03 09:26:54 134.3MB DevC++
1
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