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

搜索资源列表

  1. kernel uclibc bootloader 的编译方法.rar

    0下载:
  2. 所属分类:嵌入式/单片机编程

    • 发布日期:
    • 文件大小:984byte
    • 提供者:
  1. uClibc++-0.1.9

    0下载:
  2. 一个嵌入式的C++库,目前正在处于开发中,该版本是最新版-an embedded C library is currently under development, which is the latest version Version
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:386.57kb
    • 提供者:田华
  1. uClibc-0.9.27.tar

    0下载:
  2. 一个嵌入式C库,专门为uClinux设计,由glibc精简而来。-an embedded C library, designed specifically for uClinux by streamlining from glibc.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2.2mb
    • 提供者:田华
  1. linux-thread-samples

    0下载:
  2. linux下线程的典型例子,很适合初学者学习,运行需要uClibc-0.9.20库,没有的这个库的网友可以留个言,偶给你!-Thread typical example is well-suited to beginners learning needs, uClibc - 0.9.20 library, not the Library of netizens can leave a statement, even to you!
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:27kb
    • 提供者:张维成
  1. uClibC0.9.28

    0下载:
  2. 嵌入式linux下开发的必备uClibc,这是最新版的源码uClibc-0.9.28,也可以到www.uclibc.org下载。-embedded Linux development under the prerequisite uClibc, the latest version of uClibc source-0.9.28, can be downloaded to www.uclibc.org.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1.68mb
    • 提供者:曾维宏
  1. uClibc-0.9.28

    0下载:
  2. ucLinux is a very good embeded sytem. Most of company use this as their development OS.-ucLinux is a very good embeded sytem. Most o f company use this as their OS development.
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:3.37mb
    • 提供者:nosp
  1. serialudp

    0下载:
  2. 我的毕业设计,ARM7的以太网应用,串口与以太网数据互发,使用的uclinux系统,支持多线程,所以在你编译uclinux的时候请选择uclibc库而不是uc-libc。文件中包含了源码和Makefile文件,image里是编译后生成的文件,可以直接烧录进板子,但是请注意板子的配置,我的是44B0的公板,不同的板子请在编译uclinux的时候重新配置好-I graduated from the design, the ARM7 Ethernet, serial and Ethernet Data
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:2.09mb
    • 提供者:仇海亮
  1. uclibc-0.9.19-adm5120.tar

    0下载:
  2. for mips adm5120 uclibc-0.9.19 toolchain
  3. 所属分类:微处理器(ARM/PowerPC等)

    • 发布日期:2008-10-13
    • 文件大小:5.63mb
    • 提供者:Dogan CILE
  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
    • 文件大小:228.76kb
    • 提供者:mattli001
  1. lhs-src-20090106-gpl.tar

    0下载:
  2. Linux Home Server 是专门为家庭和SOHO/SMB 设计的高性价比的ISCSI 存储服务器, 具有如下的特色: 强大的iscsi 存储服务器软件; 混合iscsi 和NAS 服务; Free, 基于Linux; LHS-200 的编译使用openwrt 框架,需要先下载并配置openwrt 开发环境 从openwrt 的开发站点 https://dev.openwrt.org, 下载最新的开发分枝,并下载到本地 svn co https://svn.ope
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-10
    • 文件大小:1.72mb
    • 提供者:聂映平
  1. ucommon-1.8.1

    0下载:
  2. 一个轻量级的C + +库,以便利使用C + +设计模式甚至很深的嵌入式应用,如系统一起使用uClibc POSIX正 线程的支持。-UCommon is a lightweight C++ library to facilitate using C++ design patterns
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-17
    • 文件大小:491.06kb
    • 提供者:ysp
  1. embecosm-esp2-or32-uclibc-0.9.28.3-patch-2.0

    0下载:
  2. embecosm-esp2-or32-uclibc-0.9.28.3代码-code of embecosm-esp2-or32-uclibc-0.9.28.3
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-23
    • 文件大小:584byte
    • 提供者:hongjinxi
  1. timeout-list-malloc

    0下载:
  2. 从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timi
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-23
    • 文件大小:28.33kb
    • 提供者:tangjian
  1. kernel--uclibc--bootloader-的编译方法

    0下载:
  2. kernel uclibc bootloader 的编译方法-kernel uClibc build method Bootloader
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-11
    • 文件大小:1kb
    • 提供者:程序段
  1. kernel--uclibc--bootloader-的编译方法

    0下载:
  2. kernel uclibc bootloader 的编译方法-kernel uClibc build method Bootloader
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-12
    • 文件大小:1.04kb
    • 提供者:evenmo
搜珍网 www.dssz.com