Location:
Search - linux make 3.
Search list
Description: GNU交叉工具链(arm-linux-gcc 3.4.4), How to build
Platform: |
Size: 67502 |
Author: Eric.Lee |
Hits:
Description: 0. Install the rp-pppoe-software
--------------------------------
You should have already done this by the time you re reading this. If not,
go back and read README.
1. Set up your Ethernet hardware
--------------------------------
First, make sure the Ethernet card you intend to use with the modem is
visible to the Linux kernel. Just how to do this is beyond the scope
of this document. However, if the card is the only Ethernet card in
the system, executing:
ifconfig eth0
should display something like this:
eth0 Link encap:Ethernet HWaddr 00:60:67:62:31:D4
plust some more lines. Your HWaddr will be different. As long as you see
the HWaddr line, your card should be working.
DO NOT assign an IP address to the Ethernet card. DO NOT configure the
card to come up at boot time.-0. Install the rp- PPPOE-software-------------------------------- You should have al ready done this by the time you re reading this. I f not, go back and read README. 1. Set up your Ethernet h ardware-------------------------------- F irst, make sure the Ethernet card you intend to use wit h the modem is visible to the Linux kernel. Just h ow to do this is beyond the scope of this document . However, if the card is the only Ethernet card in the Syste m, executing : ifconfig eth0 should display something like th is : eth0 Link encap : Ethernet HWaddr 00:60:67:62 : 31 : D4 plust some more lines. Your HWaddr will be dif peptide. As long as you see the HWaddr line, your card should be working. DO NOT assign an IP a http://www.hotmail.com/ to the Ethernet card. DO NOT configure th e card t
Platform: |
Size: 187392 |
Author: chensi |
Hits:
Description: GNU make Version 3.79中文版,方便进行linux源码阅读和Linux下的编程-GNU make Version 3.79 version. facilitate reading and linux-source Linux Programming
Platform: |
Size: 106496 |
Author: 常江辉 |
Hits:
Description: 本书是关于Linux命令的分类集合,主要针对已有的《Linux命令宝典大全》及《Linux_CmdList》的不足----目录名称太长(包含有网站名称)以至于不便查找----进行了改进,使之简洁而实用。-the book is on the order of Linux clustering. has been targeted at the "Linux book orders Solutions" and "Linux_CmdList" insufficient---- directory name is too long (including a web site name) inconvenience you-so by improving make it concise and practical.
Platform: |
Size: 326656 |
Author: river_side |
Hits:
Description: gnu make中文手册,linux程序员必备-gnu make Chinese Manual, linux programmers must
Platform: |
Size: 916480 |
Author: |
Hits:
Description: GNU交叉工具链(arm-linux-gcc 3.4.4), How to build
Platform: |
Size: 67584 |
Author: Eric.Lee |
Hits:
Description: shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件.
用shell脚本对系统进行自动化维护,简单,便捷而且可移植性好.
但shell脚本是可读写的,很有可能会泄露敏感信息,如用户名,密码,路径,IP等.
同样,在shell脚本运行时会也泄露敏感信息.
shc是一个加密shell脚本的工具.它的作用是把shell脚本转换为一个可执行的二进制文件.
这就很好的解决了上述问题.
tar zxvf shc-3.8.tgz
cd shc-3.8
make test
make
make test
make strings
make install 这一步需要root权限
使用方法:
shc -r -f script-name 注意:要有-r选项, -f 后跟要加密的脚本名.
运行后会生成两个文件,script-name.x 和 script-name.x.c
script-name.x是加密后的可执行的二进制文件.
./script-name 即可运行.
script-name.x.c是生成script-name.x的原文件(c语言)-err
Platform: |
Size: 34816 |
Author: |
Hits:
Description: 虚拟频谱分析仪的设计,在linux下面安装qt3.3以上的版本才可以运行。
安装步骤如下:
Untar the tarball
Enter the directory QtDSO
call ./configure
call make and wait a few minutes
-Virtual spectrum analyzer design, in the linux install qt3.3 the following version of the above before we can run. Installation steps are as follows: Untar the tarball Enter the directory QtDSO call./Configure call make and wait a few minutes
Platform: |
Size: 132096 |
Author: mike |
Hits:
Description: 以 Linux 为代表的自由操作系统的很多优点之一, 是它们的内部是开放给所有人看的. 操作系统, 曾经是一个隐藏的神秘的地方, 它的代码只局限于少数的程序员, 现在已准备好让任何具备必要技能的人来检查, 理解以及修改. Linux 已经帮助使操作系统民主化. Linux 内核保留有大量的复杂的代码, 但是, 那些想要成为内核 hacker 的人需要一个入口点, 这样他们可以进入代码中, 不会被代码的复杂性压倒. 通常, 设备驱动提供了这样的门路.-To the free Linux operating system represented by one of the many advantages is that they are internal is open to everyone to see. Operating system, was once a hidden and mysterious places, it s code only a limited number of programmers, and now is ready to let anyone have the necessary skills to examine, understand and modify. Linux has helped make the operating system of democratization. Linux kernel to retain a large number of complex code, but those who want to become a kernel hacker people need a entry point so that they can enter the code, you will not be an overwhelming complexity of the code. Typically, the device driver to provide such opportunities.
Platform: |
Size: 1196032 |
Author: 大風 |
Hits:
Description: the rsync open source ,you can study it ,so you will make into the theory of net communicate on linux -the rsync open source, you can study it, so you will make into the theory of net communicate on linux
Platform: |
Size: 852992 |
Author: 小江 |
Hits:
Description: linux C函数库
linux initial
make-baby-linux
shell初解
shell详解
-linux C library linux initialmake-baby-linuxshell explain the early solution of shell
Platform: |
Size: 94208 |
Author: 王冰 |
Hits:
Description: linux设备驱动程序,中文版
本书指导你如何编写你自己的驱动, 以及如何利用内核相关的部分. 我们采用一种设备-独立的方法 编程技术和接口, 在任何可能的时候, 不会捆绑到任何特定的设备. 每一个驱动都是不同的 作为一个驱动编写者, 你需要深入理解你的特定设备. 但是大部分的原则和基本技术对所有驱动都是一样的. 本书无法教你关于你的设备的东西, 但是它给予你所需要的使你的设备运行起来的背景知识的指导.-linux device driver, the Chinese version of the book to guide you how to write your own driver, and how to use the relevant part of the kernel. We use a device- an independent technology and methods of programming interfaces, whenever possible, will not be bundled to any specific equipment. Every driver is different writers as a driver, you need a deep understanding of your specific equipment. However, the majority of the principles and basic skills of all drivers are the same. This book can not teach you on the your equipment, but it gives you need to make your equipment up and running background knowledge guidance.
Platform: |
Size: 1196032 |
Author: wanxiu |
Hits:
Description: LBreakout a breakout-style arcade game for Linux
Requirements:
X11, SDL[1.0 or better]
Installation:
1. type ./configure
options:
--disable-sound [no sound]
--disable-install [no installation play from source directory]
[e.g. ./configure --disable-sound --disable-install ]
2. type make
3. become root
4. type make install [only if install is not disabled]
5. type lbreakout to play-LBreakout a breakout-style arcade game for Linux
Requirements:
X11, SDL[1.0 or better]
Installation:
1. type ./configure
options:
--disable-sound [no sound]
--disable-install [no installation play from source directory]
[e.g. ./configure--disable-sound--disable-install ]
2. type make
3. become root
4. type make install [only if install is not disabled]
5. type lbreakout to play
Platform: |
Size: 1071104 |
Author: |
Hits:
Description: Linux 作一简单介绍,然后通过讲解 Linux 上进行编程的常识以及典型场景的 演示,使大家对 Linux 上的程序开发有一个感性认识。在此基础上,重点讲述 Linux 上 C 语言编程的基本工具,包括编译器和调试器,主要是它们的重要选项和基本用法。 接下来讲述在项目组织和开发过程中非常重要的工具,即 GNU make 和 makefile。 最后讲述 diff/patch 工具。
-Linux to make a brief introduction, and then passed on the Linux program on common sense and typical scenes of the demonstration, so that everyone on the procedures for the development of Linux has a perceptual knowledge. On this basis, the focus on Linux on C language programming of the basic tools, including compiler and debugger, mainly they are an important option, and basic usage. Next on the project organization and development process a very important instrument, that is, GNU make and makefile. Finally on the diff/patch tools.
Platform: |
Size: 131072 |
Author: ting |
Hits:
Description: Linux 下的编译工具,比Redhat9.0 默认版本要高。-Compiler tools under Linux than Redhat9.0 higher default version.
Platform: |
Size: 1564672 |
Author: 川流 |
Hits:
Description: Linux命令、编辑器与Shell编程
作者:(美)索贝尔(Sobell,M.G.)著,杨明军,王凤芹 译
要想真正高效地使用Linux,就必须全面掌握shell和命令行。通常必须购买两本书才能达到精通的目的:一本关于Linux基本概念和技术的指南,再加上一个单独的参考手册。更糟糕的是,大多数Linux参考手册只是对man手册页的稍加整理。而现在有了一个好得多的解决方案。知名Linux专家Mark Sobell编写的这本书,为系统管理员、开发人员和高级用户提供了最需要的全面的深入指导,同时还是一个卓越的日常参考手册。
-Linux command, editor and Shell Programming Author: (U.S.) Sobel (Sobell, M.G.), and Yang Jun,王凤芹translation in order to truly efficient use of Linux, we must fully grasp the shell and command line. Usually required to purchase two books to achieve the purpose of proficiency: a book about the basic concepts of Linux and technology guide, plus a separate reference manual. To make matters worse, the majority of Linux reference manual man just finishing a little manual page. And now have a much better solution. Well-known Linux expert Mark Sobell' s book to prepare for system administrators, developers and advanced users need to provide the most comprehensive in-depth guidance, is also an excellent reference manual day-to-day.
Platform: |
Size: 3773440 |
Author: AndrewCC |
Hits:
Description: sd868模块linux驱动程序,完整的驱动程序,make即可通过-sd8686 modle linux driver
Platform: |
Size: 392192 |
Author: 秦枫 |
Hits:
Description: 该书是设备驱动开发的最好工具书。其中的例子对于内核开发者来讲是最好的启蒙教材,建议把实例都亲自跑跑,且做适当修改,定能让你对内核驾驭能力上一个新台阶。-This book is the best device driver development tool. Some examples for the core developers of the Enlightenment in terms of the best materials, it is recommended to run the instance, and make the appropriate amendments to the kernel allow you the ability to master a new level.
Platform: |
Size: 1364992 |
Author: llnux |
Hits:
Description: Nachos is a program which can make a simple operating System.
Nachos is made by University of California and it is free software.
If you`re student who want to run operating system.
Nachos will be very helpful.
Platform: |
Size: 114688 |
Author: Edward |
Hits:
Description: Contents
Acknowledgments ix
Introduction xix
Chapter 1: Working with Linux 1
A Brief History of Linux 2
The GNU Project 2
The Linux Kernel 3
Linux Distributions 4
Free Software vs. Open Source 4
Beginning Development 5
Choosing a Linux Distribution 6
Installing a Linux Distribution 8
Linux Community 15
Linux User Groups 15
Mailing lists 16
IRC 16
Private Communities 16
Key Differences 16
Linux Is Modular 17
Linux Is Portable 17
Linux Is Generic 17
Summary 18
Chapter 2: Toolchains 19
The Linux Development Process 19
Working with Sources 20
Configuring to the Local Environment 21
Building the Sources 22
Components of the GNU Toolchain 23
The GNU Compiler Collection 23
The GNU binutils 34
GNU Make 39
The GNU Debugger 40
Platform: |
Size: 5298176 |
Author: ziv.han |
Hits: