From: Manuel D. <man...@te...> - 2007-03-02 18:17:20
|
Thanks Kristian, Yes, with zlib and nasm Astlinux trunk compile without errors. My new problem is with the image. I have used makeimage.sh like in 0.4 but the image file not boot. I have used physdiskwrite.exe to write to compact flash but my system only say Disk boot failure. Some ideas? Regards, Manuel -----Mensaje original----- De: ast...@li... [mailto:ast...@li...] En nombre de Kristian Kielhofner Enviado el: viernes, 02 de marzo de 2007 18:12 Para: AstLinux Users Mailing List Asunto: Re: [Astlinux-users] Compile errors 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 ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Astlinux-users mailing list Ast...@li... https://lists.sourceforge.net/lists/listinfo/astlinux-users Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |