Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Aug 2004 09:47:03 +0200
From:      "Poul-Henning Kamp" <phk@phk.freebsd.dk>
To:        ravi <ravi.nanjundappa@ap.sony.com>
Cc:        Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
Subject:   Re: Regarding mknod 
Message-ID:  <13422.1091605623@critter.freebsd.dk>
In-Reply-To: Your message of "Wed, 04 Aug 2004 12:28:56 %2B0530." <1091602736.4760.64.camel@ravin> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <1091602736.4760.64.camel@ravin>, ravi writes:
>Hi,
>If I run "make load " from /usr/share/examples/kld/cdev/module directory
>then I'm getting the following error message .
>
># make load 
>mknod /dev/cdev c 32 0 
>mknod: /dev/cdev : No such file or directory 
>*****Error code 1
>
>Even if I execute the " mknod /dev/cdev c 32 0 " command at the terminal
>I'm getting the same error message .
>
>
>What is the reason for this ?
>Please tell me the solution as well ..

the load target in the makefile is outdated and the mknod command should
simply be removed.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?13422.1091605623>