All of lore.kernel.org
 help / color / mirror / Atom feed
From: Justin Turner Arthur <justinarthur.mail@verizon.net>
To: ALSA Development <alsa-devel@alsa-project.org>
Subject: Is source in CVS broken, or is it just me?
Date: Mon, 26 Jan 2004 13:43:23 -0500	[thread overview]
Message-ID: <40155FCB.10302@verizon.net> (raw)

This is my first time using the CVS, so something in my protocol of 
operation may be flawed. Here is what I am doing:

1. Downloading CVS source with the following command:
|cvs -z3 -d ':pserver:anonymous@cvs.alsa-project.org:/cvsroot/alsa' co -P .

2. Copying the alsa-kernel files (minus the oss and CVS folders) to 
/usr/src/linux/sound/

3. Copying the alsa-kernel/include files (minus the CVS folder) to 
/usr/src/linux/include/sound/

4. "make gconfig" to make sure that it is properly configured, and that 
the ice1712 and Intel i8x0 drivers are enabled.

5. "make bzImage"

Upon execution of that last command I get a few warnings about implicit 
declarations regarding class_simple_device_*, then in the end I get the 
following error:

sound/built-in.o(.text+0x1b7): In function `sound_insert_unit':
: undefined reference to `class_simple_device_add'
sound/built-in.o(.text+0x272): In function `sound_remove_unit':
: undefined reference to `class_simple_device_remove'
sound/built-in.o(.text+0xfbe): In function `snd_register_device':
: undefined reference to `class_simple_device_add'
sound/built-in.o(.text+0x1097): In function `snd_unregister_device':
: undefined reference to `class_simple_device_remove'
sound/built-in.o(.exit.text+0x23): In function `cleanup_soundcore':
: undefined reference to `class_simple_destroy'
sound/built-in.o(.exit.text+0x73): In function `alsa_sound_exit':
: undefined reference to `class_simple_device_remove'
sound/built-in.o(.init.text+0x37): In function `init_soundcore':
: undefined reference to `class_simple_create'
sound/built-in.o(.init.text+0x196): In function `alsa_sound_init':
: undefined reference to `class_simple_device_add'
make: *** [.tmp_vmlinux1] Error 1

This is a bummer, because the latest stable release's ice1712 driver 
doesn't work too well with my card and kernel 2.6.x. I was told the 
latest patches will have fixed this. Any ideas why my kernel won't 
compile with the latest CVS?
|



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn

             reply	other threads:[~2004-01-26 18:40 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-26 18:43 Justin Turner Arthur [this message]
2004-01-26 19:10 ` Is source in CVS broken, or is it just me? Jaroslav Kysela
2004-01-27  1:56   ` Justin Turner Arthur

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=40155FCB.10302@verizon.net \
    --to=justinarthur.mail@verizon.net \
    --cc=alsa-devel@alsa-project.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.