Welcome![Sign In][Sign Up]
Location:
Search - zlib-1.2.1.tar.

Search list

[Web Serverzlib-1.2.3.tar.gz

Description: 安装lamp必备源码
Platform: | Size: 496597 | Author: xiaofeng119 | Hits:

[Otherunziptool

Description: 用于文件解压,适用于rar、zip、tar、tar.gz格式,采用zlib库。
Platform: | Size: 7068133 | Author: liangjb.975523@163.com | Hits:

[Embeded Linuxsmp86xx_rootfs.tar.bz2

Description:

 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 heavily depending on the toolchain and kernel

packages.

 

Quick HOW-TO

============

a) You need to have a working toolchain package. Once you have built your 

   toolchain, be sure to source toolchain-path.env. This is required for you to

   be able to build the rootfs package.

b) Untar the rootfs package.

c) First, configure your root file system: 'make menuconfig'. All the options 

   in the configuration menus have detailed help. Once you are satisfied with

   your choice of options, exit and save the configuration.

d) If you are using the toolchain composed of gcc 3.4.2, binutils 2.15.91.0.2,

   and uClibc 0.9.27 (defined in the toolchain package) then you must select

   Busybox 1.00 from the 'Package Selection for the target --->' menu.

   If on the other hand you are using the toolchain composed of gcc 4.0.4,

   binutils 2.17, and uClibc 0.9.28.3 then you must select Busybox 1.5 from

   the 'Package Selection for the target --->' menu.

e) If you chose to customize your root file system (option 'customize' in

   submenu 'Package Selection for the target'), be sure to prepare your custom

   files now.

f) Run 'make' to produce your root file system.

 

IMPORTANT NOTE: as of this release, the only supported option in the 'Target 

Options' menu is 'cramfs root filesystem for the target device' (with all its

suboptions). Any other option is currently unsupported and some are known to

not work.

 

Once you are through with step e), your root file system is available in the

main directory of the package as 'root_fs_mipsel.cramfs'.

 

Note about the integration with the toolchain and the kernel source packages

============================================================================

The rootfs package is now integrated with the toolchain package and the 

kernel source package and is able to interact with them in the following

ways:

 

 a) it can grab the necessary runtime libraries from the toolchain package.

 b) it can receive the kernel modules and support files from the kernel source

    package.

 c) the kernel source package can use the produced rootfs image for its initial

    RAM disk.

 

For interaction a) to take place, the SMP86XX_TOOLCHAIN_PATH environment 

variable must be defined and it must point to the main directory of the 

produced toolchain. The easiest way to achieve that is by sourcing the

'toolchain-path.env' environment file after it is produced at the end of the

toolchain production.

 

Note that defining SMP86XX_TOOLCHAIN_PATH is not optional. The build will not

go through unless the environment variable is defined and points to a correct

location. This is because, even if the build went through, the resulting root

file system would be unusable as it would not provide *any* run time library.

 

For interactions b) and c) to take place, the SMP86XX_ROOTFS_PATH environment

variable must be defined and must point to the main directory of the rootfs

package. The easiest way to achieve that is by sourcing the 'rootfs-path.env'

environment file after it is produced, right after your run 'make' or 

'make menuconfig' for the first time.

 

When SMP86XX_ROOTFS_PATH is defined and points to a valid location, the kernel

source package is able to:

 

 b) install its modules to the correct location under the customization 

    directory ('package/customize/source') in the rootfs package. In order to

    then make sure the modules end up in the produced rootfs image, you must

    select the 'customize' option under the 'Package Selection for the target'

    menu in 'make menuconfig'.

 c) grab the produced rootfs image (root_fs_mipsel.cramfs) and use it for its

    initial RAM disk.

 

Thus, in order to produce a rootfs holding the kernel modules and use it as the

kernel initial RAM disk, you need to go through the following steps in order

(note: this is convoluted):

 1) optionally build the toolchain (or use an existing one, more recent than

    2.6.90.0)

 2) source toolchain-path.env in the toolchain package directory

 3) configure the rootfs package with the 'customize' option on in the

    'Package Selection for the target' menu

 4) source 'rootfs-path.env' in the rootfs package directory

 5) configure the kernel, review what is configured as modules, 'make dep'

 6) 'make modules' in the kernel source directory

 7) the 'modules_install' target for the kernel needs that the system map be

    already produced. In order to achieve that, build a first version of the

    kernel: 'make vmlinux'

 8) 'make modules_install' in the kernel source directory. The modules are now

    installed in the rootfs package customization directory.

 9) 'make' in the rootfs package directory. You have now produced a rootfs 

    image holding the kernel modules.

