Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Feb 2006 11:51:41 -0600 (CST)
From:      "Robert Uzzi" <ruzzi@compedgeracing.com>
To:        freebsd-questions@freebsd.org
Subject:   make depend error
Message-ID:  <1612.63.97.49.74.1140112301.squirrel@www.compedgeracing.com>

next in thread | raw e-mail | index | archive | help
Any clues to this error?

root@www CUSTOM-SMP #  make depend
cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I.
-I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq
-I../../../contrib/ipfilter -I../../../contrib/pf
-I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd
-I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL
-DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -finline-limit=8000
--param inline-unit-growth=100 --param large-function-growth=1000
-mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow
-mno-sse -mno-sse2 -ffreestanding ../../../i386/i386/genassym.c
NM='nm' sh ../../../kern/genassym.sh genassym.o > assym.s
awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -h
awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -p
awk -f ../../../tools/vnode_if.awk ../../../kern/vnode_if.src -q
CC=cc make -f ../../../dev/aic7xxx/aicasm/Makefile
MAKESRCPATH=../../../dev/aic7xxx/aicasm
Warning: Object directory not changed from original
/usr/src/sys/i386/compile/CUSTOM-SMP
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I.
-I../../../dev/aic7xxx/aicasm  -c ../../../dev/aic7xxx/aicasm/aicasm.c
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I.
-I../../../dev/aic7xxx/aicasm  -c
../../../dev/aic7xxx/aicasm/aicasm_symbol.c
yacc -b aicasm_gram  -d -o aicasm_gram.c
../../../dev/aic7xxx/aicasm/aicasm_gram.y
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I.
-I../../../dev/aic7xxx/aicasm  -c aicasm_gram.c
../../../dev/aic7xxx/aicasm/aicasm_gram.y:1933: error: conflicting types
for 'yyerror'
aicasm_gram.c:3133: error: previous implicit declaration of 'yyerror' was
here
*** Error code 1

Stop in /usr/src/sys/i386/compile/CUSTOM-SMP.
*** Error code 1

Stop in /usr/src/sys/i386/compile/CUSTOM-SMP.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1612.63.97.49.74.1140112301.squirrel>