Home > ksyms o error > ksyms.o error 1

Ksyms.o Error 1

recompile error, was: Re: 1 gig memory Date: Mon, 19 Mar 2001 12:46:47 -0600 Mixing apples with oranges. My bad. Got it somewhat figured out. Thanks though! Jacob On Mon, 19 Mar 2001, you wrote: > Well............ > > I'm having some problems recompiling. > > I get through make config, make dep, make clean OK. > > I've edited my Makefile to include a unique name in the EXTRAVERSION = field. > > However when I run "make bzImage 2> errfile", I get the errors pasted at the > end of this message, and I cannot find the bzImage file anywhere. > > Any suggestions for what all these "warning: this is the location of the > previous definition" are about? > > Like I say, I don't get any errors for any of the previous steps. > > Thanks in advance! > > -- > Jacob Killian > PGTC System Administrator > > > > > 501-846-7245 > > "Long may we walk" --my mom > > errfile from "make bzImage 2>errfile" > > In file included from /usr/src/linux/include/linux/modversions.h:50, > from /usr/src/linux/include/linux/module.h:19, > from signal.c:10: > /usr/src/linux/include/linux/modules/i386_ksyms.ver:6: warning: `cpu_data' redefined > /usr/src/linux/include/asm/processor.h:96: warning: this is the location of the previous definition > /usr/src/linux/include/linux/modules/i386_ksyms.ver:28: warning: `smp_num_cpus' redefined > /usr/src/linux/include/linux/smp.h:77: warning: this is the location of the previous definition > /usr/src/linux/include/linux/modules/i386_ksyms.ver:118: warning: `smp_call_function' redefined > /usr/src/linux/include/linux/smp.h:83: warning: this is the location of the previous definition > In file included from /usr/src/linux/include/linux/modversions.h:50, > from /usr/src/linux/include/linux/module.h:19, > from ksyms.c:14: > /usr/src/linux/include/linux/modules/i386_ksyms.ver:6: warning: `cpu_data' redefined > /usr/src/linux/include/asm/processor.h:96: warning: this is

00:04:21 -0300 (ART) Message-id: <[🔎]20030105030421.24524.qmail@web11103.mail.yahoo.com> Reply-to: rodrigobaroni@yahoo.com.br Hello all, When I do %make bzImage to a 2.4.18 kernel source in a 233Mhz Pentium Pc (lmr 591 mother board), the follow error appear: In file included from ksyms.c:17: /usr/src/kernel-source-2.4.18/include/linux/kernel_stat.h: In function `kstat_irqs': /usr/src/kernel-source-2.4.18/include/linux/kernel_stat.h:48: `smp_num_cpus' undeclared (first use in this function) /usr/src/kernel-source-2.4.18/include/linux/kernel_stat.h:48: (Each undeclared identifier http://www.redhat.com/archives/redhat-list/2001-March/msg01800.html is reported only once /usr/src/kernel-source-2.4.18/include/linux/kernel_stat.h:48: for each function it appears in.) make[2]: *** [ksyms.o] Error 1 make[2]: Leaving directory `/usr/src/kernel-source-2.4.18/kernel' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/usr/src/kernel-source-2.4.18/kernel' make: *** [_dir_kernel] Error 2 Does anybody knows what is going https://lists.debian.org/debian-user/2003/01/msg00637.html on? I tryed to compile setting to processors 586/Pentium Classic/Pentium Pro-II/Pentium III where the only that got compile at all it was that to Pentium III (although it isn't my processor) but giving a message about "clock" and doesn't get booting. I have spend some good time since this. Any suggestion it's welcome. Rodrigo F Baroni _______________________________________________________________________ Busca Yahoo! O melhor lugar para encontrar tudo o que você procura na Internet http://br.busca.yahoo.com/ Reply to: debian-user@lists.debian.org Rodrigo F. Baroni (on-list) Rodrigo F. Baroni (off-list) Follow-Ups: Re: kernel compile error From: "nate" Prev by Date: Re: Chat servers Next by Date: Re: Chat servers Previous by thread: [SOLVED] CMI9738 sound driver Next by thread: Re: kernel compile error Index(es): Date Thread

instructions: Windows Mac Red Hat Linux Ubuntu Click URL instructions: Right-click on ad, choose "Copy Link", then paste here → (This may https://sourceforge.net/p/user-mode-linux/mailman/message/19418831/ not be possible with some types of ads) More information about http://www.gossamer-threads.com/lists/gentoo/user/83985 our ad policies X You seem to have CSS turned off. Please don't fill out this field. You seem to have CSS turned off. Please don't fill out this field. Briefly describe the problem (required): Upload screenshot of ad (required): Select a file, or drag ksyms.o error & drop file here. ✔ ✘ Please provide the ad click URL, if possible: Home Browse User-mode Linux kernel port Mailing Lists User-mode Linux kernel port Brought to you by: blaisorblade, derrichard, jdike, rusty Summary Files Reviews Support Wiki Mailing Lists Tickets ▾ Bugs Feature Requests Support Requests Patches News Discussion Donate Git CVS user-mode-linux-devel ksyms.o error 1 user-mode-linux-user [uml-devel] linux-next: UML build error [uml-devel] linux-next: UML build error From: Gabriel C - 2008-05-21 17:26:36 Hi, I get the following UML compile error on linux-next-20080521 , 64bit box : ... CC arch/um/sys-x86_64/ksyms.o arch/um/sys-x86_64/ksyms.c:5: error: '__memcpy' undeclared here (not in a function) arch/um/sys-x86_64/ksyms.c:5: warning: type defaults to 'int' in declaration of '__memcpy' make[1]: *** [arch/um/sys-x86_64/ksyms.o] Error 1 make: *** [arch/um/sys-x86_64] Error 2 ... config is UM's defconfig. Regards, Gabriel Thread view [uml-devel] linux-next: UML build error From: Gabriel C - 2008-05-21 17:26:36 Hi, I get the following UML compile error on linux-next-20080521 , 64bit box : ... CC arch/um/sys-x86_64/ksyms.o arch/um/sys-x86_64/ksyms.c:5: error: '__memcpy' undeclared here (not in a function) arch/um/sys-x86_64/ksyms.c:5: warning: type defaults to 'int' in declaration of '__memcpy' make[1]: *** [arch/um/sys-x86_64/ksyms.o] Error 1 make: *** [arch/um/sys-x86_64] Error 2 ... config is UM's defconfig. Regards, Gabriel Re: [uml-devel] linux-next: UML build error From: Jeff Dike - 2008-05-21 20:05:28 On Wed, May 21, 2008 at 07:26:09PM +0200, Gabriel C wrote: > CC a

Post #1 of 2 (111 views) Permalink libmodutils.a malformed archive? i get this error when emerging world. it doesnt look like the same error i got for libtools, what do you think i could do to fix this? where can i get a good copy of libmodutils.a? thanks In file included from modinfo.c:50: ../include/util.h:42: warning: built-in function `log' declared as non-function ar rv libmodutils.a kallsyms_64.o In file included from modinfo.c:50: ../include/util.h:42: warning: built-in function `log' declared as non-function In file included from modprobe.c:39: ../include/util.h:42: warning: built-in function `log' declared as non-function ar rv libmodutils.a rmmod.o ar: creating libmodutils.a a - rmmod.o ar rv libmodutils.a lsmod.o ar rv libmodutils.a ksyms.o a - lsmod.o ar: libmodutils.a: Malformed archive ar: creating libmodutils.a a - kallsyms_64.o a - ksyms.o make[1]: *** [libmodutils.a(lsmod.o)] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory `/var/tmp/portage/module-init-tools-3.0-r2/work/modutils-2.4.27/insmod' make: *** [all] Error 2 !!! ERROR: sys-apps/module-init-tools-3.0-r2 failed. !!! Function src_compile, Line 82, Exitcode 2 !!! emake modutils failed !!! If you need support, post the topmost build error, NOT this status message. -- gentoo-user [at] gentoo mailing list nick at computernick Jan27,2005,10:12AM Post #2 of 2 (115 views) Permalink Re: libmodutils.a malformed archive? [In reply to] On Thu, 2005-01-27 at 08:36 -0500, Nick Smith wrote: > i get this error when emerging world. it doesnt look like the same error > i got for libtools, what do you think i could do to fix this? where can > i get a good copy of libmodutils.a? > > thanks > > In file included from modinfo.c:50: > ../include/util.h:42: warning: built-in function `log' declared as > non-function > ar rv libmodutils.a kallsyms_64.o > In file included from modinfo.c:50: > ../include/util.h:42: warning: built-in function `log' declared as > non-function > In file included from modprobe.c:39: > ../include/util.h:42: warning: built-in function `log' declared as > non-function > ar rv libmodutils.a rmmod.o > ar: creating libmodutils.a > a - rmmod.o > ar rv libmodutils.a lsmod.o > ar rv libmodutils.a ksyms.o > a - lsmod.o > ar: libmodutils.a: Malformed archive > ar: creating libmodutils.a > a - kallsyms_64.o > a - k

 

Related content

ksyms.o error

Ksyms o Error p Feb - I am having trouble compiling relatedl a new kernel This is a fresh install of redhat I downloaded all the rpms at updates redhat com i I ran rpm -Fvh on all of them except the kernel ones because I want to stay with at the moment I then tried compiling the kernel with make menuconfig dep clean bzImage Everything goes fine until it gets to making the image As soon as it changes to the kernel dir I get a compile error with ksyms c Below is the output from the make bzImage