Re: Unresolved symbol

2001-07-10 Thread Eric Van Buggenhaut
On Tue, Jul 10, 2001 at 04:51:00PM +0530, sumit kalra wrote: > Hi everybody, > > I'm learning to make kernel modules and am currently working on a block > device driver. > > I had installed kernel version 2.2.16-22 (RH - 7.0) and then changed it to > 2.2.16 (downloaded from > kernel.org). FYI,

Re: Unresolved symbol

2001-07-10 Thread Eric Van Buggenhaut
On Tue, Jul 10, 2001 at 04:51:00PM +0530, sumit kalra wrote: > Hi everybody, > > I'm learning to make kernel modules and am currently working on a block device >driver. > > I had installed kernel version 2.2.16-22 (RH - 7.0) and then changed it to 2.2.16 >(downloaded from > kernel.org). FYI,

Unresolved symbol

2001-07-10 Thread sumit kalra
ives a message           "unresolved symbol __constant_test_bit      unresolved symbol __test_bit"    and the module is not inserted . These two are being generated because I'm using  INIT_REQUEST. If I put INIT_REQUEST in comments (/* */) the module gets inserted.

Unresolved symbol

2001-07-10 Thread sumit kalra
ives a message           "unresolved symbol __constant_test_bit      unresolved symbol __test_bit"    and the module is not inserted . These two are being generated because I'm using  INIT_REQUEST. If I put INIT_REQUEST in comments (/* */) the module gets inserted.