help : JFFS2 compile error :background.c
Joern Engel
joern at wohnheim.fh-wedel.de
Wed Mar 12 17:09:50 EST 2003
On Tue, 11 March 2003 09:31:29 +0800, guo_zhenglin wrote:
>
> 1)I had used mtd_cvs_20020612.tgz (from
> http://qslinux.org/qslinux_2_4/tarballs/mtd_cvs_20020612.tgz)
>
> 2)input: "sh patches -j /home/guozl_1/linux-2.4.4-2002-10-06"
> 3)linux kernel is :linux-2.4.4
All three are a bit dated and likely noone has ever tested that
combination before.
Can you upgrade to something more current? kernel 2.4.21-pre5 should
work out of the box, I would guess.
There is little point in fixing a problem _again_. :)
> ppc_8xx-gcc -D__KERNEL__ -I/home/guozl_1/linux-2.4.4-2002-10-06/include -Wal
> l -W
>
> strict-prototypes -Os -fomit-frame-pointer -fno-strict-aliasing -D__powerpc_
> _ -f
>
> signed-char -msoft-float -pipe -ffixed-r2 -Wno-uninitialized -mmultiple -mst
> ring
> -mcpu=860 -g -DJFFS2_OUT_OF_KERNEL -c -o background.o background.c
> background.c:108: arguments given to macro `recalc_sigpending'
> background.c:155: arguments given to macro `recalc_sigpending'
Don't know, didn't look at the code. But it appears as if
recalc_sigpending has been changed sometime and one of 1), 2) and 3)
has the new version and another one the old one. Just a guess.
If you want to fix it yourself, look at fs/jffs2/background.c and
search for recalc_sigpending in http://lxr.linux.no/ . But upgrading
sounds like the better option.
Jörn
--
Beware of bugs in the above code; I have only proved it correct, but
not tried it.
-- Donald Knuth
More information about the linux-mtd
mailing list