From owner-cvs-all Sat Apr 17 4:57:21 1999 Delivered-To: cvs-all@freebsd.org Received: from labinfo.iet.unipi.it (labinfo.iet.unipi.it [131.114.9.5]) by hub.freebsd.org (Postfix) with SMTP id A598B14D22; Sat, 17 Apr 1999 04:57:18 -0700 (PDT) (envelope-from luigi@labinfo.iet.unipi.it) Received: from localhost (luigi@localhost) by labinfo.iet.unipi.it (8.6.5/8.6.5) id LAA16487; Sat, 17 Apr 1999 11:39:25 +0200 From: Luigi Rizzo Message-Id: <199904170939.LAA16487@labinfo.iet.unipi.it> Subject: Re: cvs commit: ports/net/etherboot - Imported sources To: erich@lodgenet.com (Eric L. Hernes) Date: Sat, 17 Apr 1999 11:39:25 +0200 (MET DST) Cc: erich@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org In-Reply-To: <199904162150.QAA06089@jake.lodgenet.com> from "Eric L. Hernes" at Apr 16, 99 04:50:35 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 620 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > This'll let you build boot images for floppy or network. It has ok, trying this on a 2.2.x system -- it complains in a few places: + first one (trivial) in makerom.c about a different definition of getopt + second one, at ld time: ld -N -Ttext 0x98000 -e _start -nostdlib -o wd.tmp \ start.o config-wd.o bootlib.a driver.a start.o: Undefined symbol `main' referenced from text segment at this point, if i change the reference in start.S from main to _main, i get a few more errors... Any idea what I am doing going wrong ? I am totally unclear on what should be the entry point etc. cheers luigi To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message