From owner-freebsd-questions Wed Mar 1 2:15:56 2000 Delivered-To: freebsd-questions@freebsd.org Received: from corinth.bossig.com (corinth.bossig.com [208.26.239.66]) by hub.freebsd.org (Postfix) with ESMTP id 91A8A37BE4A for ; Wed, 1 Mar 2000 02:15:53 -0800 (PST) (envelope-from kstewart@3-cities.com) Received: from 3-cities.com (kenn2157.bossig.com [208.26.242.157]) by corinth.bossig.com (Rockliffe SMTPRA 3.4.6) with ESMTP id ; Wed, 1 Mar 2000 02:24:49 -0800 Message-ID: <38BCEE0F.4EB9F30D@3-cities.com> Date: Wed, 01 Mar 2000 02:16:47 -0800 From: Kent Stewart Organization: Columbia Basin Virtual Community Project X-Mailer: Mozilla 4.7 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: Tracey King Cc: questions@freebsd.org Subject: Re: trouble with make world on upgrade References: <38BCEF66.5862A058@dircon.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Tracey King wrote: > > Hi, > > I am trying to drag my machine up to date, it had version 2.2.5 which I > managed to upgrade to 2.2.8 (many thanks for help provided, hurray!). > Now, trying to upgrade to version 3 make world trundles along for a > while and then falls over . I pulled down the source using cvsup, my > supfile looks like this: > > "*default host=cvsup.uk.FreeBSD.org > *default base=/usr > *default prefix=/usr > *default release=cvs > *default tag=RELENG_3 > *default delete use-rel-suffix > *default compress > > src-all > *default tag=. > ports-all > doc-all" > > I'd be greatfull if anyone could help out as the online handbook was too > helpfull. > > TIA > Tracey > make world error:> > cc -O -pipe -elf -Wall -fkeep-inline-functions > -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/lib/csu/i386-elf/crt1.c > -o crt1.o > cc -O -pipe -elf -Wall -fkeep-inline-functions > -I/usr/obj/usr/src/tmp/usr/include -c > /usr/src/lib/csu/i386-elf/crtbegin.c -o crtbegin.o > /usr/src/lib/csu/i386-elf/crtbegin.c:32: section attributes are not > supported for this target > /usr/src/lib/csu/i386-elf/crtbegin.c:33: section attributes are not > supported for this target > {standard input}: Assembler messages: > {standard input}:68: Error: Unknown pseudo-op: `.section' The basis of 3.x is elf instead of a.out and you have to do a "make upgrade" first. See the make upgrade tutorial at http://freebsd.simplenet.com/. Kent -- Kent Stewart Richland, WA mailto:kstewart@3-cities.com http://www.3-cities.com/~kstewart/index.html FreeBSD News http://daily.daemonnews.org/ SETI(Search for Extraterrestrial Intelligence) @ HOME http://setiathome.ssl.berkeley.edu/ Hunting Archibald Stewart, b 1802 in Ballymena, Antrim Co., NIR http://www.3-cities.com/~kstewart/genealogy/archibald_stewart.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message