Date: Tue, 4 Feb 2003 13:24:21 +0100 From: Alexander Leidinger <Alexander@Leidinger.net> To: current@freebsd.org, obrien@freebsd.org Subject: Re: Missing semicolon in generated insn-recog.c file. Message-ID: <20030204132421.26622b18.Alexander@Leidinger.net> In-Reply-To: <20030203185946.533e3731.Alexander@Leidinger.net> References: <20030203185946.533e3731.Alexander@Leidinger.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 3 Feb 2003 18:59:46 +0100 Alexander Leidinger <Alexander@Leidinger.net> wrote: > I tried a buildworld yesterday and today, and I got: > ---snip--- > gcc -I/big/usr/src/gnu/usr.bin/cc/cc_int/../../../../contrib/gcc/config -DHAVE_C > ONFIG_H -DTARGET_NAME=\"i386-undermydesk-freebsd\" -DIN_GCC -c insn-recog.c -o > insn-recog.o > insn-recog.c: In function `split_2': > insn-recog.c:52213: syntax error before "x3" > insn-recog.c:52209: label `L9903' used but not defined > *** Error code 1 > > Stop in /big/usr/src/gnu/usr.bin/cc/cc_int. > *** Error code 1 > ---snip--- > > It complains about compiling > /usr/obj/.../gnu/usr.bin/cc/cc_int/insn-recog.c which seems to be > generated (it wouldn't life in /usr/obj if it isn't generated, isn't > it). There's a missing semicolon after a goto command. > > I don't use NOCLEAN, so there's something wrong with /usr/src, isn't it? I deleted my /usr/obj by hand and now the buildworld succeeds, so there's a dependency missing somewhere in the gcc bits. Bye, Alexander. -- Where do you think you're going today? http://www.Leidinger.net Alexander @ Leidinger.net GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030204132421.26622b18.Alexander>