From owner-freebsd-current@FreeBSD.ORG Mon May 26 09:13:26 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4D9D437B401 for ; Mon, 26 May 2003 09:13:26 -0700 (PDT) Received: from smtp.uc3m.es (smtp03.uc3m.es [163.117.136.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECDC43F75 for ; Mon, 26 May 2003 09:13:25 -0700 (PDT) (envelope-from jrh@it.uc3m.es) Received: from smtp03.uc3m.es (localhost [127.0.0.1]) by smtp.uc3m.es (Postfix) with ESMTP id AF043433CC for ; Mon, 26 May 2003 18:13:23 +0200 (CEST) Received: from lmserv2.lab.it.uc3m.es (lmserv2.lab.it.uc3m.es [163.117.144.152]) by smtp03.uc3m.es (Postfix) with ESMTP id 6961E2B696 for ; Mon, 26 May 2003 18:13:23 +0200 (CEST) Received: from pulgon.ipv6.it.uc3m.es (pulgon.it.uc3m.es [163.117.140.177]) by lmserv2.lab.it.uc3m.es (8.9.3/8.9.3) with ESMTP id SAA19178 for ; Mon, 26 May 2003 18:13:12 +0200 Content-Type: text/plain; charset="us-ascii" From: Juan Rodriguez Hervella Organization: UC3M To: freebsd-current@freebsd.org Date: Mon, 26 May 2003 18:12:52 +0200 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200305261812.52152.jrh@it.uc3m.es> Subject: Unexpected error in "make buildkernel" X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 16:13:26 -0000 Hello: Please answer me directly because I'm not subscribe to the list. I was trying to update my FreeBSD-5.0-DP1 and when I exec: make buildkernel this error appears just at the end of the process: sh /home2/src/sys/conf/newvers.sh GENERIC cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I/home2/src/sys -I/home2/src/sys/dev -I/home2/src/sys/contrib/dev/acpica -I/home2/src/sys/contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror vers.c linking kernel.debug /usr/libexec/elf/ld: target elf32-i386-freebsd not found *** Error code 1 Stop in /usr/obj/home2/src/sys/GENERIC. *** Error code 1 Stop in /home2/src. *** Error code 1 What's this ? where's the problem ? Thanks :) -- JFRH