Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Apr 1999 11:39:25 +0200 (MET DST)
From:      Luigi Rizzo <luigi@labinfo.iet.unipi.it>
To:        erich@lodgenet.com (Eric L. Hernes)
Cc:        erich@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: ports/net/etherboot - Imported sources
Message-ID:  <199904170939.LAA16487@labinfo.iet.unipi.it>
In-Reply-To: <199904162150.QAA06089@jake.lodgenet.com> from "Eric L. Hernes" at Apr 16, 99 04:50:35 pm

next in thread | previous in thread | raw e-mail | index | archive | help
> 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




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