From: Saravanan Chanemouganandam <schane@osmozis.com>
To: linux-mtd@lists.infradead.org
Subject: Re: mkfs.jffs2.c not compiling for arm
Date: Mon, 13 Aug 2007 10:56:56 +0200 [thread overview]
Message-ID: <200708131056.57824.schane@osmozis.com> (raw)
In-Reply-To: <46BE971D.1050305@compulab.co.il>
Dear Mike,
I have tried to compile the mtd-utils from within the scratchbox environement.
Still the problem exists with the Zlib.h file.
[sbox-COM-X270: ~] > wget
ftp://ftp.infradead.org/pub/mtd-utils/mtd-utils-1.0.0.tar.gz
[sbox-COM-X270: ~] > tar -xvzf mtd-utils-1.0.0.tar.gz
[sbox-COM-X270: ~] > cd mtd-utils-1.0.0
[sbox-COM-X270: ~/mtd-utils-1.0.0] > make
CROSS=/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-
Makefile:34: no file name for `-include'
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o ftl_format.o ftl_format.c -g -Wp,-MD,.ftl_format.c.dep
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -g -o
ftl_format ftl_format.o
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o flash_erase.oflash_erase.c -g -Wp,-MD,.flash_erase.c.dep
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -g -o
flash_erase flash_erase.o
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o crc32.o crc32.c -g -Wp,-MD,.crc32.c.dep
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o flash_eraseall.o flash_eraseall.c -g
-Wp,-MD,.flash_eraseall.c.dep
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -o
flash_eraseall crc32.o flash_eraseall.o
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o nanddump.o nanddump.c -g -Wp,-MD,.nanddump.c.dep
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -g -o
nanddump nanddump.o
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o doc_loadbios.o doc_loadbios.c -g
-Wp,-MD,.doc_loadbios.c.dep
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -g -o
doc_loadbios doc_loadbios.o
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o mkfs.jffs.o mkfs.jffs.c -g -Wp,-MD,.mkfs.jffs.c.dep
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -g -o
mkfs.jffs mkfs.jffs.o
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o ftl_check.o ftl_check.c -g -Wp,-MD,.ftl_check.c.dep
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -g -o
ftl_check ftl_check.o
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o compr_rtime.ocompr_rtime.c -g -Wp,-MD,.compr_rtime.c.dep
/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc -I./include
-O2 -Wall -g -c -o mkfs.jffs2.o mkfs.jffs2.c -g -Wp,-MD,.mkfs.jffs2.c.dep
mkfs.jffs2.c:68:18: zlib.h: No such file or directory
make: *** [mkfs.jffs2.o] Error 1
rm ftl_check.o mkfs.jffs.o flash_erase.o ftl_format.o nanddump.o
doc_loadbios.o
[sbox-COM-X270: ~/mtd-utils-1.0.0] >
Thanks
Sara
Osmozis
Le Dimanche 12 Août 2007 07:14, Mike Rapoport a écrit :
> Saravanan Chanemouganandam wrote:
> > Hello,
> >
> > I am a newbie to use MTD tools. I have downloaded the latest version of
> > the mtd tools and when I try to cross compile mtd-utils-1.0.0 for the
> > Xscale platform, I am getting the following make error.
> >
> > sara:/home/sara/mtd-utils-1.0.0#make
> > CROSS=/scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-
> > ....
> > /scratchbox/compilers/arm-gcc-3.3.4-glibc-2.3.2/bin/arm-linux-gcc
> > -I./include -O2 -Wall -g -c -o mkfs.jffs2.o mkfs.jffs2.c -g
> > -Wp,-MD,.mkfs.jffs2.c.dep mkfs.jffs2.c:68:18: zlib.h : No such file or
> > directory
> > make: *** [mkfs.jffs2.o] Error 1
> > rm ftl_check.o mkfs.jffs.o flash_erase.o ftl_format.o nanddump.o
> > doc_loadbios.o
> >
> > The host development machine has already installed with supporting Zlib
> > libraries but still it couldn't find the file.
> >
> > Can anyone precise me, is there any missing build options ?
>
> If you are using scratchbox, it might be better to compile the mtd-utils
> from within the scratchbox environment.
>
> > thanks
> > Sara
> >
> >
> >
> > ______________________________________________________
> > Linux MTD discussion mailing list
> > http://lists.infradead.org/mailman/listinfo/linux-mtd/
prev parent reply other threads:[~2007-08-13 8:57 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-09 15:34 mkfs.jffs2.c not compiling for arm Saravanan Chanemouganandam
2007-08-09 16:38 ` Josh Boyer
2007-08-09 21:02 ` Lennert Buytenhek
2007-08-10 14:10 ` MikeW
2007-08-10 14:35 ` Saravanan Chanemouganandam
2007-08-12 5:14 ` Mike Rapoport
2007-08-13 8:56 ` Saravanan Chanemouganandam [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200708131056.57824.schane@osmozis.com \
--to=schane@osmozis.com \
--cc=linux-mtd@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox