[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <76f019e1-0343-92bf-2be8-045b13b6946f@infradead.org>
Date: Wed, 7 Mar 2018 09:36:32 -0800
From: Randy Dunlap <rdunlap@...radead.org>
To: Progyan Bhattacharya <bprogyan@...il.com>,
Josh Poimboeuf <jpoimboe@...hat.com>
Cc: "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: Re[v2]: Use of GCC plugin instead ISO C
On 03/06/2018 10:01 PM, Progyan Bhattacharya wrote:
> On Tue, 2018-03-06 at 09:24 -0800, Randy Dunlap wrote:
>> First, please make sure that this file does not already exist before
>> starting
>> a build: /home/progyan/Programs/Linux/tools/objtool/.objtool-
>> in.o.cmd
>
> Yes, it was there and I removed it.
>
>> Then I will look at this more if you will send me your kernel .config
>> file and
>> the exact command(s) that you use to run the build.
I'm still not seeing any problems.
> I am running build by:
> make V=1
That's all? anything after the "V=1"?
>
> Here is my config and build log this time.
>
/bin/sh: scripts/genksyms/modules.order: Permission denied
To me that message most likely means that the file is present in your O=<path>
directory, but that it is owned by someone else (possibly root).
Can you remove everything in the O=<path> directory (rm -rf <directory>;
mkdir <directory>) and then try again?
--
~Randy
Powered by blists - more mailing lists