Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Mar 2006 16:02:09 +0700
From:      Dikshie <dikshie@ppk.itb.ac.id>
To:        freebsd-questions@freebsd.org
Subject:   strange error code 1 when compile kernel on 6.1-PRERELEASE
Message-ID:  <20060309090209.GA1399@ppk.itb.ac.id>

next in thread | raw e-mail | index | archive | help


I got following strange error when compiled kernel:
===> aic7xxx/ahd (depend)
@ -> /usr/src/sys
machine -> /usr/src/sys/i386/include
( cd /usr/src/sys/modules/aic7xxx/ahd/../aicasm; make aicasm; )
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. -I/usr/src/sys/m
odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c /usr/src/sys/modules/ai
c7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm.c
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. -I/usr/src/sys/m
odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c /usr/src/sys/modules/ai
c7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_symbol.c
yacc -b aicasm_gram  -d -o aicasm_gram.c /usr/src/sys/modules/aic7xxx/aicasm/../
../../dev/aic7xxx/aicasm/aicasm_gram.y
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. -I/usr/src/sys/m
odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c aicasm_gram.c
yacc -b aicasm_macro_gram -p mm -d -o aicasm_macro_gram.c /usr/src/sys/modules/a
ic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_macro_gram.y
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. -I/usr/src/sys/m
odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c aicasm_macro_gram.c
lex -t   /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aicasm_
scan.l > aicasm_scan.c
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. -I/usr/src/sys/m
odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c aicasm_scan.c
lex -t  -Pmm /usr/src/sys/modules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm/aic
asm_macro_scan.l > aicasm_macro_scan.c
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. -I/usr/src/sys/m
odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g  -c aicasm_macro_scan.c
cc -O2 -fno-strict-aliasing -pipe  -nostdinc -I/usr/include -I. -I/usr/src/sys/m
odules/aic7xxx/aicasm/../../../dev/aic7xxx/aicasm -g   -o aicasm aicasm.o aicasm
_symbol.o aicasm_gram.o aicasm_macro_gram.o aicasm_scan.o aicasm_macro_scan.o -l
l
/usr/obj/usr/src/tmp/usr/bin/ld: cannot find -ll
*** Error code 1

Stop in /usr/src/sys/modules/aic7xxx/aicasm.
*** Error code 1

Stop in /usr/src/sys/modules/aic7xxx/ahd.
*** Error code 1

Stop in /usr/src/sys/modules/aic7xxx.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/obj/usr/src/sys/soi.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.
vic-rat# 


any solutions ?

best regards,

-dikshie- 



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