LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Error during make bzImage (https://www.linuxquestions.org/questions/linux-newbie-8/error-during-make-bzimage-247151/)

Sid2004 10-25-2004 01:27 PM

Error during make bzImage
 
Scrren shots speak louder than wrds what has happenend:

CC lib/parser.o
CC lib/radix-tree.o
CC lib/rbtree.o
CC lib/rwsem.o
CC lib/string.o
CC lib/vsprintf.o
AR lib/lib.a
LD arch/i386/lib/built-in.o
AS arch/i386/lib/checksum.o
CC arch/i386/lib/dec_and_lock.o
CC arch/i386/lib/delay.o
AS arch/i386/lib/getuser.o
CC arch/i386/lib/memcpy.o
CC arch/i386/lib/strstr.o
CC arch/i386/lib/usercopy.o
AR arch/i386/lib/lib.a
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
drivers/built-in.o(.text+0x8262e): In function `shaper_lock':
: undefined reference to `sleep_on'
drivers/built-in.o(.exit.text+0x1a9): In function `cy_cleanup_module':
: undefined reference to `pci_release_regions'
make: *** [vmlinux] Error 1
[root@Leech linux-2.6.5-1.358]# make bzImage
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD vmlinux
drivers/built-in.o(.text+0x8262e): In function `shaper_lock':
: undefined reference to `sleep_on'
drivers/built-in.o(.exit.text+0x1a9): In function `cy_cleanup_module':
: undefined reference to `pci_release_regions'
make: *** [vmlinux] Error 1

that is all I can get out of make bzIamge

masand 10-25-2004 01:38 PM

hi there

what version of kernel are u compliing
have u done

make mrproper

and from where did i get this source from??

get the latest full source from

kernel.org and try again with the above command

regards


All times are GMT -5. The time now is 05:22 AM.