problem with fat modules in 2.3.3

narancs1@mail.externet.hu
Mon, 24 May 1999 12:42:42 +0200 (CEST)


Sorry to disturb you dear hackers!

But while compiling 2.3.3 modules I get this error:
(kernel compiles with no errors)

make -C fat modules
make[2]; Entering directory `/1/or/loc/linux-2.3.x/fs/fat'
pgcc -D--KERNEL-- -I/1/or/loc/linux-2.3.x/include -Wall -Wstrict-prototypes -O5
-fomit-frame-pointer -mpentium -pipe -fno-strength-reduce -DCPU=586 -DMODULE
-c -o inode.o inode.c
inode.c; In function `fat-fill-inode';
inode.c;807; `raw-entry' undeclared (first use in this function)
inode.c;807; (Each undeclared identifier is reported only once
inode.c;807; for each function it appears in.)
inode.c;833; `bh' undeclared (first use in this function)
make[2]; 888 [inode.o] Error 1
make[2]; Leaving directory `/1/or/loc/linux-2.3.x/fs/fat'
make[1]; 888 [-modsubdir-fat] Error 2
make[1]; Leaving directory `/1/or/loc/linux-2.3.x/fs'
make; 888 [-mod-fs] Error 2

2.2.9 works well.
I patched kernel 2.2.9 to 2.3.3 (through 2.3.0, 2.3.1, 2.3.2)
I need kernel 2.3.3 because 2.2.9 fails to boot in my laptop.
I need newer kernel than 2.0.36 (which works well) beacuse of fb, irda, etc.
I use pgcc 1.1.1 and RH5.2
I really love linux. (I only use it)
Go on guys! You're gonna change the world!

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/