2.6.17.13 compile failure
Posted: Tue Sep 12, 2006 9:07 am
schokokeks linux-2.6.17.13 # LC_ALL="C" make
CHK include/linux/version.h
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
CC fs/binfmt_elf.o
fs/binfmt_elf.c: In function `load_elf_interp':
fs/binfmt_elf.c:379: error: `load_addr_set' undeclared (first use in this function)
fs/binfmt_elf.c:379: error: (Each undeclared identifier is reported only once
fs/binfmt_elf.c:379: error: for each function it appears in.)
fs/binfmt_elf.c:326: warning: unused variable `min_addr'
fs/binfmt_elf.c:326: warning: unused variable `max_addr'
fs/binfmt_elf.c:326: warning: unused variable `task_size'
fs/binfmt_elf.c: In function `load_elf_binary':
fs/binfmt_elf.c:728: warning: unused variable `task_size'
make[1]: *** [fs/binfmt_elf.o] Error 1
make: *** [fs] Error 2
Can you update the patch for .13?
CHK include/linux/version.h
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
CC fs/binfmt_elf.o
fs/binfmt_elf.c: In function `load_elf_interp':
fs/binfmt_elf.c:379: error: `load_addr_set' undeclared (first use in this function)
fs/binfmt_elf.c:379: error: (Each undeclared identifier is reported only once
fs/binfmt_elf.c:379: error: for each function it appears in.)
fs/binfmt_elf.c:326: warning: unused variable `min_addr'
fs/binfmt_elf.c:326: warning: unused variable `max_addr'
fs/binfmt_elf.c:326: warning: unused variable `task_size'
fs/binfmt_elf.c: In function `load_elf_binary':
fs/binfmt_elf.c:728: warning: unused variable `task_size'
make[1]: *** [fs/binfmt_elf.o] Error 1
make: *** [fs] Error 2
Can you update the patch for .13?