From owner-freebsd-questions Sat Aug 31 15:19:52 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 573D537B400 for ; Sat, 31 Aug 2002 15:19:49 -0700 (PDT) Received: from anchor-post-34.mail.demon.net (anchor-post-34.mail.demon.net [194.217.242.92]) by mx1.FreeBSD.org (Postfix) with ESMTP id 39D2243E6E for ; Sat, 31 Aug 2002 15:19:48 -0700 (PDT) (envelope-from tim.spam@spicy.org.uk) Received: from josep.demon.co.uk ([62.49.31.223]) by anchor-post-34.mail.demon.net with esmtp (Exim 3.35 #1) id 17lGao-0003aq-0Y for freebsd-questions@freebsd.org; Sat, 31 Aug 2002 23:19:47 +0100 Received: from spud.timbonet.foo.uk (spud.timbonet.foo.uk [192.168.1.3]) by josep.demon.co.uk (8.12.5/8.12.5) with ESMTP id g7VMJkxW070722 for ; Sat, 31 Aug 2002 23:19:46 +0100 (BST) (envelope-from tim.spam@spicy.org.uk) Received: from spud.timbonet.foo.uk (localhost.timbonet.foo.uk [127.0.0.1]) by spud.timbonet.foo.uk (8.12.2/8.12.2) with ESMTP id g7VMJiDq002124 for ; Sat, 31 Aug 2002 23:19:45 +0100 (BST) Received: from localhost (tim@localhost) by spud.timbonet.foo.uk (8.12.2/8.12.2/Submit) with ESMTP id g7VMJgWt006571 for ; Sat, 31 Aug 2002 23:19:43 +0100 (BST) X-Authentication-Warning: spud.timbonet.foo.uk: tim owned process doing -bs Date: Sat, 31 Aug 2002 23:19:41 +0100 (BST) From: Tim Joseph X-X-Sender: tim@spud.timbonet.foo.uk To: FreeBSD Questions Subject: PicoBSD - help with building (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm trying to build my own version of PicoBSD - so that I can include support for my ethernet card (a Netgear FA311, uses the sis driver). As a practice, I tried to just build the "net" version of PicoBSD from source - I have a full 4.x-stable source tree sitting in /usr/src. The build fails, reporting: editline.o(.text+0x6cf0): undefined reference to `tgoto' editline.o(.text+0x6dee): undefined reference to `tgoto' editline.o(.text+0x70ed): undefined reference to `tgetent' editline.o(.text+0x71c9): undefined reference to `tgetflag' editline.o(.text+0x71e0): undefined reference to `tgetflag' editline.o(.text+0x71fb): undefined reference to `tgetflag' editline.o(.text+0x7213): undefined reference to `tgetflag' editline.o(.text+0x722e): undefined reference to `tgetnum' editline.o(.text+0x7246): undefined reference to `tgetnum' editline.o(.text+0x7289): undefined reference to `tgetstr' editline.o(.text+0x7e96): undefined reference to `tgetstr' editline.o(.text+0x800d): undefined reference to `tgoto' editline.o(.text+0x8102): undefined reference to `tgoto' *** Error code 1 Stop in /usr/src/release/picobsd/build/build_dir-net/crunch. ---> fail: Error <1> error code in <> Error while building net. ---> Aborting ./picobsd Any thoughts on what I could do next, and if it's even possible to include support for the sis ethernet card? Thanks, From, Tim PS: I'm doing all this on a 4.x-stable machine, with vn in the kernel config. -- To email me, please remove the ".spam" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message