I get this same error when trying to compile modules for stock 2.4.6. I have
no problems with 2.4.5 or any version previous.
>>>>>>background.c:57: `do_softirq_Rf0a529b7' undeclared (first use in \
>>>>>> this function)
except I get it in a different place...
--- snip ---
gcc -D__KERNEL__ -I/usr/src/linux-2.4.6/include -Wall -Wstrict-prototypes -W
no-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -mpreferred
-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include
/usr/src/linux-2.4.6/include/linux/modversions.h -c -o cfi_probe.o
cfi_probe.c
In file included from cfi_probe.c:17:
/usr/src/linux-2.4.6/include/linux/mtd/cfi.h: In function `cfi_spin_unlock':
/usr/src/linux-2.4.6/include/linux/mtd/cfi.h:387: `do_softirq_Rf0a529b7'
undeclared (first use in this function)
/usr/src/linux-2.4.6/include/linux/mtd/cfi.h:387: (Each undeclared
identifier is reported only once
/usr/src/linux-2.4.6/include/linux/mtd/cfi.h:387: for each function it
appears in.)
make[3]: *** [cfi_probe.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.6/drivers/mtd/chips'
make[2]: *** [_modsubdir_chips] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.6/drivers/mtd'
make[1]: *** [_modsubdir_mtd] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.6/drivers'
make: *** [_mod_drivers] Error 2
--- snip ---
It's not clear to me from the earlier posts... do I insert an include for
interrupt.h into cfi_probe.c or not?
I'm trying to compile mtd/cfi support on my laptop because I'm guessing I
want this in order to write ext2 filesystems onto CF type-1 flash cards via
a pcmcia-cf adapter.
though I'm only guessing about that, I really have no idea how to proceed on
that...
The purpose is to install precompiled / cross-compiled binaries for the sh3
processor and hopefully eventually run linux on an HP Jornada 548
maybe it would be easier to use the jornada to write to the cf card, if
there was only a "rawrite" or "dd" for WinCE out there somewhere...
Brian K. White -- brian@aljex.com -- http://www.aljex.com/bkw/
+++++[>+++[>+++++>+++++++<<-]<-]>>+.>.+++++.+++++++.-.[>+<---]>++.
filePro BBx Linux SCO Prosper/FACTS AutoCAD #callahans Satriani
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/