Compiler lacks asm go-to support
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
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
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.
participants (3)
-
Bhanusree Pola -
Justin Skists -
valdis.kletnieks@vt.edu