* TEST13-PRE7 - Nvidia Kernel Module Compile Problem
@ 2000-12-30 19:54 Tony Spinillo
2000-12-31 1:05 ` Chris Wedgwood
2001-01-01 0:16 ` Tony Hoyle
0 siblings, 2 replies; 5+ messages in thread
From: Tony Spinillo @ 2000-12-30 19:54 UTC (permalink / raw)
To: linux-kernel
The nvidia kernel module (from www.nvidia.com) has compiled and loaded
correctly with all test13-pre series up to pre6. I just tried to
compile and load under pre7.
I got the following:
nv.c:860:unknown field `unmap' specified in initializer
nv.c:860:warning: initialization from incompatible pointer type
make:*** [nv.o] Error 1
Is this due to a problem with the recent makefile changes or a problem
with the nvidia module?
Thanks!
Tony
The output for ver_linux:
Kernel modules 2.3.23
Gnu C egcs-2.91.66
Gnu Make 3.79.1
Binutils 2.10.0.24
Linux C Library 2.1.3
Dynamic linker ldd (GNU libc) 2.1.3
Procps 2.0.7
Mount 2.10o
Net-tools 1.57
Console-tools 0.2.3
Sh-utils 2.0
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: TEST13-PRE7 - Nvidia Kernel Module Compile Problem
2000-12-30 19:54 TEST13-PRE7 - Nvidia Kernel Module Compile Problem Tony Spinillo
@ 2000-12-31 1:05 ` Chris Wedgwood
2000-12-31 1:16 ` davej
2001-01-01 0:16 ` Tony Hoyle
1 sibling, 1 reply; 5+ messages in thread
From: Chris Wedgwood @ 2000-12-31 1:05 UTC (permalink / raw)
To: Tony Spinillo; +Cc: linux-kernel
Bitch to nVidia.
--cw
On Sat, Dec 30, 2000 at 07:54:21PM +0000, Tony Spinillo wrote:
The nvidia kernel module (from www.nvidia.com) has compiled and loaded
correctly with all test13-pre series up to pre6. I just tried to
compile and load under pre7.
I got the following:
nv.c:860:unknown field `unmap' specified in initializer
nv.c:860:warning: initialization from incompatible pointer type
make:*** [nv.o] Error 1
Is this due to a problem with the recent makefile changes or a problem
with the nvidia module?
Thanks!
Tony
The output for ver_linux:
Kernel modules 2.3.23
Gnu C egcs-2.91.66
Gnu Make 3.79.1
Binutils 2.10.0.24
Linux C Library 2.1.3
Dynamic linker ldd (GNU libc) 2.1.3
Procps 2.0.7
Mount 2.10o
Net-tools 1.57
Console-tools 0.2.3
Sh-utils 2.0
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: TEST13-PRE7 - Nvidia Kernel Module Compile Problem
2000-12-31 1:05 ` Chris Wedgwood
@ 2000-12-31 1:16 ` davej
0 siblings, 0 replies; 5+ messages in thread
From: davej @ 2000-12-31 1:16 UTC (permalink / raw)
To: Tony Spinillo; +Cc: Linux Kernel Mailing List
On Sat, Dec 30, 2000 at 07:54:21PM +0000, Tony Spinillo wrote:
> The nvidia kernel module (from www.nvidia.com) has compiled and loaded
> correctly with all test13-pre series up to pre6. I just tried to
> compile and load under pre7.
> I got the following:
> nv.c:860:unknown field `unmap' specified in initializer
> nv.c:860:warning: initialization from incompatible pointer type
> make:*** [nv.o] Error 1
Delete the unmap: line somewhere near line 868 of nv.c
Seems to be working fine here.
regards,
Davej.
--
| Dave Jones. http://www.suse.de/~davej
| SuSE Labs
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: TEST13-PRE7 - Nvidia Kernel Module Compile Problem
2000-12-30 19:54 TEST13-PRE7 - Nvidia Kernel Module Compile Problem Tony Spinillo
2000-12-31 1:05 ` Chris Wedgwood
@ 2001-01-01 0:16 ` Tony Hoyle
2001-01-01 1:47 ` TEST13-PRE7 - Nvidia Kernel Module Compile Problem [OFF TOPIC] Justin
1 sibling, 1 reply; 5+ messages in thread
From: Tony Hoyle @ 2001-01-01 0:16 UTC (permalink / raw)
To: Tony Spinillo; +Cc: linux-kernel
Tony Spinillo wrote:
>
> The nvidia kernel module (from www.nvidia.com) has compiled and loaded
> correctly with all test13-pre series up to pre6. I just tried to
> compile and load under pre7.
I'm intrigued... how did you resolve the 'mem_map_inc_count' and
'mem_map_dec_count',
'put_module_symbol' and 'get_module_symbol' references?
It's only of academic interest for me now as I've ditched the nvidia -
not worth the hassle.
Amusingly, We're breaking the EULA even by reading the supplied source
code...
Tony
--
Can't think of a decent signature...
tmh@magenta-netlogic.com http://www.nothing-on.tv
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: TEST13-PRE7 - Nvidia Kernel Module Compile Problem [OFF TOPIC]
2001-01-01 0:16 ` Tony Hoyle
@ 2001-01-01 1:47 ` Justin
0 siblings, 0 replies; 5+ messages in thread
From: Justin @ 2001-01-01 1:47 UTC (permalink / raw)
To: Tony Hoyle; +Cc: Tony Spinillo, linux-kernel
On Mon, 1 Jan 2001, Tony Hoyle wrote:
> I'm intrigued... how did you resolve the 'mem_map_inc_count' and
> 'mem_map_dec_count',
> 'put_module_symbol' and 'get_module_symbol' references?
>
> It's only of academic interest for me now as I've ditched the nvidia -
> not worth the hassle.
>
> Amusingly, We're breaking the EULA even by reading the supplied source
> code...
usually there are patches on irc.openprojects.net #nvidia after a day or
less whenever kernel changes fsck up the latest nvidia kernel module.
justin
--
I see dead people.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2001-01-01 2:18 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-12-30 19:54 TEST13-PRE7 - Nvidia Kernel Module Compile Problem Tony Spinillo
2000-12-31 1:05 ` Chris Wedgwood
2000-12-31 1:16 ` davej
2001-01-01 0:16 ` Tony Hoyle
2001-01-01 1:47 ` TEST13-PRE7 - Nvidia Kernel Module Compile Problem [OFF TOPIC] Justin
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.