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

搜索资源列表

  1. UP-NetARM3000-uCLinux__(1)

    0下载:
  2. 本次实验使用 Redhat linux 9.0 操作系统环境安装 uCLinux 的开发库及编译器。新建一 个目录,编写 hello.c 和 makefile 文件。学习在 linux 下的编程和编译过程,以及 ARM 开发板的使用和开发环境的设置。下载已经编译好的文件到嵌入式控制器中运行。-the experimental use Redhat Linux 9.0 operating system environment of the installation uCLinux develo
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:1597360
    • 提供者:另壶葱
  1. patch.tar-0001

    0下载:
  2. Jollen-Kit! 2006 是非常積極進行中的專案,所有紀錄與更新將同步揭示於本網頁。 快速下載 U-Boot 的 binary code:U-Boot binary - 2006/01/03 Linux kernel 2.4.18 for jk2410:uimage.img - 2006/01/06 可開機的 Base root filesystem: urootfs.img -2006/01/07 (without tftp)
  3. 所属分类:嵌入式Linux

    • 发布日期:2008-10-13
    • 文件大小:13768
    • 提供者:ffllkk
  1. minigui_pos.tar

    0下载:
  2. 这是一个MINITGUI2。0的应用程序,包内有MAKEFILE,可以用ARM-LINUX-GCC直接编译并且运行在LINUX嵌入式系统中,-MINITGUI2. 0 applications, packets are MAKEFILE. can be used ARM-Linux-direct GCC compiler and run on the Linux Embedded Systems,
  3. 所属分类:嵌入式/单片机编程

    • 发布日期:2008-10-13
    • 文件大小:488475
    • 提供者:lipenf
  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. gpio-test

    0下载:
  2. 1、将makefile中的 CROSS =/usr/local/arm/2.95.3/bin/arm-linux- CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include CFLAGS+=-I/usr/local/src/2.4.18-rmk7/include/linux CFLAGS+=-I/usr/local/arm/2.95.3/arm-linux/include 路径改为你宿主机上的。 2、#make,来编译驱动模块。 3、
  3. 所属分类:Other Embeded program

    • 发布日期:2017-03-28
    • 文件大小:9079
    • 提供者:马工
  1. ARM9Linuxled

    0下载:
  2. 嵌入式arm9-linux,led小灯驱动实验,实验驱动,包含Makefile文件-Embedded arm9-linux, led a small light-driven experiments drive, including the Makefile file
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-05
    • 文件大小:2590
    • 提供者:Final.winds
  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. 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. wireless_tools.30.pre9.tar

    2下载:
  2. wireless tools, 目前的WIFI API 最新版,可以自己整合并开发WIFI应用程序,修改Makefile可以移植到ARM linux嵌入式环境下开发 -wireless tools, the latest version of the current WIFI API, you can integrate and develop their own WIFI application, modify the Makefile can be ported to ARM linux e
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-06-07
    • 文件大小:348477
    • 提供者:王飞
  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. at91sam9263_led

    0下载:
  2. AT91SAM9263官方LED闪烁裸机测试程序。文件包括main.c, low_level.c, cstartup.S, Makefile, 一系列头文件等。(The official AT91SAM9263 LED flashing bare metal test program. The files include main.c, low_level.c, cstartup.S, Makefile, a series of header files, and so on.)
  3. 所属分类:微处理器开发

    • 发布日期:2018-04-20
    • 文件大小:121856
    • 提供者:adgnaf
搜珍网 www.dssz.com