Subject: make kernel error with source 6 Feb 97
To: None <current-users@NetBSD.ORG>
From: c5666305 <c5666305@comp.polyu.edu.hk>
List: current-users
Date: 02/07/1997 11:16:37
Hello,
I tried to make kernel with 6 Feb 97. I encountered the following error.
=====================================================================
cc1: warnings being treated as errors
../../../../kern/init_main.c: In function `main':
../../../../kern/init_main.c:324: warning: implicit declaration of function `domountroothook'
../../../../kern/init_main.c:325: warning: implicit declaration of function `vfs_mountroot'
../../../../kern/init_main.c:328: warning: implicit declaration of function `setroot'
../../../../kern/init_main.c:328: `root_device' undeclared (first use this function)
../../../../kern/init_main.c:328: (Each undeclared identifier is reported only once
../../../../kern/init_main.c:328: for each function it appears in.)
../../../../kern/init_main.c:332: warning: implicit declaration of function `mountroothook_destroy'
*** Error code 1
Stop.
=====================================================================
My system is i386 platform. The config file is GENERIC. Any ideas ?
cheers.
Clarence CHAN