* Is source in CVS broken, or is it just me?
@ 2004-01-26 18:43 Justin Turner Arthur
2004-01-26 19:10 ` Jaroslav Kysela
0 siblings, 1 reply; 3+ messages in thread
From: Justin Turner Arthur @ 2004-01-26 18:43 UTC (permalink / raw)
To: ALSA Development
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Is source in CVS broken, or is it just me?
2004-01-26 18:43 Is source in CVS broken, or is it just me? Justin Turner Arthur
@ 2004-01-26 19:10 ` Jaroslav Kysela
2004-01-27 1:56 ` Justin Turner Arthur
0 siblings, 1 reply; 3+ messages in thread
From: Jaroslav Kysela @ 2004-01-26 19:10 UTC (permalink / raw)
To: Justin Turner Arthur; +Cc: ALSA Development
On Mon, 26 Jan 2004, Justin Turner Arthur wrote:
> 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:
Use latest 2.6.2-rc kernels.
Jaroslav
-----
Jaroslav Kysela <perex@suse.cz>
Linux Kernel Sound Maintainer
ALSA Project, SuSE Labs
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Is source in CVS broken, or is it just me?
2004-01-26 19:10 ` Jaroslav Kysela
@ 2004-01-27 1:56 ` Justin Turner Arthur
0 siblings, 0 replies; 3+ messages in thread
From: Justin Turner Arthur @ 2004-01-27 1:56 UTC (permalink / raw)
To: ALSA Development
Jaroslav Kysela wrote:
>Use latest 2.6.2-rc kernels.
>
>
>
Thanks for the tip, Mr. Kysela. Upon patching to the 2.6.2rcX kernel,
and re-application of the ALSA cvs checkout, I'm up and running with a
working ice1712 driver and no compile errors. Hot-diggity!
Thanks again,
Justin Arthur
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-01-27 1:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-01-26 18:43 Is source in CVS broken, or is it just me? Justin Turner Arthur
2004-01-26 19:10 ` Jaroslav Kysela
2004-01-27 1:56 ` Justin Turner Arthur
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.