* Looking for mkfs.jffs2 source that compiles against 2.4.18 (redhat+patches)
@ 2003-05-26 1:28 David Wuertele
2003-05-28 6:58 ` David Woodhouse
0 siblings, 1 reply; 2+ messages in thread
From: David Wuertele @ 2003-05-26 1:28 UTC (permalink / raw)
To: linux-mtd
I have a highly-patched 2.4.18 kernel from my CPU vendor that includes
JFFS2 support, but I've been unable to get the latest CVS mkfs.jffs2
to compile against it. The reason seems to be my kernel's jffs2.h not
having defined the jint16_t and jint32_t. I have tried to follow the
instructions in the latest mtd CVS for patching the kernel, but my
kernel has a lot of special code in the mtd/nand directory that gets
clobbered by mtd's patchin.sh. I have tried working around this but
it is just too tangled of a mess.
My kernel's jffs2.h says:
* $Id: jffs2.h,v 1.22 2002/01/09 13:27:58 dwmw2 Exp $
This looks almost identical to the version of jffs2.h in my stock
RH7.3 development system's kernel source.
Can anyone tell me how to check out a version of mtd/util from CVS
that will compile against my kernel's existing JFFS2 support?
Thanks,
Dave
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Looking for mkfs.jffs2 source that compiles against 2.4.18 (redhat+patches)
2003-05-26 1:28 Looking for mkfs.jffs2 source that compiles against 2.4.18 (redhat+patches) David Wuertele
@ 2003-05-28 6:58 ` David Woodhouse
0 siblings, 0 replies; 2+ messages in thread
From: David Woodhouse @ 2003-05-28 6:58 UTC (permalink / raw)
To: David Wuertele; +Cc: linux-mtd
On Mon, 2003-05-26 at 02:28, David Wuertele wrote:
> Can anyone tell me how to check out a version of mtd/util from CVS
> that will compile against my kernel's existing JFFS2 support?
It shouldn't. If you run 'make mkfs.jffs2' in the util/ directory from
CVS, you should see it add '-I../include' on the command line, and hence
use its _own_ headers, not the ones from your kernel.
--
dwmw2
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-05-28 6:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-05-26 1:28 Looking for mkfs.jffs2 source that compiles against 2.4.18 (redhat+patches) David Wuertele
2003-05-28 6:58 ` David Woodhouse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox