|
From: Toralf F. <tor...@gm...> - 2013-02-24 11:04:13
|
Moin, got this wit the attached .config : ... CC kernel/mutex.o CC kernel/hrtimer.o kernel/mutex.c:34:37: error: include/asm-generic/mutex-null.h: Input/output error kernel/mutex.c: In function ‘mutex_lock’: kernel/mutex.c:91:2: error: implicit declaration of function ‘__mutex_fastpath_lock’ [-Werror=implicit-function-declaration] kernel/mutex.c: In function ‘mutex_unlock’: kernel/mutex.c:125:2: error: implicit declaration of function ‘__mutex_fastpath_unlock’ [-Werror=implicit-function-declaration] kernel/mutex.c: In function ‘__mutex_unlock_common_slowpath’: kernel/mutex.c:322:2: error: implicit declaration of function ‘__mutex_slowpath_needs_to_unlock’ [-Werror=implicit-function-declaration] kernel/mutex.c: In function ‘mutex_lock_interruptible’: kernel/mutex.c:376:4: error: implicit declaration of function ‘__mutex_fastpath_lock_retval’ [-Werror=implicit-function-declaration] kernel/mutex.c: In function ‘mutex_trylock’: kernel/mutex.c:469:2: error: implicit declaration of function ‘__mutex_fastpath_trylock’ [-Werror=implicit-function-declaration] cc1: some warnings being treated as errors make[1]: *** [kernel/mutex.o] Error 1 make[1]: *** Waiting for unfinished jobs.... CC mm/filemap.o CC fs/open.o CC fs/read_write.o make: *** [kernel] Error 2 make: *** Waiting for unfinished jobs.... -- MfG/Sincerely Toralf Förster pgp finger print: 7B1A 07F4 EC82 0F90 D4C2 8936 872A E508 7DB6 9DA3 |