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

Re: [microblaze-uclinux] cnext_emac missing during build



Hi David,

David Banas wrote:

> When performing a fresh build after updating both the "dist" and "linux"
> directory trees (in order to establish a working "baseline" before
> customizing), using "cvs update -C" to ensure an exact match, my "make dep"
> errors out trying to find the directory "linux-2.4.x/drivers/net/cnxt_emac",
> which doesn't exist! There's an unqualified (i.e. - not surrounded by
> 'ifeq's) reference to it in "linux-2.4.x/drivers/net/Makefile", but no
> directory.
> 
> Is this new? Am I supposed to fetch this directory from my XPS project or
> something like that?

This directory you are having trouble with is a driver for some 
Connexant board - it was checked into the uclinux cvs tree a few days ago.

You need to use the -PAd options to CVS update - it will cause you to 
automatically fetch new directories.   Even better, you could create the 
file ~/.cvsrc (if under Linux, not sure about wincvs), with the 
following contents:

-z3
update -PAd
rdiff -u
diff -ubBwpN
checkout -P

This will give you the "best" CVS options by default..

Regards,

John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@itee.uq.edu.au
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/