"make buildkernel" problems

Eirik Nygaard eirikn at kerneled.com
Tue Jan 6 09:50:38 PST 2004


On Tue, Jan 06, 2004 at 05:25:05PM +0000, Adam K Kirchhoff wrote:
> 
> When I run a "make buildkernel" I end up with the following error:
> 
> ===> dev/disk/aic7xxx
> ===> dev/disk/aic7xxx/aicasm
> make: don't know how to make /usr/include/sys/inttypes.h. Stop
> *** Error code 2
> 
> I can build the kernel just fine if I run config on the config file and
> go through the make depend && make process, but I can't do it with make
> buildkernel.
> 
> I have run "make includes" in order to make sure all the includes are
> properly installed.
> 
> Am I missing something?
> 
> Adam
> 

Copy from previous mail to bugs@
---
    Ah.  Clean out your /usr/obj hierarchy and rebuild.  This is due to the
    make depend mechanism breaking when existing .depend files have
    associations for header files which have been removed.

    e.g. rm -rf /usr/obj/usr/src/sys/<YOURKERNEL>       (assuming your source
    is in /usr/src and not symlinked).

                                                -Matt
---

-- 
Eirik Nygaard
eirikn at xxxxxxxxxxxx
Attachment:
pgp00002.pgp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pgp00002.pgp
Type: application/octet-stream
Size: 187 bytes
Desc: "Description: PGP signature"
URL: <http://lists.dragonflybsd.org/pipermail/bugs/attachments/20040106/8a4771ba/attachment-0020.obj>


More information about the Bugs mailing list