CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 交叉编译

搜索资源列表

  1. ARM-LINUX

    0下载:
  2. ARM-LINUX交叉编译环境建立,很好的参考资料。-ARM-LINUX cross-compiler environment for the establishment of a good reference.
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-03-29
    • 文件大小:313955
    • 提供者:黄晶
  1. FullEmbeddedLinuxNotes

    0下载:
  2. 本书全面介绍了嵌入式Linux系统开发过程中,从底层系统支持到上层GUI应用的方方面面,内容涵盖Linux操作系统的安装及相关工具的使用、配置,嵌入式编程所需要的基础知识(交叉编译工具的选项设置、Makefile语法、ARM汇编指令等),硬件部件的使用及编程(囊括了常见硬件,比如UART、I*IC、LCD等),U-Boot、Linux内核的分析、配置和移植,根文件系统的构造(包括移植busybox、glibc、制作映象文件等),内核调试技术(比如添加kgdb补丁、栈回溯等),驱动程序编写及移植(
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-29
    • 文件大小:561016
    • 提供者:流浪
  1. sbin

    0下载:
  2. 由PPP源代码ppp-2.4.1.tar.gz交叉编译出来的可执行程序pppd、pppdump、pppstats 和 chat,用于PPP拨号,将这四个可执行程序移植到arm板的相应目录下即可。-Base on the PPP source code ppp-2.4.1.tar.gz, it has been cross-compiled and at last we get the executable programs pppd, pppdump, pppstats and chat,it
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-01
    • 文件大小:249829
    • 提供者:zhongfeng
  1. uclinux

    0下载:
  2. Uclinux 内核编译傻瓜教程。 内核的编译过程我想大家都知道了,就是 make menuconfig 进入内核配置菜单进行删改,结束保存后进行 make dep make clean make lib_only make user_only make romfs make image make 基本上按照立宇泰给的uclinux内核文件和交叉编译器就能够完成整个编译内核 的工作,只不过也许由于内核版本不同会产生一些不同的结果
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-09
    • 文件大小:2170048
    • 提供者:张玉荣
  1. analogclock

    0下载:
  2. QT的数字钟!liunx环境下运行,交叉编译-QT' s Digital Clock
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:295061
    • 提供者:何伟智
  1. g729lib

    0下载:
  2. g729编码程序,交叉编译成.a库文件,可以在嵌入式下使用,含测试程序-g729 coding process, cross-compiled. a library file that can be used in embedded, with test program
  3. 所属分类:Speech/Voice recognition/combine

    • 发布日期:2017-04-06
    • 文件大小:296918
    • 提供者:陈博
  1. kitt-0.1.1.tar

    0下载:
  2. 使用Qt4内建的QtWebKit组件开发。基于Qt的垮平台性,程序能够运行于 Linux,OS X, Windows等系统。也能通过交叉编译运行于Qt/Embedded嵌入式平台。-QT C++ browse Non-members may check out a read-only working copy anonymously over HTTP.svn checkout kitt.googlecode.com/svn/trunk/ kitt-read-onl
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:8155
    • 提供者:kevinem
  1. Linux

    0下载:
  2. 本程序不需要makefile,交叉编译后可直接下载到芯片上运行。将实验板与电脑通过串口相连,可看见打印咋屏幕上的字符“Hello World”。-This procedure does not require makefile, cross-compiled can be directly downloaded to the chip to run. The experimental board and connected to the computer through the serial p
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1529735
    • 提供者:朱信
  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. MMC

    0下载:
  2. 嵌入式开发板的MMC-SD卡驱动程序,可以交叉编译,加载到开发板上!-Embedded development boards MMC-SD card driver, you can cross-compile, load into the development board!
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-01
    • 文件大小:310614
    • 提供者:wanggang
  1. glibc-linuxthreads-2.2.4.tar

    0下载:
  2. 嵌入式linux交叉编译环境 linux2.4内核-glibc-linuxthreads-2.2.4.tar.gz
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-25
    • 文件大小:219721
    • 提供者:jack
  1. 8sh0_latest_091231

    0下载:
  2. 基于ARM S3C2440+udc1341的wav音乐播放器。已经对网上流传代码有了很大改进。 本工程是用Sorce insight编辑。用armcc,armlink交叉编译工具编译。 个人根据自己需要进行工程管理。-Based on ARM S3C2440+ udc1341 the wav music player. The code has been circulating on the Internet has greatly improved. This project is
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-03
    • 文件大小:31797
    • 提供者:zlk
  1. VT6656_Linux_x86_1.12_07_src_beta_SAE

    0下载:
  2. 适合在MX21开发板上面的无线网卡驱动程序,可以直接进行交叉编译,加载到开发板上面。-MX21 development board suitable for the above wireless card drivers, can be directly cross-compiling, loading into the development board above.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-27
    • 文件大小:879716
    • 提供者:wanggang
  1. myBox

    0下载:
  2. 一个牛人自己做的俄罗斯方块。本人在QT4.5下编译通过,通过交叉编译,直接用于ARM9下。-A cow' s own doing Tetris. I QT4.5 compiled by, through cross-compile, directly under the ARM9.
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-09
    • 文件大小:1884771
    • 提供者:zwj
  1. linuxkaifajianjie

    0下载:
  2. 本文中采用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
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-04
    • 文件大小:341630
    • 提供者:龚科
  1. seralCom

    0下载:
  2. mips体系结构下,linux操作系统的串行通信读写程式。请注意交叉编译环境的设置。移植只需修改makefile内容即可。-mips system structure, linux operating system, read and write serial communication program. Please note that cross-compiler environment settings. Just modify the makefile transplantation c
  3. 所属分类:Other Embeded program

    • 发布日期:2017-04-15
    • 文件大小:8306
    • 提供者:mingming
  1. JFlash_MM

    0下载:
  2. 代码 交叉编译下的 基于 ARM 的汇编程序-FD
  3. 所属分类:File Formats

    • 发布日期:2017-04-07
    • 文件大小:464951
    • 提供者:asdf
  1. opvpn-2.0.5b

    0下载:
  2. 这是一个Linux下的vpn软件源码,并可交叉编译移植到嵌入式平台上,很好的。-This is a Linux source code under the vpn software, and can be ported to an embedded platform, cross-compilation, the good.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-27
    • 文件大小:793569
    • 提供者:魏亭亭
  1. ComplexProg

    0下载:
  2. 合众达DM6446试验箱学习实验源代码 交叉编译环境-the source code DM6446 chamber the experimental cross-compiler environment
  3. 所属分类:DSP program

    • 发布日期:2017-04-08
    • 文件大小:286777
    • 提供者:Daniel
  1. develop_embedded_application

    0下载:
  2. 本文中采用SldView嵌入式Linux集成开发工具开发ucLinux、Linux的应用程序。SldView下载地址www.jhembed.com。 SldView自带有gcc交叉编译工具及虚拟编译环境,用户不用另外安装交叉编译工具。 本文所述硬件平台为S3C44B0X,软件为uclinux-2.4.x版本。本文以开发ping 应用程序为例来讲述。-This paper used SldView integrated development tools for embedded Linu
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-01
    • 文件大小:341671
    • 提供者:Mary
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 27 »
搜珍网 www.dssz.com