10) 'make' in the kernel source directory. You have now produced a linux ZBF

    image with an initrd holding the kernel modules.

    

Coming features

===============

N/A

 

Troubleshooting

===============

a) when building the cramfs utility tool, the compiler complains that it can't

   find 'zlib.h' or '-lz'.

 

   You need to have the development version of zlib installed on your system.

   How to do that depends on your distribution.

 

 


Platform: | Size: 234248 | Author: mattli001 | Hits:

[SourceCodezlib-1.2.3.tar.gz

Description: zlib是非常实用的提供数据压缩用的函式库
Platform: | Size: 502728 | Author: lxhiwhr | Hits:

[Compress-Decompress algrithmszlib

Description: zlib源码 -zlib source
Platform: | Size: 219136 | Author: 站长 | Hits:

[Compress-Decompress algrithmszlib-1.2.3.tar

Description: zlib是文件压缩算法,它在swf解码,mp3解码中已经得到广泛的运用.而1.2.3版是最新且稳定的一个版本.-zlib compression algorithm of the document, it swf decoder, mp3 decoder which has been widely used. and a .2.3 edition is the latest in a stable version.
Platform: | Size: 496640 | Author: 黄旭东 | Hits:

[Compress-Decompress algrithmscomprlib20

Description: zlib-1.2.3.tar是新的zlib库藏 用于压缩 等等 -zlib- 1.2.3.tar is the new repository for zlib compression, etc.
Platform: | Size: 3990528 | Author: jason | Hits:

[Internet-NetworkZlib

Description: 文件夹压缩和解压代码.从 codeproject网下的代码在处理文件夹有问题, 改后上传以便大家查查学习一下的-Folder compression and decompression code. From codeproject network code under the folder in the deal with the problem has changed after the upload so that we look up to learn about the
Platform: | Size: 104448 | Author: ymlife | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: 实现inflate压缩算法,结构清晰,方便裁剪,比gzip小很多。详情见www.zlib.net-Realize inflate compression algorithm, structural clarity, easy cutting, much smaller than gzip. Details www.zlib.net
Platform: | Size: 575488 | Author: 吴潇文 | Hits:

[Compress-Decompress algrithmszlib-1.2.3

Description: zlib 内存压缩解压程序。。可以在内存中进行压缩解压、-zlib compression memory decompression procedures. . Can be compressed in memory decompression,
Platform: | Size: 751616 | Author: asdsa | Hits:

[File Formatchamoro-0[1].0.2-1.tar

Description: XML中用到的zlib库,下载后需要 解压-zlib
Platform: | Size: 347136 | Author: pantianyi666 | Hits:

[Internet-Networkzlib-1.2.5.tar

Description: zlib库文件,是最新的版本,好用,需要的下-zlib library is the latest version, easy to use, required under
Platform: | Size: 544768 | Author: xdl | Hits:

[Embeded Linuxgtkarmpck.zip

Description: GTK Arm embedded system all pack file and install guide 1、tslib:http://download.csdn.net/source/2217426 download tslib-1.4.tar.gz 2、tiff : ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies/tiff-3.7.4.tar.gz 3、jpegsrc.v6b :ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies/ 4、libpng-1.2.33 :http://www.libpng.org/pub/png/libpng.html 5、glib-2.19.0 :ftp://ftp.gtk.org/pub/glib/2.19/ 6、pango-1.20.2 :ftp://ftp.gtk.org/pub/pango/1.20/ 7、gtk+-2.12.9 :http://ftp.gnome.org/pub/gnome/sources/gtk+/2.12/ 8、atk-1.24.0 :http://ftp.gnome.org/pub/gnome/sources/atk/1.24/ 9、cairo-1.8.4 :http://www.cairographics.org/releases/ 10、DirectFB-1.3.0 :http://www.directfb.org/downloads/Core/ 11、expat-2.0.1 :http://expat.sourceforge.net/ 12、fontconfig-2.6.0 :http://www.fontconfig.org/release/ 13、freetype-2.3.7 :http://freetype.sourceforge.net/index2.html 14、libxml2-2.6.31 :http://xmlsoft.org/sources/ 15、pixman-0.12.0 :http://www.cairographics.org/releases/ 16、zlib-1.2.3 :http://www.zlib.net/ ,GTK Arm embedded system all pack file and install guide 1, tslib: http://download.csdn.net/source/2217426 download tslib-1.4.tar.gz 2, tiff: ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies/tiff-3.7.4.tar.gz 3, jpegsrc.v6b: ftp://ftp.gtk.org/pub/gtk/v2.10/dependencies/ 4, libpng-1.2. 33: http://www.libpng.org/pub/png/libpng.html 5, glib-2.19.0: ftp://ftp.gtk.org/pub/glib/2.19/ 6, pango-1.20.2 : ftp://ftp.gtk.org/pub/pango/1.20/ 7, gtk+-2.12.9: http://ftp.gnome.org/pub/gnome/sources/gtk+/2.12/ 8, atk-1.24 .0: http://ftp.gnome.org/pub/gnome/sources/atk/1.24/ 9, cairo-1.8.4: http://www.cairographics.org/releases/ 10, DirectFB-1.3.0 : http://www.directfb.org/downloads/Core/ 11, expat-2.0.1: http://expat.sourceforge.net/ 12, fontconfig-2.6.0: http://www.fontconfig.org/release/13, freetype-2.3.7: http://freetype.sourceforge.net/index2.html 14, libxml2-2.6.31: http://xmlsoft.org/sources/ 15, pixman-0.12.0: http://www.cairographics.org/releases/ 16, zlib-1.2.3: http://www.zlib.net/
Platform: | Size: 55127040 | Author: 小誠 | Hits:

[Linux-Unixzlib-1.2.4.tar

Description: 编译qtopia2.2.0需要的库,方便大家下载使用-Compile qtopia2.2.0 required libraries to facilitate you download
Platform: | Size: 540672 | Author: dodo | Hits:

[Compress-Decompress algrithmszlib-1.2.5.tar

Description: zlib-1.2.5.tar.zip gzip编码,最早由Jean-loup Gailly和Mark Adler创建,用于UNIX系统的文件压缩。我们在Linux中经常会用到后缀为.gz的文件,它们就是GZIP格式的。现今已经成为Internet 上使用非常普遍的一种数据压缩格式,或者说一种文件格式。HTTP协议上的GZIP编码是一种用来改进WEB应用程序性能的技术。大流量的WEB站点常常使用GZIP压缩技术来让用户感受更快的速度。-Zlib-1.2.5. Tar.zip gzip code, the first by Jean-loup Gailly and Mark Adler create, used for UNIX system file compression. We we often use suffix in Linux for. Gz files, they are GZIP format. Today has become very popular on the Internet use a data compression format, or a file format. The HTTP protocol GZIP coding is a WEB applications to improve performance of the technology. Big flow WEB site often use GZIP compression technology to make the user feel faster speed.
Platform: | Size: 491520 | Author: 王冠林 | Hits:

[Linux-Unixzlib-1.2.5.tar

Description: 用于开基于mini2440远程视频监控程序用到的一个通用的高级库-Version 1.2.5 fixes bugs in gzseek() and gzeof() that were present in version 1.2.4 (March 2010). All users are encouraged to upgrade immediatel
Platform: | Size: 2560000 | Author: 王遥 | Hits:

[Linux-Unixzlib-1.2.11.tar

Description: A package about zlib
Platform: | Size: 607232 | Author: 城阙 | Hits:

[Otherzlib-1.2.3.tar

Description: Zlib的源码,进行绘图操作的重要函数库(source code of Zlib1.2.3)
Platform: | Size: 495616 | Author: sunyibo | Hits:

[Compress-Decompress algrithmszlib-1.2.11.tar

Description: zlib-1.2.11版本压缩包使用方法: tar zxf zlib-1.2.11.tar.gz Build with: cd zlib-1.2.11 CC=mpicc ./configure --prefix=/usr/local/zlib-1.2.11_mpich-3.2 make all check sudo make install(Zlib-1.2.11 version compression package use method: Tar zxf zlib-1.2.11.tar.gz Build with: CD zlib-1.2.11 CC=mpicc./configure --prefix=/usr/local/zlib-1.2.11_mpich-3.2 Make all check Sudo make install)
Platform: | Size: 607232 | Author: smile2018 | Hits:

[Otherzlib-1.2.11.tar

Description: 这是可以在Linux系统上安装的,有需要的朋友请自行下载。。(This is zlib that can be installed in LINUX or Ubuntu system .....................)
Platform: | Size: 466944 | Author: 神大大 | Hits:
« 12 3 »

CodeBus www.codebus.net