搜索资源列表
c环境下的编译器
- 在c环境下的编译器 一.实验完成主要功能描述: 1.if语句 2.if_else语句 3.while语句 4.数组 5.函数调用 6.对外部函数printf的调用(用于打印) 二.测试环境 1.fedora core 4(OS) 2.lex version 2.5.4 3.yacc 4.gcc (GCC) 4.0.0 20050519 (Red Hat 4.0.0-8) -in the context of a compiler. Exper
tonedrv.tar
- A tone driver by driving S3c2410 PWM. Compiled by arm-linux-gcc.-A tone driver by driving S3c2410 PWM. Compiled by arm-linux-gcc.
Lab_Timer and Timer Signals
- The goal of this lab is (1) to under the defects of software timers, (2) to write a periodic program without timers, (3) to write a periodic program using timer Hardware:Host computer PC Software: GNU GCC -The goal of this lab is (1) to
graspforth
- graspForth is my humble attempt at a Forth-in-C that has the following goals: GCC ......... to support all 32-bit micros that GCC cross-compiles to. Relocatable . to be able to run in-place in either Flash or Ram. Fast ........ to be \"not m
gccandpatch
- 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
crosstool-0.27-gcc3.4.1.tar
- crosstool是由Dan Kegel开发的一套脚本程序,可以自动编译的gcc和glibc-crosstool by Dan Kegel development of a scr ipt, can automatically compile gcc and glibc
嵌入式系统uclinux编程
- 总的来说,在uClinux上的开发和标准Linux还是很类似的。通常可以按照下面的步骤去设计和调试: 建立基于以太网的开发环境; 如果所设计的程序和硬件的关联不大,那么一定要在标准Linux上先编译和调试通过。灵活地使用gcc和gdb将大大节省时间; 将x86上的GCC编译好的应用程序用交叉编译工具来编译;如果编译时发现错误,那么很可能存在以下问题: 交叉编译器或库文件的路径不正确;最彻底的解决办法是重新装一次编译器; 遇到库不支持的函数;此时需要自己把函数的实现做成另外一个库供应用程序使用。如
smp86xx_rootfs.tar.bz2
- sigma smp8634/8635 toolchain rootfs building source. ================= Readme.txt ================= This is the Sigma Designs customization of the root file system for the SMP86xx family of chips. This package is of course
vidca
- 此程序是一个通用的摄像头抓图程序,只要在装有linux系统并而己安装有arm-linux-gcc的开发环境下编译即可运行。-This procedure is a generic camera capture process, as long as the installed linux system and has been installed and the arm-linux-gcc compiler development environment to run under.
AVRC
- 在linux下调试 陀螺仪 和 加速度传感器 参数设置,里面的文件已调试好 可已在 AVR Gcc下直接运行-Under the debugger in linux gyroscope and acceleration sensor parameter setting, which the document has a good debugging AVR Gcc may have been under the direct operation
nios2gcc
- 一个uClinux gcc for nios_ii的交叉编译器.-a uClinux for nios_ii gcc cross-compiler.
gcchandbook.tar
- gcc 使用手册,非常值得去看的文档,是pdf-gcc user manual to see a very worthwhile document is pdf
s3c2410_ts
- 本源码是《ARM嵌入式LINUX设备驱动实例开发》一书的触摸屏设备驱动源代码-The source is ARM Embedded LINUX device driver examples of development of a book on touch-screen device driver source code
linux-2.6.28-sitsang
- 将linux-2.6.28版本的内核移植到arm公司的sitsang板上,并提供一个可行的LCD驱动,可以在内核启动后显示linux的logo。上传的是patch文件,在linux下作为补丁打入原始版本的内核源码,利用arm-linux-gcc编译-Will be linux-2.6.28 version of the kernel ported to arm the company' s board sitsang and provide a viable LCD driver, you
bootloader
- bootload的源码和编辑器,blob-xscale-s-a-2007.5.31.tar.bz2和gcc-3.2-glibc-2.3.2.tar.bz2-the source and bootload editor, blob-xscale-sa-2007.5.31.tar.bz2 and gcc-3.2-glibc-2.3.2.tar.bz2
1.10_Makefile_printf_mytool
- 本人这次上传的代码就是在Linux下面利用gcc或者armv4l-unknown-linux-gcc工具进行编译运行的。本代码主要特色是在教大家如何规范的写Makefile文件。另外,此代码也可以在Windows下的超级终端上运行,前提是要安装交叉编译工具(就是armv4l)。遇到问题的可以留言,本人乐于帮你解答。-From the code I was using gcc in Linux or the following armv4l-unknown-linux-gcc compiler t
Linux
- 程序代码使用说明: (1)所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 (2)Makefile中默认情况下采用“CC=gcc”或者“CPP=g++”的设置,交叉编译时请使用“ make CC=arm-linux-gcc CPP=arm-linux-g++”(假设你使用的是光盘中提供的arm-linux-gcc交叉编译工具链)或类
er
- 程序代码使用说明: 所有源代码目录下都提供了Makefile(非Qt),或者.pro(Qt),或者更详细的说明(第7章)。作为对比,也可以参考在书中的对应章节采用直接gcc命令的编译方法,来学习如何编写Makefile。 -Use code: All the source code directory have provided a Makefile (non-Qt), or. Pro (Qt), or a more detailed descr iption (Chapter 7).
linuxkaifajianjie
- 本文中采用SldView嵌入式Linux集成开发工具开发ucLinux,Linux的应用程序.SldView自带有gcc交叉编译工具及虚拟编译环境,用户不用另外安装交叉编译工具.-This paper used SldView integrated development tools for embedded Linux development ucLinux, Linux applications. SldView comes with gcc cross-compiler tools and
lib
- openCV3.3在Ubuntu 16.04下用友善之臂的arm-linux-gcc-4.5.1编译的,需要的可以下载(OpenCV3.3 is compiled with a friendly arm of arm-linux-gcc-4.5.1 under Ubuntu 16.04 and needs to be downloaded)