From: Keith Owens <kaos@ocs.com.au>
To: ronis@onsager.chem.mcgill.ca
Cc: linux-kernel@vger.kernel.org
Subject: Re: Build failure in 2.2.18
Date: Wed, 13 Dec 2000 11:01:21 +1100 [thread overview]
Message-ID: <6885.976665681@kao2.melbourne.sgi.com> (raw)
In-Reply-To: Your message of "Tue, 12 Dec 2000 09:39:31 CDT." <200012121439.eBCEdVo25972@ronispc.chem.mcgill.ca>
On Tue, 12 Dec 2000 09:39:31 -0500,
root <ronis@ronispc.chem.mcgill.ca> wrote:
>I've just patched and reconfigured to 2.2.18 (from 2.2.17 on an
>i686-linux-gnu[2.2]). make bzImage fails with:
>ld:/usr/src/linux/arch/i386/vmlinux.lds:73: parse error
> /* Stabs debugging sections. */
> .
> stab 0 : { *(.stab) }
> .stabstr 0 : { *(.stabstr) }
arch/i386/vmlinux.lds is generated from arch/i386/vmlinux.lds.S, using
$(CPP). It looks like your version of cpp is doing something very
strange to the text, it has split '.stab 0 : { *(.stab) }' over two
lines. I do not see this with egcs 2.91.66, what does gcc -v report?
Try removing arch/i386/vmlinux.lds and running make bzImage again, that
will create a fresh copy of vmlinux.lds.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
prev parent reply other threads:[~2000-12-13 0:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2000-12-12 14:39 Build failure in 2.2.18 root
2000-12-13 0:01 ` Keith Owens [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=6885.976665681@kao2.melbourne.sgi.com \
--to=kaos@ocs.com.au \
--cc=linux-kernel@vger.kernel.org \
--cc=ronis@onsager.chem.mcgill.ca \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox