[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Make not working on linux-source-2.6.18



On Tue, Jun 12, 2007 at 07:42:17PM -0400, Tim wrote:
> I just installed Etch both on my laptop and on my desktop.  On both machines, 
> I downloaded linux-source-2.6.18 and tar'ed them into /usr/src.  However, 
> when I run "make EXTRAVERSION=-k7 oldversion", I get several error messages 
> about files not existing, called by gcc.  I am using gcc 4.1, and I am sure 
> this source matches my kernel image (linux-image-2.6.18-4-k7).

Well, first of all I don't think there's actually a target called
'oldversion'. Maybe you mean oldconfig? Without actual error messages,
I can't really tell if this is the only problem.

> Is there another tool I need besides gcc?

There are a number of tools you need besides gcc. Again, I can't guess
as to what you might be missing w/o actual error messages.

> I need to install the headers in 
> order to install ndiswrapper for my wireless card.  All of this worked on 
> sarge with no issues, using kernel-source-2.6.8-2-k7.

The headers are pre-packaged and can easily be installed using the
following commands:

# apt-get install module-assistant
# m-a prepare

Also note that ndiswrapper source is already packaged in Debian, so
you can build/install the module easily by running the above commands
followed by:

# apt-get install ndiswrapper-source
# m-a a-i ndiswrapper

-- 
dann frazier



Reply to: