Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - linux makefile
Search - linux makefile - List
嵌入式LINUX下的中断程序例子,包含MAKEFILE,可MAKE使用参考-the interruption procedure examples include MAKEFILE, MAKE use of reference
Date : 2008-10-13 Size : 2.74kb User : 陈家振

嵌入式LINUX下的录音程序, 内含MAKEFILE,很好的参考-recording procedures, intron MAKEFILE, good reference
Date : 2008-10-13 Size : 4.08kb User : 陈家振

和文曲星一样的猜英文单词游戏,比较有趣。加入了makefile,可在linux下编译成嵌入式系统需要的应用程序-and rings like the English word games guess that's more interesting. Joined the makefile can be compiled under Linux embedded system needs applications
Date : 2008-10-13 Size : 14.21kb User : 高约

C语言做的图书管理系统,经过WinTC多次调试,保证可以运行。附有makefile文件,可以在linux环境下编译成为嵌入式系统所用的文件-C language to the library management system, after repeated WinTC debugging, and guarantee operations. With makefile, the linux environment compiler become embedded systems used in the document
Date : 2008-10-13 Size : 33.62kb User : 高约

以贪吃为基础算法解决背包问题,附加功能允许物品重量为0。在linux环境下用makefile进行编译。-to Dandelion-based algorithm to solve knapsack problem, additional feature allows weight to 0. Linux environment in the makefile used computer.
Date : 2008-10-13 Size : 5.62kb User : zhenglei

一个极简单的Linux下程序的例子,编译用命令\"make\"。这个例子演示了Linux静态程序库的生成和使用、编译和连接的使用。具体请参考Makefile里面的命令。-a very simple procedure under Linux example, compile using the command "make." This example demonstrates Linux static library generation and use, compile and link usage. Specific reference Makefile inside orders.
Date : 2008-10-13 Size : 8.52kb User : 冰激凌

本次实验使用 Redhat linux 9.0 操作系统环境安装 uCLinux 的开发库及编译器。新建一 个目录,编写 hello.c 和 makefile 文件。学习在 linux 下的编程和编译过程,以及 ARM 开发板的使用和开发环境的设置。下载已经编译好的文件到嵌入式控制器中运行。-the experimental use Redhat Linux 9.0 operating system environment of the installation uCLinux development libraries and compilers. A new catalog, prepared hello.c and makefile document. Linux learning in the process of compiling and programming, and the ARM development boards for the use and development environment settings. Download has compiled documents to the embedded controller running.
Date : 2008-10-13 Size : 1.52mb User : 另壶葱

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) 可開機的 Base root filesystem: urootfs2.img -2006/03/10 (Busybox 1.10 with tftp) GNU cross toolchain:arm-9tdmi-linux-gnu.tar.gz (armpath by Joe) 安裝方法: # cd / (切換到 / 根目錄) # tar jxf <路徑>/arm-9tdmi-linux-gnu.tar.gz (將檔案解開)   \"Hello, World!\" 在 ARM9 的範例:hello_arm.tar.gz (使用Makefile) 其它工具與原始碼下載 驅動程式模組 -Jollen-Kit! 2006 is very positive for the ad hoc, all records will be updated with synchronization revealed on this website. Fast download U-Boot of binary code : U-Boot binary-2005/10/02 Linux kernel 2.4.18 for jk2410 : uimage.img - 2006-01-06 can boot Base root filesys tem : urootfs.img -2006/01/07 (without tftp) boot B Rnase root filesystem : urootfs2.img -2006/03/10 (Busybox 1.10 with t ftp) GNU cross toolchain : arm-9tdmi - linux-piumarta/squeak/unix/release/Squeak-3.1beta-i686-PC-linux-gnu.tar.gz (armpath by Joe) Installation Method : # cd / (switched to the / root directory) # tar jxf
Date : 2008-10-13 Size : 13.45kb User : ffllkk

基于s3c2410的串行端口程序设计,带有makefile,可在linux下直接编译-s3c2410 based on the serial ports program design, with makefile. linux under the direct translation
Date : 2008-10-13 Size : 2.79kb User : 赵者

