From owner-freebsd-questions Wed Aug 7 14:25:37 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 2101D37B401 for ; Wed, 7 Aug 2002 14:25:29 -0700 (PDT) Received: from mailhost.iitb.ac.in (mailhost.iitb.ac.in [203.197.74.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 17D2943E72 for ; Wed, 7 Aug 2002 14:25:27 -0700 (PDT) (envelope-from deepaka@ee.iitb.ac.in) Received: (qmail 18811 invoked from network); 7 Aug 2002 21:25:20 -0000 Received: from mailscan2.iitb.ernet.in (HELO thisdomain) (144.16.108.202) by mailhost.iitb.ac.in with SMTP; 7 Aug 2002 21:25:20 -0000 Received: from bhairav.ee.iitb.ac.in by iitb.ac.in ; Thu, 08 Aug 2002 02:55:18 +0530 Date: Thu, 08 Aug 2002 02:55:18 +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 g77LPECn027281 for ; Thu, 8 Aug 2002 02:55:14 +0530 (IST) Received: from localhost (deepaka@localhost) by brahmi.ee.iitb.ac.in (8.11.6/8.11.6) with ESMTP id g77LKN122839 for ; Thu, 8 Aug 2002 02:50:26 +0530 X-Authentication-Warning: brahmi.ee.iitb.ac.in: deepaka owned process doing -bs Date: Thu, 8 Aug 2002 02:50:23 +0530 (IST) From: Deepak To: freebsd-questions@freebsd.org Subject: freebsd 4.6 kernel build aicasm fails..... 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 Hi! I am using freebsd 4.6. 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. Can anybody figure out the problem please? Doing make clean in aicasm directory doesn't help....... ----------------------------------------------------------- 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 ------------------------------------------------------------------------------------ Thanks Deepak Angrula -- IIT Bombay Email: deepaka@ee.iitb.ac.in To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message