Re: missing elfconfig.h

2007-06-09 Thread Sam Ravnborg
On Sat, Jun 09, 2007 at 12:24:14PM -0400, Rich Chase wrote: > Sam, > Thanks for the feedback. I need more ideas. See > responses to your ideas below. > > > Yes, I was attempting to compile gspcav1, a webcam > driver. It can be found at: > http://mxhaard.free.fr/download.html >From the Makefi

Re: missing elfconfig.h

2007-06-09 Thread Rich Chase
As mentioned, > It depnes on the module. If the module uses > MODVERSIONIGN a full build is needed. This is what I did. However, the include file is missing. Do sourcefiles (other than config.h) get created at compile time? Thanks, Rich - To unsubscribe from this list: send the line "unsubscri

Re: missing elfconfig.h

2007-06-09 Thread Rich Chase
Jan, > >In your case the kernel was not build. > >And to build modpost you need to execute "make > > modules" from the kernel top-level directory. > > "make scripts" ? Wouldn't this do the same as going into the ".scripts/" directory and doing make? My problem is that the script 'modpost' requir

Re: missing elfconfig.h

2007-06-09 Thread Rich Chase
Sam, Thanks for the feedback. I need more ideas. See responses to your ideas below. > On Fri, Jun 08, 2007 at 09:08:36AM -0400, Rich Chase wrote: > > An Apparent bug: > > version 2.6.21.3 > > missing the file ./scripts/mod/elfconfig.h > > To build an external module you need to point to a > dire

Re: missing elfconfig.h

2007-06-09 Thread Sam Ravnborg
On Sat, Jun 09, 2007 at 03:57:30AM -0400, Robert P. J. Day wrote: > On Sat, 9 Jun 2007, Jan Engelhardt wrote: > > > > > On Jun 8 2007 22:19, Sam Ravnborg wrote: > > >On Fri, Jun 08, 2007 at 09:08:36AM -0400, Rich Chase wrote: > > >> An Apparent bug: > > >> version 2.6.21.3 > > >> missing the file

Re: missing elfconfig.h

2007-06-09 Thread Sam Ravnborg
On Sat, Jun 09, 2007 at 09:53:22AM +0200, Jan Engelhardt wrote: > > On Jun 8 2007 22:19, Sam Ravnborg wrote: > >On Fri, Jun 08, 2007 at 09:08:36AM -0400, Rich Chase wrote: > >> An Apparent bug: > >> version 2.6.21.3 > >> missing the file ./scripts/mod/elfconfig.h > > > >To build an external module

Re: missing elfconfig.h

2007-06-09 Thread Robert P. J. Day
On Sat, 9 Jun 2007, Jan Engelhardt wrote: > > On Jun 8 2007 22:19, Sam Ravnborg wrote: > >On Fri, Jun 08, 2007 at 09:08:36AM -0400, Rich Chase wrote: > >> An Apparent bug: > >> version 2.6.21.3 > >> missing the file ./scripts/mod/elfconfig.h > > > >To build an external module you need to point to

Re: missing elfconfig.h

2007-06-09 Thread Robert P. J. Day
On Sat, 9 Jun 2007, Jan Engelhardt wrote: > > On Jun 8 2007 22:19, Sam Ravnborg wrote: > >On Fri, Jun 08, 2007 at 09:08:36AM -0400, Rich Chase wrote: > >> An Apparent bug: > >> version 2.6.21.3 > >> missing the file ./scripts/mod/elfconfig.h > > > >To build an external module you need to point to

Re: missing elfconfig.h

2007-06-09 Thread Jan Engelhardt
On Jun 8 2007 22:19, Sam Ravnborg wrote: >On Fri, Jun 08, 2007 at 09:08:36AM -0400, Rich Chase wrote: >> An Apparent bug: >> version 2.6.21.3 >> missing the file ./scripts/mod/elfconfig.h > >To build an external module you need to point to a directory >where a fully build kernel is placed. > >You

Re: missing elfconfig.h

2007-06-08 Thread Sam Ravnborg
On Fri, Jun 08, 2007 at 09:08:36AM -0400, Rich Chase wrote: > An Apparent bug: > version 2.6.21.3 > missing the file ./scripts/mod/elfconfig.h To build an external module you need to point to a directory where a fully build kernel is placed. You could do a full build and then a "make clean", this

missing elfconfig.h

2007-06-08 Thread Rich Chase
An Apparent bug: version 2.6.21.3 missing the file ./scripts/mod/elfconfig.h I noticed this when trying to compile a 3rd party module. Maybe this is intended. Not sure. I discovered this when I attempted to compile modpost.c in the same directory. The following is the output: #> make modpost c