lkml.org 
[lkml]   [1999]   [May]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: problem with fat modules in 2.3.3


On Mon, 24 May 1999 narancs1@mail.externet.hu wrote:

> 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';
^^^^^^^^^^^^^^^ What? It's not a C identifier. Do
you mean fat_fill_inode?

> inode.c;807; `raw-entry' undeclared (first use in this function)
line 807 in fs/fat/inode.c:
MSDOS_I(inode)->i_start = CF_LE_W(de->start);
where the hell have you got raw-entry, raw_entry or anything like that?

> 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)
line 833:
}
End of function, that is. Which doesn't contain a word bh at all.

You've messed the patching.


-
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/

\
 
 \ /
  Last update: 2005-03-22 13:51    [W:0.036 / U:1.004 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site