All of lore.kernel.org
 help / color / mirror / Atom feed
* Compiler lacks asm go-to support
@ 2018-05-07 19:41 Bhanusree Pola
  2018-05-07 20:39 ` Justin Skists
  2018-05-07 20:39 ` valdis.kletnieks at vt.edu
  0 siblings, 2 replies; 3+ messages in thread
From: Bhanusree Pola @ 2018-05-07 19:41 UTC (permalink / raw)
  To: kernelnewbies

Hi all,

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.

I have tried all possible debugging with the help of internet,but could
not solve the problem.

Please help me in this regard

Thanks & regards,
Bhanusree Pola

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Compiler lacks asm go-to support
  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
  1 sibling, 0 replies; 3+ messages in thread
From: Justin Skists @ 2018-05-07 20:39 UTC (permalink / raw)
  To: kernelnewbies

On Tue, May 08, 2018 at 01:11:51AM +0530, Bhanusree Pola wrote:
> Hi all,
> 
> 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.
> 
> I have tried all possible debugging with the help of internet,but could
> not solve the problem.
> 
> Please help me in this regard

What compiler version are you using?

Justin

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Compiler lacks asm go-to support
  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
  1 sibling, 0 replies; 3+ messages in thread
From: valdis.kletnieks at vt.edu @ 2018-05-07 20:39 UTC (permalink / raw)
  To: kernelnewbies

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>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-05-07 20:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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 is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.