mkfs.jffs2.c not compiling for arm

Saravanan Chanemouganandam schane at osmozis.com
Mon Aug 13 04:56:56 EDT 2007


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/



More information about the linux-mtd mailing list