Date: Thu, 8 Aug 2002 00:13:09 +0530 (IST) From: Deepak <deepaka@ee.iitb.ac.in> To: freebsd-questions@freebsd.org Subject: Problem in building new kernel Message-ID: <Pine.LNX.4.44.0208080008430.13440-100000@brahmi.ee.iitb.ac.in>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0208080008430.13440-100000>