From owner-freebsd-config Wed Aug 7 22:49:39 2002 Delivered-To: freebsd-config@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 02A7937B406 for ; Wed, 7 Aug 2002 22:49:32 -0700 (PDT) Received: from mailhost.iitb.ac.in (mailhost.iitb.ac.in [203.197.74.142]) by mx1.FreeBSD.org (Postfix) with SMTP id 7D53E43E70 for ; Wed, 7 Aug 2002 22:49:30 -0700 (PDT) (envelope-from deepaka@ee.iitb.ac.in) Received: (qmail 18111 invoked from network); 8 Aug 2002 05:49:26 -0000 Received: from mailscan1.iitb.ac.in (HELO thisdomain) (144.16.108.201) by mailhost.iitb.ac.in with SMTP; 8 Aug 2002 05:49:26 -0000 Received: from bhairav.ee.iitb.ac.in by iitb.ac.in ; Thu, 08 Aug 2002 11:19:25 +0530 Date: Thu, 08 Aug 2002 11:19:25 +0530 X-Originating-IP: 144.16.100.100 X-Auth-User: deepaka@ee.iitb.ac.in Received: from vani.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 g785nKCn005778; Thu, 8 Aug 2002 11:19:21 +0530 (IST) Received: from localhost (deepaka@localhost) by vani.ee.iitb.ac.in (8.11.6/8.11.6) with ESMTP id g785nI721748; Thu, 8 Aug 2002 11:19:20 +0530 X-Authentication-Warning: vani.ee.iitb.ac.in: deepaka owned process doing -bs Date: Thu, 8 Aug 2002 11:19:18 +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-config@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-config" in the body of the message