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

搜索资源列表

  1. linux_ARM9.0

    0下载:
  2. 1.集成的源代码编辑器 2.工程管理工具。 3.集成的C和C++编译器和make工具。 4.浏览器,用于收集可视化的资源,监视目标系统。 -1. Integrated source code editor 2. Project management tools. 3. Integration of C and C + + compilers and tools make. 4. Browser, for the collection of visual resources, mo
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:174963
    • 提供者:dingzheng
  1. uboot_for_s3c4510

    0下载:
  2. 改写的U-boot for s3c4510 (注意此源码是在windows下压缩了)。 1、支持串口下载,ftp下载。 2、flash操作。 3、总之,u-boot是一个可移植在多种单片机上的bootloader。其功能特别强大。 4、本移植针对s3C4510,flash 1片2M 16位宽度,SDRAM 1片16M 16宽度。网络物理层RTL8019。 5、你可以直接windows解压后,把u-boot.bin烧写到FLASH的0x0,或放到redhat 9下重新make.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:12418505
    • 提供者:马明
  1. arm926e_mx21_1wire

    0下载:
  2. 给予arm926e的mx21处理器的1wire总线驱动程序源代码,里面有现成的makefile,在嵌入式开发环境下直接make就可以,我的armgcc是3.2.3版本的-arm926e give the mx21 processor 1wire bus driver source code, There are ready-made makefile, in the embedded development environment can make direct, I armgcc versio
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3638
    • 提供者:胡楠
  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. 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. GNU

    0下载:
  2. +make中文手册第二章:GNU make 介绍 2.1 Makefile简介 2.2 Makefile规则介绍 2.3 简单的示例 2.4 make如何工作 2.5 指定变量 2.6 自动推导规则 2.7 另类风格的makefile 2.8 清除工作目录过程文件 -+ Make Chinese manual Chapter: GNU make Descr iption 2.1 Makefile Introduction 2.3 Introduction 2.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:174200
    • 提供者:sunny
  1. document

    0下载:
  2. 硬件: 1. 车体 2. S3C2410A开发板 3. 红外测距传感器 4. 伺服器(舵机) 5. 直流电机 6. 电机驱动板 7. 电源 软件: 1. Linux2.6.14内核,包括:Nand Flash、USB、NET、PWM、ADC等驱动;Yaffs等文件系统。 2. VIVI 3. Busybox1.6 主要目标: 使车体能自主地在平地行驶,能躲避一定高度和大小的障碍物。 -Hardware: 1. Carbody 2
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:28253
    • 提供者:
  1. qte

    0下载:
  2. Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-30
    • 文件大小:1609
    • 提供者:马科
  1. gateway-1.0.3-linux.tar

    1下载:
  2. linux 下网关源码,安装过程,make,make install。具体如何配置请参考readme-Under the gateway linux source code, the installation process, make, make install. Specifically, how to configure please refer to readme
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:656472
    • 提供者:jiangyong
  1. Linux

    0下载:
  2. 程序代码使用说明: (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交叉编译工具链)或类
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-25
    • 文件大小:94878
    • 提供者:朱信
  1. embedlinux

    0下载:
  2. 嵌入式系统具备下列特性: 1. 通常只执行特定功能,这一点与一般桌上型办公设备或数据库系统有很大区别。 2. 以微电脑与周边器件构成核心,其规模可在大范围内变化,如从8051芯片到x86芯片。 3. 要求严格的时序和稳定性,这是因为在机器控制的大型系统中,程序运行稍有差错则可能使得整个系统失去控制,甚至酿成灾害。 4. 全自动操作循环-Embedded systems have the following features: 1. Usually perform a speci
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-31
    • 文件大小:13631942
    • 提供者:门票
  1. temper-tools-1.0.tar

    0下载:
  2. temper-read-temp is a program to read the temperature from a TEMPer USB thermometer. temper-read-temp is Copyright 2009 Roaring Penguin Software Inc. It may be distributed according to the terms of the GNU General Public License version 3,
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:45684
    • 提供者:bobmorane
  1. Makefile_am_creator

    0下载:
  2. 说明:包含程序和代码。 该程序源代码用于创建automake.am和其他文件。用于linux下制作makefile文件。 1. 把src_makefile和automake.exe拷贝到需要创建automake.am的主目录。 2. 执行automake.exe,点击 创建automake.am文件,默认选择当前目录。确定后得到一组文件src_makefile。 3. 将linux工程和src_makefile目录下的所有文件放于linux下同一个目录下。 4. 依次使用如
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-31
    • 文件大小:158240
    • 提供者:hanjie
  1. v4l2_h264

    0下载:
  2. 一个v4l2 h264编码的演示,包含两部分: 1. server.cpp: 抓v4l2, 压缩,发送 2. shower.cpp: 接收,解压,回放 3. 包含makefile,直接make-A v4l2 h264 encoding demo consists of two parts: 1 server.cpp:catch v4l2, compress, send 2 shower.cpp:reception, decompression, playback 3 co
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:12793
    • 提供者:lcy
  1. exp4_hello-driver

    0下载:
  2. 此程序代码是基于达芬奇系列DM6446嵌入式开发之驱动程序开发示例程序,该程序包中包含C语言源程序demo.c,test_demo.c和Makefile文件。该程序简洁明了,旨在说明驱动程序的框架结构,以及嵌入式驱动程序开发的步骤,对嵌入式驱动程序开发入门的同志非常有帮助。该程序经过反复的调试运行,没有错误,可直接运行。 调试步骤 1、仔细读目录中的代码:demo.c,demo.h,test_demo.c。 分析各部分代码的功能,以及应用程序和驱动程序的调用,数据读写的方法和流程
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-15
    • 文件大小:39003
    • 提供者:yanghao
  1. multiplary-mini2440.tar

    0下载:
  2. 通过摄像头就可以在2440上传输视频流,在客户端可以通过iP端口监视视频,这是源码,自己编一下就行了,推荐使用4.4.3的交叉编译-Through the camera can transmit the video stream in the 2440, the client can through the iP port surveillance video, this is the source code, make it on their own line, recommended the
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:1000517
    • 提供者:blue haha
  1. RFID

    0下载:
  2. 使用usrp1或usrp n210搭建rfid,环境,gnuradio 3.4.2 ubuntu 10.10-usrp1,usrp2,make rfid gnuradio 3.4.2 ubuntu 10.10
  3. 所属分类:Embeded Linux

    • 发布日期:2017-05-28
    • 文件大小:11624547
    • 提供者:刘日
  1. cmake-3.3.0-rc1-win32-x86

    0下载:
  2. CMake是一个跨平台的安装(编译)工具,可以用简单的语句来描述所有平台的安装(编译过程)。他能够输出各种各样的makefile或者project文件,能测试编译器所支持的C++特性,类似UNIX下的automake。-CMake is cross-platform free and open-source software for managing the build process of software using a compiler-independent method. It is
  3. 所属分类:Embeded Linux

    • 发布日期:2017-06-09
    • 文件大小:16279134
    • 提供者:Gao
  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

搜珍网 www.dssz.com