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

