From owner-freebsd-questions Wed Aug 7 11:48:23 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 00CCC37B400 for ; Wed, 7 Aug 2002 11:48:21 -0700 (PDT) Received: from mailhost.iitb.ac.in (mailhost.iitb.ac.in [203.197.74.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 53E4B43E88 for ; Wed, 7 Aug 2002 11:48:18 -0700 (PDT) (envelope-from deepaka@ee.iitb.ac.in) Received: (qmail 7619 invoked from network); 7 Aug 2002 18:48:05 -0000 Received: from mailscan2.iitb.ernet.in (HELO thisdomain) (144.16.108.202) by mailhost.iitb.ac.in with SMTP; 7 Aug 2002 18:48:05 -0000 Received: from bhairav.ee.iitb.ac.in by iitb.ac.in ; Thu, 08 Aug 2002 00:18:04 +0530 Date: Thu, 08 Aug 2002 00:18:04 +0530 X-Originating-IP: 144.16.100.100 X-Auth-User: deepaka@ee.iitb.ac.in Received: from brahmi.ee.iitb.ac.in (sharada.ee.iitb.ac.in [144.16.100.126]) by bhairav.ee.iitb.ac.in (8.12.4/8.12.4) with ESMTP id g77IlxCn016779 for ; Thu, 8 Aug 2002 00:18:00 +0530 (IST) Received: from localhost (deepaka@localhost) by brahmi.ee.iitb.ac.in (8.11.6/8.11.6) with ESMTP id g77Ih9g13749 for ; Thu, 8 Aug 2002 00:13:12 +0530 X-Authentication-Warning: brahmi.ee.iitb.ac.in: deepaka owned process doing -bs Date: Thu, 8 Aug 2002 00:13:09 +0530 (IST) From: Deepak To: freebsd-questions@freebsd.org Subject: Problem in building new kernel Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Sir, I am using freebsd 4.6 release. I want to rebuild by kernel to use it for running wine. I added the option USER_LDT for this in my own configuration file. The config command ran successfully but make gave the following error. I need ur help. Please figure out the problem.. ----------------------------------------------------------- make -f ../../dev/aic7xxx/aicasm/Makefile MAKESRCPATH=../../dev/aic7xxx/aicasm Warning: Object directory not changed from original /usr/src/sys/compile/KERNEL_by_Deepak_Angrula cc -O -pipe -I/usr/include -I. -c ../../dev/aic7xxx/aicasm/aicasm_symbol.c ../../dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symbol_delete': ../../dev/aic7xxx/aicasm/aicasm_symbol.c:87: warning: passing arg 2 of pointer to function from incompatible pointer type ../../dev/aic7xxx/aicasm/aicasm_symbol.c:87: too few arguments to function ../../dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_open': ../../dev/aic7xxx/aicasm/aicasm_symbol.c:129: warning: assignment makes pointer from integer without a cast ../../dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_close': ../../dev/aic7xxx/aicasm/aicasm_symbol.c:145: structure has no member named `seq' ../../dev/aic7xxx/aicasm/aicasm_symbol.c:145: `R_FIRST' undeclared (first use in this function) ../../dev/aic7xxx/aicasm/aicasm_symbol.c:145: (Each undeclared identifier is reported only once ../../dev/aic7xxx/aicasm/aicasm_symbol.c:145: for each function it appears in.) ../../dev/aic7xxx/aicasm/aicasm_symbol.c:151: too few arguments to function ../../dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_get': ../../dev/aic7xxx/aicasm/aicasm_symbol.c:170: warning: passing arg 2 of pointer to function from incompatible pointer type ../../dev/aic7xxx/aicasm/aicasm_symbol.c:170: too few arguments to function ../../dev/aic7xxx/aicasm/aicasm_symbol.c:183: warning: passing arg 2 of pointer to function from incompatible pointer type ../../dev/aic7xxx/aicasm/aicasm_symbol.c:183: too few arguments to function ../../dev/aic7xxx/aicasm/aicasm_symbol.c: In function `symtable_dump': ../../dev/aic7xxx/aicasm/aicasm_symbol.c:335: `R_FIRST' undeclared (first use in this function) ../../dev/aic7xxx/aicasm/aicasm_symbol.c:337: structure has no member named `seq' ../../dev/aic7xxx/aicasm/aicasm_symbol.c:372: `R_NEXT' undeclared (first use in this function) *** Error code 1 Stop in /usr/src/sys/compile/KERNEL_by_Deepak_Angrula. *** Error code 1 ------------------------------------------------------------------------------------ It would be great of you.. Thanks Deepak Angrula -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message