搜索资源列表
GNUMakemanual
- GNU Make 使用手册(中译版)目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。
GNU-Make
- GNU Make 使用手册(中译版)本人在阅读Linux源代码过程中发现如果要全面了解Linux的结构、理解Linux的编程总体设计及思想必须首先全部读通Linux源代码中各级的Makefile文件。目前,在网上虽然有一些著作,但都不能全面的解释Linux源代码中各级的Makefile文件,因此本人认真阅读了GNU Make 使用手册(3.79)版原文,在此基础上翻译了该手册,以满足对Linux源代码有兴趣或者希望采用GCC编写程序但对缺乏GNU Make全面了解之人士的需要。
gccshiyongzhengli
- gcc 的使用方法整理,makefile写法gcc_egcs使用,gdb使用 -gcc finishing use, makefile written gcc_egcs use, gdb use
Makefile
- makefile文件的制作教程,对linux编程和GCC编译很重要。-makefile tutorial documentation for linux programming and GCC compiler is very important.
200841613515595
- 下载vsftpd-2.0.6.tar.gz 网上很好找的,附件也提供下载,解压。 tar zxvf vsftpd-2.0.6.tar.gz 修改解压包内文件MakeFile,改交叉编译器,我的路径是 # Makefile for systems with GNU tools CC= /usr/local/arm/3.4.1/bin/arm-linux-gcc 直接编译会出错,还要改一个包含库文件的文件vsf_findlibs.sh 把下面两句屏蔽掉吧-Download vs
Linux-makefile
- linux下编写makefile的参考资料,详细说明了GCC和G++下的makefile编写。-Linux makefile produced under the reference material, detail the GCC and G++ of makefile writing.
GCC-Make.tar.gz
- 介绍如何在Linux(Ubantu)系统用C和C++进行编程,并且介绍了如何编写和使用make Makefile,Describes how to use C and C++ programming in the Linux (Ubantu) system , and describes how to write and use make Makefile