基于s3c2410的触摸屏驱动,带有makefile,可在linux下直接编译 -s3c2410 based on the touch screen-driven, with a makefile, linux under the direct translation
Date : 2008-10-13 Size : 3.68kb User : 赵者

基于s3c2410的SD驱动,带有makefile,可在linux下直接编译 -s3c2410 based on the SD-driven, with a makefile, linux under the direct translation
Date : 2008-10-13 Size : 23.89kb User : 赵者

嵌入式LINUX图形界面开发工具QT的MAKEFILE文件生成工具,1.1版本源代码-Embedded Linux GUI development tools QT MAKEFILE document generation tool Version 1.1 source code
Date : 2008-10-13 Size : 64.44kb User : 文心

Linux、Unix下makefile的详细教程,非常有用-Linux, Unix makefile detailed guidance very useful
Date : 2008-10-13 Size : 323.68kb User : 聂磊

基于linux环境的一个比较详细的makefile中文手册-linux-based environment a more detailed manual Chinese makefile
Date : 2008-10-13 Size : 895.32kb User : Cmobile

1) 复制libminigui-str-1.6.2.tar.gz至任意用户目录。 2) 解压此文件 tar zxvf libminigui-str-1.6.2.tar.gz 4) 将zlg7289.c zlg7289.h二文件拷贝入增值版的相应目录中 libminigui-1.6.2-linux/src/ial/ 5) 修改相关宏定义使上述二文件加入库编译。 a. 修改libminigui-1.6.2-linux/src/ial/Makefile.am 在29行增加 ZLG7289_SRCS = zlg7289.c zlg7289.h 在37行增加 $(ZLG7289_SRCS) b. 修改libminigui-1.6.2-linux/src/ial/ial.c 在166行加入 #include \"zlg7289.h\" 在282行的数组内加入 {\"zlg7289\", InitZLG7289Input, TermZLG7289Input}, c. 进入项目主目录, 重新配置编译依赖 cd libminigui-1.6.2-linux 去掉后aclocal和automake后的版本号后,运行此脚本,忽略警告项。 d. 同上配置方法配置MiniGUI 6) 修改运行时配置文件MiniGUI.cfg中的IAL ial_engine=zlg7289-a) Copy libminigui - str - 1.6.2.tar.gz to arbitrary users Contents. 2) extract this document tar zxvf libminigui - str - 1.6.2.tar.g z 4) zlg7289.c zlg7289.h two paper copies into value-added version of the corresponding directory lib minigui-1.6.2-linux/src/ial / 5) to amend the definition so that the above - two papers to the compiler. A. revise libminigui-1.6.2-linux/src/ial/Makef ile.am the 29 firms to increase ZLG7289_SRCS = zlg7289.c zlg728 9.h the 37 firms to increase $ (ZLG7289_SRCS) b. revise libminigui-1 .6.2-linux/src/ial/ial.c in 166 firms join # include " zlg7289.h "in the array 282 to add (" zlg7289 " InitZLG7289Input, TermZLG7289Input). c. entering the main project directory, re-allocation of compiler - dependent cd libminigui - 1.6.2 - linux removed aft
Date : 2008-10-13 Size : 7.96kb User : 周波

教您写makefile,简单,通俗,易懂,学习linux的好帮手-teaches you to write makefile, simple, popular and easy to understand, learn from the good helper linux
Date : 2008-10-13 Size : 6.33kb User : wang

makefile在linux中的用法,初学者必读
Date : 2008-10-13 Size : 3.4kb User : booybooy

GCC下microC/OS-II 开发平台,内含microC/OS-II 完整源代码和邵贝贝版的四个应用程序book.c(有makefile)和相关的pdf(在解压后的Linux-test文件夹下),适合初学者学习。里面的代码均经过Linux下运行通过。
Date : 2008-10-13 Size : 598.01kb User : 王海鹏

在Linux下编程时教你如何写makefile的资料,挺不错的。
Date : 2008-10-13 Size : 848.96kb User : 劲草无香

tlc2543的linux驱动程序的makefile文件,基于ARM9核S3C2410芯片
Date : 2008-10-13 Size : 977byte User : tao
« 12 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.