BS"D
Hi,
could not compile any modules for 2.4.0-x kernels from rawhide.
After 'make menukonfig' compiled with 'make dep clean bzImage' ... and
everything went through successfully. But when it comes to compile any
modules 'make modules' the compilations breaks.
What went wrong?
Thanx in advance,
Daniel.
---- cut ----
make -C atm modules
make[2]: »/usr/src/linux-2.4.0/drivers/atm«
gcc -D__KERNEL__ -I/usr/src/linux-2.4.0/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe
-mpreferred-stack-boundary=2 -march=i686 -DMODULE -DMODVERSIONS -include
/usr/src/linux-2.4.0/include/linux/modversions.h -g -DEXPORT_SYMTAB -c
uPD98402.c
In file included from uPD98402.c:7:
/usr/src/linux-2.4.0/include/linux/module.h:172: nondigits in number and not
hexadecimal
/usr/src/linux-2.4.0/include/linux/module.h:172: nondigits in number and not
hexadecimal
/usr/src/linux-2.4.0/include/linux/module.h:172: nondigits in number and not
hexadecimal
/usr/src/linux-2.4.0/include/linux/module.h:172: nondigits in number and not
hexadecimal
/usr/src/linux-2.4.0/include/linux/module.h:172: parse error before `62dada05'
/usr/src/linux-2.4.0/include/linux/module.h:172: `inter_module_register_R_ver_str'
declared as function returning a function
/usr/src/linux-2.4.0/include/linux/module.h:172: warning: function declaration isn't a
prototype
/usr/src/linux-2.4.0/include/linux/module.h:173: nondigits in number and not
hexadecimal
/usr/src/linux-2.4.0/include/linux/module.h:173: missing white space after number
`7a9e845'
/usr/src/linux-2.4.0/include/linux/module.h:173: parse error before `7a9e845'
/usr/src/linux-2.4.0/include/linux/module.h:173: `inter_module_unregister_R_ver_str'
declared as function returning a function
---- cut ----
/usr/src/linux-2.4.0/include/asm/uaccess.h:530: warning: function declaration isn't a
prototype
/usr/src/linux-2.4.0/include/asm/uaccess.h:582: nondigits in number and not hexadecimal
/usr/src/linux-2.4.0/include/asm/uaccess.h:582: parse error before `24428be5'
/usr/src/linux-2.4.0/include/asm/uaccess.h:582: `strncpy_from_user_R_ver_str' declared
as function returning a function
/usr/src/linux-2.4.0/include/asm/uaccess.h:582: warning: function declaration isn't a
prototype
/usr/src/linux-2.4.0/include/asm/uaccess.h:583: `__strncpy_from_user_R_ver_str'
declared as function returning a function
/usr/src/linux-2.4.0/include/asm/uaccess.h:583: warning: parameter names (without
types) in function declaration
/usr/src/linux-2.4.0/include/asm/uaccess.h:585: `strnlen_user_R_ver_str' declared as
function returning a function
/usr/src/linux-2.4.0/include/asm/uaccess.h:585: warning: parameter names (without
types) in function declaration
/usr/src/linux-2.4.0/include/asm/uaccess.h:586: nondigits in number and not hexadecimal
/usr/src/linux-2.4.0/include/asm/uaccess.h:586: floating constant exponent has no
digits
/usr/src/linux-2.4.0/include/asm/uaccess.h:586: missing white space after number `7ae'
/usr/src/linux-2.4.0/include/asm/uaccess.h:586: parse error before `7ae'
/usr/src/linux-2.4.0/include/asm/uaccess.h:586: `clear_user_R_ver_str' declared as
function returning a function
/usr/src/linux-2.4.0/include/asm/uaccess.h:586: warning: function declaration isn't a
prototype
/usr/src/linux-2.4.0/include/asm/uaccess.h:587: `__clear_user_R_ver_str' declared as
function returning a function
/usr/src/linux-2.4.0/include/asm/uaccess.h:587: warning: parameter names (without
types) in function declaration
uPD98402.c: In function `fetch_stats':
uPD98402.c:46: `d523fdd3' undeclared (first use in this function)
uPD98402.c:46: called object is not a function
uPD98402.c: In function `uPD98402_int':
uPD98402.c:193: nondigits in number and not hexadecimal
uPD98402.c:193: nondigits in number and not hexadecimal
uPD98402.c:194: called object is not a function
uPD98402.c:202: nondigits in number and not hexadecimal
uPD98402.c:202: nondigits in number and not hexadecimal
uPD98402.c:202: nondigits in number and not hexadecimal
uPD98402.c:203: nondigits in number and not hexadecimal
uPD98402.c:203: nondigits in number and not hexadecimal
uPD98402.c:204: called object is not a function
uPD98402.c:205: nondigits in number and not hexadecimal
uPD98402.c:205: nondigits in number and not hexadecimal
uPD98402.c:205: nondigits in number and not hexadecimal
uPD98402.c: In function `uPD98402_start':
uPD98402.c:214: nondigits in number and not hexadecimal
uPD98402.c:214: nondigits in number and not hexadecimal
uPD98402.c:214: nondigits in number and not hexadecimal
uPD98402.c:214: called object is not a function
uPD98402.c: In function `uPD98402_stop':
uPD98402.c:235: nondigits in number and not hexadecimal
uPD98402.c:235: nondigits in number and not hexadecimal
uPD98402.c:235: nondigits in number and not hexadecimal
uPD98402.c:235: nondigits in number and not hexadecimal
uPD98402.c:235: called object is not a function
make[2]: *** [uPD98402.o] Fehler 1
make[2]: leaving directory »/usr/src/linux-2.4.0/drivers/atm«
make[1]: *** [_modsubdir_atm] Error 2
make[1]: leaving directory »/usr/src/linux-2.4.0/drivers«
make: *** [_mod_drivers] Error 2
_______________________________________________
Redhat-devel-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-devel-list