From: valdis.kletnieks@vt.edu (valdis.kletnieks at vt.edu)
To: kernelnewbies@lists.kernelnewbies.org
Subject: Compiler lacks asm go-to support
Date: Mon, 07 May 2018 16:39:53 -0400 [thread overview]
Message-ID: <30964.1525725593@turing-police.cc.vt.edu> (raw)
In-Reply-To: <20180507194148.GA21643@bhanu-MacBookAir>
On Tue, 08 May 2018 01:11:51 +0530, Bhanusree Pola said:
> I have cloned kernel from
> git clone -b staging-testing git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
> while configuring the following error is shown
>
> arch/x86/Makefile:184: *** Compiler lacks asm-goto support.. Stop.
You're using an ancient gcc (older than gcc 4.5) or some other compiler that
doesn't support goto a C label inside an asm() statement.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 486 bytes
Desc: not available
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20180507/01613143/attachment.sig>
prev parent reply other threads:[~2018-05-07 20:39 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-07 19:41 Compiler lacks asm go-to support Bhanusree Pola
2018-05-07 20:39 ` Justin Skists
2018-05-07 20:39 ` valdis.kletnieks at vt.edu [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=30964.1525725593@turing-police.cc.vt.edu \
--to=valdis.kletnieks@vt.edu \
--cc=kernelnewbies@lists.kernelnewbies.org \
/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;
as well as URLs for NNTP newsgroup(s).