CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 嵌入式Linux 搜索资源 - gcc 1

搜索资源列表

  1. c环境下的编译器

    0下载:
  2. 在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
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:5945
    • 提供者:韩天毅
  1. Lab_Timer and Timer Signals

    0下载:
  2. 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
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:21775
    • 提供者:liogi
  1. arm-linux-gcc3.4.1

    0下载:
  2. arm-linux-gcc编译器,S3C2410开发板移植目前最新的linux2.6.14的内核,需要使用这个编译器编译-arm - linux-gcc compiler, S3C2410 development board transplantation latest linux2.6.14 kernel, need to use the compiler compiler
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:42745892
    • 提供者:李雷
  1. crosstool-0.27-gcc3.4.1.tar

    0下载:
  2. crosstool是由Dan Kegel开发的一套脚本程序,可以自动编译的gcc和glibc-crosstool by Dan Kegel development of a scr ipt, can automatically compile gcc and glibc
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2057886
    • 提供者:汪灏
  1. s3c2410_led

    0下载:
  2. 本程序为嵌入式linux驱动,全部采用gcc开发,是个人原创。本程序对优龙FS2410开发板实验指导手册上的嵌入式LINUX的LED驱动进行了修正。修正了其LED驱动的多处错误,1、寄存器设置的值错了。2、寄存器地址重复定义。本程序还加入了跑马灯程式。
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:8843
    • 提供者:
  1. singlejpeg

    0下载:
  2. 这是一个压缩文件内是tar文件,解压后可看到完整文件,要在linux下解压tar文件,make(arm-linux-gcc 用的是2.95.3)后把生成的目标文件下载到2410开发板上,运行可在/temp下得到1.jpg的图片,当然你的摄像头和驱动已经加载成功。
  3. 所属分类:嵌入式Linux

    • 发布日期:2014-01-17
    • 文件大小:9277
    • 提供者:whj
  1. UDA1341TS_

    0下载:
  2. 这个驱动的移植主要是是将原来的2..4.18内核中的1341驱动程序直接往2.6.11上移植的,没有采用ALSA。移植过程中也曾经参考过一些资料,具体是哪位大虾的资料忘记了,在此感谢文中所参考的资料的大虾们 硬件环境:SBC-2410X开发板(CPU:S3C2410X) 内核版本:2.6.11.1 运行环境:Debian2.6.8 交叉编译环境:gcc-3.3.4-glibc-2.3.3 第一部分 声卡UDA1341TS驱动程序播放部分的移植 一、从网上将Linux内核源
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:27441
    • 提供者:谷子
  1. smp86xx_rootfs.tar.bz2

    0下载:
  2.  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
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-12-27
    • 文件大小:234248
    • 提供者:mattli001
  1. arm-lua-5.1.2

    0下载:
  2. lua scr ipt 解析库,可以在arm-linux上跑-Analysis of lua scr ipt library, you can arm-linux on the run
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-24
    • 文件大小:895170
    • 提供者:zhangwang
  1. LPC3250_u-boot-1.3.3.tar

    1下载:
  2. NXP公司的ARM9 (LPC3250)下,绝对可用的uboot 源代码。网络、sdram、flash等一切正常。而且非常可靠。u-boot 的版本号是:1.3.3 .用ARM-linux-gcc 编译。-NXP' s ARM9 (LPC3250), the absolute uboot source code available. Network, sdram, flash and all is normal. And very reliable. u-boot version number
  3. 所属分类:嵌入式Linux

    • 发布日期:2013-02-20
    • 文件大小:10674988
    • 提供者:liulangmao
  1. 1.10_Makefile_printf_mytool

    0下载:
  2. 本人这次上传的代码就是在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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-10
    • 文件大小:1079
    • 提供者:
  1. arm-linux-gcc-3.4.5-gdb-6.8-insight-6.8-cygwin.tar

    0下载:
  2. cygwin下的arm交叉编译工具 包括: arm-linux-gcc-3.4.5 arm-linux-gdb-6.8 arm-linux-insight-6.8 -cygwin under the arm cross compiler tools include: arm-linux-gcc-3.4.5 arm-linux-gdb-6.8 arm-linux-insight-6.8
  3. 所属分类:Embeded Linux

    • 发布日期:2016-01-26
    • 文件大小:59351881
    • 提供者:tufei
  1. arm-linux-gcc-3.4.1.tar.bz2

    0下载:
  2. arm-linux-gcc交叉编译工具的安装说明-arm-linux-gcc cross-compiler tool installation instructions
  3. 所属分类:Embeded Linux

    • 发布日期:2014-11-19
    • 文件大小:5120
    • 提供者:chen
  1. chapter-1

    0下载:
  2. ARM嵌入式Linux系统开发从入门到精通一书第一章程序 第1章 test.c为书中介绍GDB中使用的例子,对应1.4.2.3小结。 makefile文件为书中介绍GCC中使用的例子,对应1.4.2.2小结。 SWI目录为介绍ADS工具时使用的例子,对应1.3节。 -ARM Embedded Linux system development from entry to the master program book chapter
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:8636
    • 提供者:李非
  1. openjpeg-1.5.1-Imote2.tar

    0下载:
  2. OpenJPEG-1.5.1 compiled for Imote2 (with arm-xscale-linux-gnu), sorry that you have to place them in their respective directory manually. To compile yourself: 1. Download cross compiler arm-xscale-linux-gnu. 2. Download zlib, cross compil
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:918923
    • 提供者:Fajar Purnama
  1. 1.leds_s

    0下载:
  2. Tiny6410 点灯汇编代码。。 Linux平台下的gcc编译工具编译。 裸机程序, 运行时,boot要先起来, 把bin文件烧到0x50000000内存起始地址执行-Tiny6410 lighting assembly code. . gcc compiler tool to compile the Linux platform. Bare metal program, running, boot up first, burn the bin file memory starting add
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-12
    • 文件大小:871
    • 提供者:zhang
  1. arm-linux-gcc-4.5.1-v6-vfp-20101103

    0下载:
  2. linux系统下的交叉编译工具链arm-linux-gcc 4.5.1-Cross compiler tool chain arm-linux-gcc linux system under 4.5.1
  3. 所属分类:Embeded Linux

    • 发布日期:2017-12-14
    • 文件大小:60664832
    • 提供者:周松松
  1. gcc-4.1.78-eglibc-2.5.78-dp-1.tar

    0下载:
  2. powerPC 的交叉编译工具链,版本号:4.1.78,适用于PowerPC嵌入式平台的交叉编译(gcc cross compiler for powerPC)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-19
    • 文件大小:44773376
    • 提供者:gavin-lao-guo
  1. lib

    0下载:
  2. 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)
  3. 所属分类:嵌入式Linux

    • 发布日期:2018-04-30
    • 文件大小:6372352
    • 提供者:侯哥101
  1. e2fsprogs-1.39.tar.gz

    0下载:
  2. e2fsprogs-1.39.tar.gz,LFS6.2软件包 step 1: 解压:e2fsprogs-1.39.tar.gz 到 e2fs目录下 step 2: # cd e2fs step 3: #mkdir build #cd  build #../configure --host=arm-linux --enable-elf-shlibs--with-cc=arm-linux-gcc --with-linker=arm-linux-ld -- prefix=/us
  3. 所属分类:嵌入式Linux

« 12 »
搜珍网 www.dssz.com