From: Eyal Lebedinsky <eyal@eyal.emu.id.au>
To: quintaq@yahoo.co.uk
Cc: linux-kernel@vger.kernel.org
Subject: Re: Errors compiling emu10k1 module under 2.4.8
Date: Sat, 11 Aug 2001 20:56:55 +1000 [thread overview]
Message-ID: <3B750F77.FAA9A123@eyal.emu.id.au> (raw)
In-Reply-To: <20010811101557Z266921-760+224@vger.kernel.org>
quintaq@yahoo.co.uk wrote:
>
> Hi,
>
> I just d/ld the 2.4.8 patch and compilation of emu10k1 fails with :
>
> main.o(.modinfo+0x20): multiple definition of `__module_author'
> joystick.o(.modinfo+0x80): first defined here
> ld: Warning: size of symbol `__module_author' changed from 67 to 81 in
> main.o
> main.o(.modinfo+0x80): multiple definition of `__module_description'
> joystick.o(.modinfo+0xe0): first defined here
> ld: Warning: size of symbol `__module_description' changed from 83 to 96 in
> main.o
> main.o: In function `init_module':
> main.o(.text+0x1878): multiple definition of `init_module'
> joystick.o(.text+0x240): first defined here
> ld: Warning: size of symbol `init_module' changed from 64 to 67 in main.o
> main.o: In function `cleanup_module':
> main.o(.text+0x18bc): multiple definition of `cleanup_module'
> joystick.o(.text+0x280): first defined here
> make[3]: *** [emu10k1.o] Error 1
Seems that joystick.c wants to be a module by itself, so it cannot be
linked with the rest of the modules here.
Removing 'joystick.o' from drivers/sound/emu10k1/Makefile solves the
compile problem, but I do not know that it is the correct solution.
--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.anu.edu.au/eyal/>
next prev parent reply other threads:[~2001-08-11 11:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-11 10:16 quintaq
2001-08-11 10:56 ` Eyal Lebedinsky [this message]
2001-08-11 13:59 ` quintaq
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=3B750F77.FAA9A123@eyal.emu.id.au \
--to=eyal@eyal.emu.id.au \
--cc=linux-kernel@vger.kernel.org \
--cc=quintaq@yahoo.co.uk \
/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
all inboxes | Powered by JetHome®