From owner-freebsd-questions@FreeBSD.ORG Sun Jan 20 01:55:40 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6F07616A417 for ; Sun, 20 Jan 2008 01:55:40 +0000 (UTC) (envelope-from celso.vianna@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.181]) by mx1.freebsd.org (Postfix) with ESMTP id 435F513C465 for ; Sun, 20 Jan 2008 01:55:40 +0000 (UTC) (envelope-from celso.vianna@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2730921waf.3 for ; Sat, 19 Jan 2008 17:55:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=6KrqbnBhqnfsL9uIIf9qwiyDR9Sld1uo0r723/O85Zk=; b=wYeD+txof6RNKUxgCOL6afiwYvegKNaOqjDnG5W6mMnuJWI6eBztrvvaTaZMV++sfvxn87BQsmivd3pMZSVKTzkFKcwXqhQLqF/w2Ui+2ounUVNHXTv3TvSvD9LM4ZslwhkkI4CuS5VyF5Oc1bYFEG7YDrs+kb2h7E0da1eWOCg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=TZ8wgboEacN1ei72Mo+rPQUjqS4W1SHfYi0ywAQhgvuclzkkdKA46QD2mAmNb7q2QUFvFN0mE81xDKzYOLhzrssZNBPtilxRbbN8RpqEy7oPPrED4ZPWUeFp4gMMdhNDLPedq7z/nC91We47FstiIG1e2KjmNMWpoY6p7vQEzT0= Received: by 10.142.163.14 with SMTP id l14mr994909wfe.230.1200792386399; Sat, 19 Jan 2008 17:26:26 -0800 (PST) Received: by 10.142.104.18 with HTTP; Sat, 19 Jan 2008 17:26:26 -0800 (PST) Message-ID: <2b6bd2cc0801191726h245840a3gbf4b3c12194e75d0@mail.gmail.com> Date: Sat, 19 Jan 2008 22:26:26 -0300 From: "Celso Viana" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: (no subject) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jan 2008 01:55:40 -0000 Hi All, To compile the kernel of FreeBSD 7.0 RC1 and returned the error ... ===> zlib (all) cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/DRUFF/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -I/usr/obj/usr/src/sys/DRUFF -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/zlib/../../net/zlib.c ld -d -warn-common -r -d -o zlib.kld zlib.o :> export_syms awk -f /usr/src/sys/modules/zlib/../../conf/kmod_syms.awk zlib.kld export_syms | xargs -J% objcopy % zlib.kld ld -Bshareable -d -warn-common -o zlib.ko zlib.kld objcopy --strip-debug zlib.ko ===> zyd (all) cc -O2 -fno-strict-aliasing -pipe -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/DRUFF/opt_global.h -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -I/usr/obj/usr/src/sys/DRUFF -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -Wno-pointer-sign -fformat-extensions -c /usr/src/sys/modules/zyd/../../dev/usb/if_zyd.c ld -d -warn-common -r -d -o if_zyd.kld if_zyd.o :> export_syms awk -f /usr/src/sys/modules/zyd/../../conf/kmod_syms.awk if_zyd.kld export_syms | xargs -J% objcopy % if_zyd.kld ld -Bshareable -d -warn-common -o if_zyd.ko if_zyd.kld objcopy --strip-debug if_zyd.ko 1 error *** Error code 2 1 error *** Error code 2 ...What can be wrong? Thanks -- Celso Vianna BSD User: 51318 http://www.bsdcounter.org 63 8404-8559 Palmas/TO