Re: Comedi on Debian and 2.6.8 kernel

On Tue, 2005-01-25 at 16:55 -0500, mark wrote:
> What is the normal output from the 'make drivers.txt' command ?
> I get - 
> 
> unified:/usr/src/comedi# make drivers.txt
> (for each in comedi/drivers/*.c;do scripts/dump_doc $each;done
> >Documentation/comedi/drivers.txt)
> scripts/doc_devlist Documentation/comedi/drivers.txt | sort
> >Documentation/comedi/devices.txt
> 
> Is this correct?  I would expect something a bit less cryptic.

Seems good to me. This are the shell commands that generate the files
Documentation/comedi/drivers.txt and devices.txt - if you have these
files, everything went ok.

> 
> Then after I cd to /usr/src/linux and try make-kpkg I get -
> 
> unified:/usr/src/linux# make-kpkg /usr/src/comedi modules-image
> Error: Unknown target /usr/src/comedi
> use --targets to display help on valid targets.
> 
> It can't seem to find the correct directory.

sorry, my fault. this is the correct one:
$ make-kpkg --added-modules /path/to/comedi modules-image

> 
> The only step I believe I have not completed is
> "Configure defaults to /usr/realtime" from Jan's instructions.  I'm not
> exactly sure what this means.

this does only apply to you if you have RTAI and want to build comedi
with realtime extensions.

> 
> Mark

Regards,
Jan

Received on 2005-01-25Z22:06:31