Location:
Search - GCC 2.95.3
Search list
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: 9970973 |
Author: 孟晓露 |
Hits:
Description: gcc-2.95.3 Linux下最常用的C编译器-gcc - 2.95.3 Linux the most commonly used C compiler
Platform: |
Size: 13513030 |
Author: 王勇 |
Hits:
Description: 这是一个linux 嵌入式系统中很重要的GCC编译器程序-This is a linux embedded system is very important GCC compiler procedures
Platform: |
Size: 8896721 |
Author: lia |
Hits:
Description: 不包含识别算法,在m68k-elf-gcc 2.95.3下编译通过,还没做实物测试。包含了系统初始化和液晶显示模块,传感器数据录入。
-does not include recognition algorithm, the m68k - elf-gcc 2.95.3 under compile, No physical tests done. Includes system initialization and LCD modules, sensor data input.
Platform: |
Size: 68136 |
Author: 刘维 |
Hits:
Description: gcc编译工具没有什么特别,就是直接编译可用
Platform: |
Size: 12911721 |
Author: hanke |
Hits:
Description: gcc编译器 arm-2.95.3.tar.gz
Platform: |
Size: 10256188 |
Author: John |
Hits:
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:
Description: gcc-2.95.3 Linux下最常用的C编译器-gcc- 2.95.3 Linux the most commonly used C compiler
Platform: |
Size: 13512704 |
Author: 王勇 |
Hits:
Description: gcc-inline-asm.rar 一部讲解嵌入式汇编的书籍-gcc- inline-asm.rar embedded on a compilation of books
Platform: |
Size: 54272 |
Author: weichao |
Hits:
Description: 这是一个linux 嵌入式系统中很重要的GCC编译器程序-This is a linux embedded system is very important GCC compiler procedures
Platform: |
Size: 8896512 |
Author: lia |
Hits:
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:
Description: toolchain gcc-2.95.3 glibc-2.2.2 for ARM s3c2410
Platform: |
Size: 19176448 |
Author: Dogan CILE |
Hits:
Description: gcc编译工具没有什么特别,就是直接编译可用-gcc compiler tool nothing special, that is, the compiler can be used directly
Platform: |
Size: 12911616 |
Author: hanke |
Hits:
Description: gcc编译器 arm-2.95.3.tar.gz-gcc compiler arm-2.95.3.tar.gz
Platform: |
Size: 10256384 |
Author: John |
Hits:
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:
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:
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:
Description: gcc-2.95.3是嵌入式linux系统的编译工具,并且具有稳定的特性-is gcc-2.95.3 compiler embedded linux system tools, and the characteristics of a stable
Platform: |
Size: 8192 |
Author: 刘自强 |
Hits:
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:
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: