linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Eric Wood" <eric@interplas.com>
To: "Kernel List" <linux-kernel@vger.kernel.org>
Subject: RH 9 kernel compile error
Date: Wed, 23 Jul 2003 16:20:23 -0400	[thread overview]
Message-ID: <077a01c35157$d898c100$9100000a@intgrp.com> (raw)

Sorry for the newbie question.
I'm trying some new megaraid drivers so I have to recompile.  For RH9, in
the /usr/src/linux-2.4/ directory, I used:

# cp configs/kernel-2.4.20-i686.config .config
# make rpm

During the recompile I get an error:
I have 2.4.20-18.9 and 2.4.20-6 installed and get the error for both
versions. Any ideas?
-eric wood



gcc -D_KERNEL_ -I/usr/src/redhat/BUILD/kernel-2.4.2018.9custom/include -Wall
 -
Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomi
t-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686   -nostdinc -
iwithpre
fix include -DKBUILD_BASENAME=oprofile_stats  -c -o
../../../drivers/oprofile/oprofile_stats.o
../../../drivers/oprofile/oprofile_stats.c
../../../drivers/oprofile/oprofile_stats.c: In function
`oprofile_reset_stats':
../../../drivers/oprofile/oprofile_stats.c:25: warning: implicit declaration
of function `cpu_possible'
rm -f oprofile.o
ld -m elf_i386  -r -o oprofile.o init.o timer_int.o
../../../drivers/oprofile/oprof.o ../../../drivers/oprofile/cpu_buffer.o
../../../drivers/oprofile/buffer_sync.o
../../../drivers/oprofile/event_buffer.o
../../../drivers/oprofile/oprofile_files.o
../../../drivers/oprofile/oprofilefs.o
../../../drivers/oprofile/oprofile_stats.o
../../../drivers/oprofile/event_buffer.o(.text+0x0): In function
`dcookie_register':
> multiple definition of `dcookie_register'
../../../drivers/oprofile/buffer_sync.o(.text+0x0): first defined here
../../../drivers/oprofile/event_buffer.o(.text+0x10): In function
`dcookie_unregister':
> multiple definition of `dcookie_unregister'
../../../drivers/oprofile/buffer_sync.o(.text+0x10): first defined here
make[3]: *** [oprofile.o] Error 1


             reply	other threads:[~2003-07-23 20:06 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-23 20:20 Eric Wood [this message]
2003-07-24  6:20 ` RH 9 kernel compile error Ben Greear
2003-07-24 17:36   ` Eric Wood

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='077a01c35157$d898c100$9100000a@intgrp.com' \
    --to=eric@interplas.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).