From owner-freebsd-stable Tue May 15 9:44:32 2001 Delivered-To: freebsd-stable@freebsd.org Received: from the-7.net (the-7.net [211.232.190.152]) by hub.freebsd.org (Postfix) with ESMTP id 0FC0F37B423 for ; Tue, 15 May 2001 09:44:29 -0700 (PDT) (envelope-from ab@the-7.net) Received: (from ab@localhost) by the-7.net (8.11.3/8.11.3) id f4FGiPm19832 for stable@freebsd.org; Wed, 16 May 2001 01:44:25 +0900 (KST) (envelope-from ab) Date: Wed, 16 May 2001 01:41:55 +0900 From: "Eugene M. Kim" To: stable@freebsd.org Subject: Old compiler (3.3-stable -> 4->stable) Message-ID: <20010516014155.A19796@the-7.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Greetings, I'm having some hard time getting a machine upgraded from 3.3-stable to 4-stable. src/UPDATING says I would have to recompile the kernel before trying to make world (my system was built before the S-day). However, when I try to compile the kernel (and modules), by doing `make kernel' in src, I get two types of errors: * -mpreferred-stack-boundary, used in bsd.kern.mk, is unrecognized by the compiler installed in the system. This can be worked around by commenting out the offending option from bsd.kern.mk. * Then, while compiling sys/i386/i386/bioscall.s, as complains it has seen an invalid x86 assembler instruction on the *standard input* (i.e. does not say exactly where it has). Judging from the above, it seems that the system compiler has to be upgraded first (i.e. make depend all install in src/gnu/usr.bin/cc and src/gnu/usr.bin/binutils/as at least). But, as said above, my system was built before the S-day, so I'm afraid if there'd be any side effect caused by doing so. Could anyone shed a light on this? Thank you in advance, Eugene To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message