From: Kristian K. <kri...@gm...> - 2007-03-02 17:11:59
|
On 3/2/07, Manuel Dominguez <man...@te...> wrote: > Thank you Kristian, you find the problem. This problem disappears but > appears another one with squashfs. Sorry, I don't like to send so many > questions but it's the first time that I use buildroot: > > > > toolchain/patch-kernel.sh /home/astlinux/trunk/build_i586/squashfs3.2-r2 > target/squashfs/ squashfs\*.patch > touch /home/astlinux/trunk/build_i586/squashfs3.2-r2/.unpacked > make -j2 -C /home/astlinux/trunk/build_i586/squashfs3.2-r2/squashfs-tools; > make[1]: Entering directory > `/home/astlinux/trunk/build_i586/squashfs3.2-r2/squashfs-tools' > cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -c -o mksquashfs.o > mksquashfs.c > cc -I. -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 -c -o read_fs.o > read_fs.c > mksquashfs.c:38:18: zlib.h: No such file or directory > read_fs.c:35:18: zlib.h: No such file or directory > read_fs.c: In function `read_block': > read_fs.c:88: error: `Z_OK' undeclared (first use in this function) > read_fs.c:88: error: (Each undeclared identifier is reported only once > read_fs.c:88: error: for each function it appears in.) > read_fs.c:89: error: `Z_MEM_ERROR' undeclared (first use in this function) > read_fs.c:91: error: `Z_BUF_ERROR' undeclared (first use in this function) > mksquashfs.c:562: error: syntax error before '*' token > mksquashfs.c: In function `mangle2': > mksquashfs.c:566: error: `z_stream' undeclared (first use in this function) > mksquashfs.c:566: error: (Each undeclared identifier is reported only once > mksquashfs.c:566: error: for each function it appears in.) > mksquashfs.c:566: error: `stream' undeclared (first use in this function) > mksquashfs.c:566: error: `strm' undeclared (first use in this function) > mksquashfs.c:568: error: `uncompressed' undeclared (first use in > Manuel, You need to install the zlib development package on your host. -- Kristian Kielhofner |