Welcome![Sign In][Sign Up]
Location:
Search - gcc 2.95.

Search list

[Linux-Unixgcc-2.95.3

Description: gcc-2.95.3 Linux下最常用的C编译器-gcc - 2.95.3 Linux the most commonly used C compiler
Platform: | Size: 13513030 | Author: 王勇 | Hits:

[Embeded Linuxgccandpatch

Description: gcc-2.95.3,gcc的编译器和其补丁,我有很多这种源代码glibc,binutils,ccaches等有人要的话可以发信给我-gcc- 2.95.3, the gcc compiler and its patches, I have a lot of this source code glibc, binutils, ccaches to other people so I can write to
Platform: | Size: 9970688 | Author: 孟晓露 | Hits:

[Linux-Unixgcc-2.95.3

Description: gcc-2.95.3 Linux下最常用的C编译器-gcc- 2.95.3 Linux the most commonly used C compiler
Platform: | Size: 13512704 | Author: 王勇 | Hits:

[Internet-Networkgcc-core-2.95.3.tar

Description: 这是一个linux 嵌入式系统中很重要的GCC编译器程序-This is a linux embedded system is very important GCC compiler procedures
Platform: | Size: 8896512 | Author: lia | Hits:

[ARM-PowerPC-ColdFire-MIPSsht11_driver

Description: 自己写的SHT11驱动 CPU为AT9200,linux内核版本为2.4.27 编译环境为gcc-2.95.3-himself wrote the SHT11 driven CPU for AT9200, linux kernel version 2 .4.27 build environment for gcc- 2.95.3
Platform: | Size: 2048 | Author: 江山 | Hits:

[Othergcc-2.95.3.tar

Description: gcc编译工具没有什么特别,就是直接编译可用-gcc compiler tool nothing special, that is, the compiler can be used directly
Platform: | Size: 12911616 | Author: hanke | Hits:

[ELanguagearm-2.95.3.tar

Description: gcc编译器 arm-2.95.3.tar.gz-gcc compiler arm-2.95.3.tar.gz
Platform: | Size: 10256384 | Author: John | Hits:

[Linux-Unixcamsnap

Description: 程序是根据vidcat改的,只能抓PPM的图. makefile的内容如下,请注意打小写: cc=gcc #cflags=-i/firendly-arm/kernel/include -i/usr/local/arm/2.95.3/arm-linux/include -wall -dhave_libjpeg #-dvideo_dev=\"/dev/v4l/video0\" -dversion=\"0.7.2\" cflags=-wall -dvideo_dev=\"/dev/video0\" -dversion=\"0.7.2\" camsnap: camsnap.c 用法如下: camsnap -v -s 420x420 -o my.ppm 这儿请注意:s 的大小必需是8能整除的倍数. 这个程序我是在rh9下作的,需要交叉编译的朋友就把注释去掉,再给下面的注释就可以了.-Vidcat procedure is in accordance with the law, can only grasp PPM plans. Makefile reads as follows, please note that playing lowercase: cc = gcc# Cflags =- i/firendly-arm/kernel/include-i/usr/local/arm/2.95 .3/arm-linux/include-wall-dhave_libjpeg#-dvideo_dev =
Platform: | Size: 2048 | Author: yinlingpeng | Hits:

[Linux-Unixgcclib

Description: gcclib This gcc 1.40 suits for Linux kernel 0.11 - 0.95 Installtion hints ----------------- This suit contains include.taz, local.taz and this README file. You must download the bootimage and rootimage and install them first. The include.taz contains all the include files for using with gcc 1.40. The local.taz contains all the gcc tools & libs stored in two sepearted directories: /usr/local/lib /usr/local/bin You should copy the linux/ asm/ sys/ subdirectories into the include directory from the corresponding kernel source. Installation ------------ Goto the /usr directory. Untar the include.taz to the directory /usr/include. Untar the local.taz to the directory /usr/local. That s it! Example: -------- cd /usr tar zxvf include.taz tar zxvf local.taz-gcclibThis gcc 1.40 suits for Linux kernel 0.11- 0.95Installtion hints----------------- This suit contains include.taz, local.taz and this README file.You must download the bootimage and rootimage and install them first.The include.taz contains all the include files for using with gcc 1.40.The local.taz contains all the gcc tools
Platform: | Size: 621568 | Author: xxxxxu | Hits:

[Linux-Unixinterrupt

Description: interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc -o interrupt interrupt.c * $cp interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #insmod eintdrv.o * #mknod eint c 98 0 * #./interrupt-interrupt application code * compile : * $/usr/local/arm/2.95.3/bin/arm-linux-gcc-o interrupt interrupt.c * $cp interrupt /tftpboot/examples * run in target: * #mount 192.168.1.180:/tftpboot/ /mnt/nfs * #cd /mnt/nfs/examples * #insmod eintdrv.o * #mknod eint c 98 0 * #./interrupt
Platform: | Size: 1024 | Author: nameblue | Hits:

[Other Embeded programgpio-test

Description: 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、#export PATH=$PATH:/usr/local/arm/2.95.3/bin //取决于你宿主机上的交叉编译工具路径 #arm-linux-gcc -o gpio_test gpio_test.c //编译应用程序 最终在你的当前文件夹下会生成gpiodrv.o与gpio_test两个文件。 4、#mkdir /tmp/1 5、通过ftp的方法,把gpio_test与gpiodrv.o文件下载到你的开发板上的/tmp/1目录中。 6、#mknod /dev/gpio c 220 0 //创建文件节点 #insmod gpiodrv.o #chmod +x gpio_test #./gpio_test 然后,就可以看到四个LED灯在闪烁了。:)-1, the makefile in the CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include CFLAGS+ =- I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+ =- I/usr/local/arm/2.95.3/arm-linux/include changed the path on your host. 2,# make, to compile driver modules. 3,# export PATH = $ PATH:/usr/local/arm/2.95.3/bin// depends on your host on the path of the cross compiler tool# arm-linux-gcc-o gpio_test gpio_test.c// compile the application procedures for the ultimate in your current folder will be generated under the two documents gpiodrv.o and gpio_test. 4,# mkdir/tmp/1 5, through the ftp way to gpiodrv.o File Download gpio_test with the development of your board/tmp/1 directory. 6,# mknod/dev/gpio c 220 0// create a file node# insmod gpiodrv.o# chmod+ x gpio_test#./Gpio_test then four LED lights can be seen in the flicker of. :)
Platform: | Size: 9216 | Author: 马工 | Hits:

[Crack Hackprophor0.2.7-dev

Description: 一个简单的多用户 IRC BNC服务软件,支持MD5 等hash过的密码。-An easy multiuser IRC BNC server. Supporting many features such as MD5 hashed passwords, SSL connections, vhosts, awaynick, pm logging while away Tested on Linux and FreeBSD, and compiles with gcc versions from 2.95.4 to 4.0.
Platform: | Size: 96256 | Author: shepherd | Hits:

[SCMucosfor_GCC

Description: uC/OS-II, The Real-Time Kernel Atmel AT90/AVR Port for AVR-GCC READ ME FILE Acknowledgements: Most files in this port is based on the Atmel AVR port for the IAR compiler by Ole Saether. Without his work, porting to avr-gcc would have taken much longer. ------------------------------- AVR C COMPILER -------------------------------- 1) This version of the avr-gcc port is based on version 2.95.2 of avr-gcc. Versions of this can be found at : http://8bit.at/avr/ http://www.gwdg.de/~mrickma/avr/ http://home.overta.ru/users/denisc/ 2) It is assumed that the command line version of the GCC compiler is installed as described in the compiler documentation. - uC/OS-II, The Real-Time Kernel Atmel AT90/AVR Port for AVR-GCC READ ME FILE Acknowledgements: Most files in this port is based on the Atmel AVR port for the IAR compiler by Ole Saether. Without his work, porting to avr-gcc would have taken much longer. ------------------------------- AVR C COMPILER-------------------------------- 1) This version of the avr-gcc port is based on version 2.95.2 of avr-gcc. Versions of this can be found at : http://8bit.at/avr/ http://www.gwdg.de/~mrickma/avr/ http://home.overta.ru/users/denisc/ 2) It is assumed that the command line version of the GCC compiler is installed as described in the compiler documentation.
Platform: | Size: 15360 | Author: vinkerl | Hits:

[source in ebooksystemc-2.2.0.tar

Description: SystemC Class Library (Rel. 2.2.0) TLM模擬硬體功能。 - SystemC Class Library (Rel. 2.2.0) ================================== This is the release of the SystemC 2.2.0 Class Library. ------------------------------------------------------------------------------- IMPORTANT 1. This is the release of SystemC 2.2.0. This release contains bug fixes for SystemC 2.1.v1 as well as adding IEEE 1666(tm) compliance features. 2. This release is supported on the following platforms for which it has been well tested: o Sun Solaris 2.8 with GNU C++ compiler versions gcc-2.95.3, gcc-3.2.3, and gcc-3.3.2 o Sun Solaris 2.8 with SUN C++ compiler versions SC6.1, SC6.2, and Forte 7. (Note: tests that use the new dynamic process feature do not compile with SC6.1 ) o Linux (Redhat 6.2) with GNU C++ compiler version gcc-2.95.3 o Linux (Redhat 7.2) with GNU C++ compiler version gcc-2.95.3 o Linux (Redhat 8.0) with GNU C++ compiler versi
Platform: | Size: 8273920 | Author: 謝君誠 | Hits:

[Linux-Unixvoiced

Description: linux 下的音频编程,里面包含有相应的库文件arm-linux-gcc 2.95 编译器编译,可以录音并保存文件,播放录音-audio programming under linux, which contains the appropriate library file arm-linux-gcc 2.95 compiler, you can record and save the file, play the recording
Platform: | Size: 9216 | Author: jiang | Hits:

[Linux-Unixnotypetest

Description: Sample program for configure to test for broken X11 headers that confuse gcc 2.95 and better on target platforms such as Solaris for Linux.
Platform: | Size: 4096 | Author: mipiehing | Hits:

[Embeded-SCM Developyassh-0.0.3

Description: 嵌入式SSH Server,支持各种单片机,小巧,轻量-Switches to server transport support, and initial client authentication. Supported platforms include Linux, FreeBSD, NetBSD, OpenBSD, Solaris, QNX, and Mac OS X with GCC 2.95.2- 4.3 (use unzip-a).
Platform: | Size: 476160 | Author: stephen1w | Hits:

[Internet-Networkgcc-2.95.2.tar

Description: gcc 2.95 version for linux. It is one of the stable versions of gcc.
Platform: | Size: 12886016 | Author: sc | Hits:

[Linux-Unixcdc-wdm

Description: USB CDC Device Management userspace API definitions.ashrdi3.c extracted gcc-2.95.2 libgcc2.c. -USB CDC Device Management userspace API definitions.ashrdi3.c extracted gcc-2.95.2 libgcc2.c.
Platform: | Size: 1024 | Author: kaojlbing | Hits:

[Linux-Unixgcc-2.95.1.tar

Description: gcc ver2.95.1 gnu c compiler
Platform: | Size: 12872704 | Author: eatun | Hits:
« 12 »

CodeBus www.codebus.net