Re: OBJTOOL Build error

2022-12-01 Thread 'Greg KH'
On Thu, Dec 01, 2022 at 10:52:16AM -0500, John Aron wrote: > On Wed, Nov 30, 2022 at 06:36:19PM -0500, John Aron wrote: > > One C file and a few header files. > > Can you provide a link to them so that we can see what might be the problem? > Without that, it's impossible to help, sorry. > -- > The

RE: OBJTOOL Build error

2022-12-01 Thread John Aron
;Mark Salter' ; 'Mark Lewis' ; regressi...@lists.linux.dev; sta...@vger.kernel.org; kernelnewbies@kernelnewbies.org Subject: Re: OBJTOOL Build error A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the o

Re: OBJTOOL Build error

2022-12-01 Thread Greg KH
A: http://en.wikipedia.org/wiki/Top_post Q: Were do I find info about this thing called top-posting? A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? A: Top-posting. Q: What is the most annoying thing in e-mail? A: No. Q: Should I includ

RE: OBJTOOL Build error

2022-11-30 Thread John Aron
One C file and a few header files. Canonical isn't very responsive and I posted this question a few places. Sorry about the late reply. John -Original Message- From: Greg KH Sent: Thursday, November 24, 2022 4:07 PM On Thu, Nov 24, 2022 at 01:48:08PM -0500, John Aron wrote: > Hello - >

Re: OBJTOOL Build error

2022-11-24 Thread Greg KH
On Thu, Nov 24, 2022 at 01:48:08PM -0500, John Aron wrote: > Hello - > > > > I have an idea of where to begin: our kernel code compiles and works on Red > Hat, CentOS, and Fedora. In Ubuntu 20.04, I have an error. > > > > root@form:/home/john/thor-linux/Kernel/ubuntu20.04# make > > rmmod:

OBJTOOL Build error

2022-11-24 Thread John Aron
Hello - I have an idea of where to begin: our kernel code compiles and works on Red Hat, CentOS, and Fedora. In Ubuntu 20.04, I have an error. root@form:/home/john/thor-linux/Kernel/ubuntu20.04# make rmmod: ERROR: Module thor is not currently loaded make: [Makefile:7: all] Error 1 (ignore

Re: kernel build error during ubuntu linux kernel build

2021-07-01 Thread Alexander Kapshuk
On Thu, Jul 1, 2021 at 4:03 AM wrote: > > > Hello Alexander Kapshuk, > > Thanks for the reply. Following your advice, I installed `sudo apt install > zfs-dkms` ( it gave me this scary-looking warning below I just installed > it, because I’ll not distribute anything) > > It installs sources for zf

RE: kernel build error during ubuntu linux kernel build

2021-06-30 Thread ckim
Hello Alexander Kapshuk, Thanks for the reply. Following your advice, I installed `sudo apt install zfs-dkms` ( it gave me this scary-looking warning below I just installed it, because I’ll not distribute anything) It installs sources for zfs-dkms and I understand it contains bash script to

Re: kernel build error during ubuntu linux kernel build

2021-06-28 Thread Alexander Kapshuk
sed to see in ../ directory two > linux headers .deb files and a linux-image .deb file but I see only > linux-headers-5.4.0-42_5.4.0-42.46_all.deb > > Can anyone give me an advice? Any suggestion will be appreciated. > > Thank you! > > Chan Kim > > > > *From:* c...@etri.re.

RE: kernel build error during ubuntu linux kernel build

2021-06-28 Thread ckim
From: c...@etri.re.kr Sent: Tuesday, June 29, 2021 10:04 AM To: kernelnewbies@kernelnewbies.org Subject: kernel build error during ubuntu linux kernel build Hello, all I have a strange problem in building the linux kernel from ubuntu. (I want to replace the kernel in ubuntu to debug ins

kernel build error during ubuntu linux kernel build

2021-06-28 Thread ckim
Hello, all I have a strange problem in building the linux kernel from ubuntu. (I want to replace the kernel in ubuntu to debug install failure on qemu virtual machine) I downloaded ubuntu source by "git clone git://kernel.ubuntu.com/ubuntu/ubuntu-focal.git". and because I wanted to use a speci

Re: Build error with O= option

2018-03-05 Thread Gioh Kim
On Mon, Mar 5, 2018 at 1:57 PM, Alex Arvelaez wrote: > On Mar 5, 2018 7:04 AM, Gioh Kim wrote: >> >> Hi, >> >> I am trying to use O= option when building kernel. >> It failed with missing .config file error. >> I checked out the message and found out it tried to read .config in >> the output dire

Re: Build error with O= option

2018-03-05 Thread Alex Arvelaez
On Mar 5, 2018 7:04 AM, Gioh Kim wrote: > > Hi, > > I am trying to use O= option when building kernel. > It failed with missing .config file error. > I checked out the message and found out it tried to read .config in > the output directory. > > It's strange because there is no command to copy .co

Build error with O= option

2018-03-05 Thread Gioh Kim
Hi, I am trying to use O= option when building kernel. It failed with missing .config file error. I checked out the message and found out it tried to read .config in the output directory. It's strange because there is no command to copy .config to the output directory. I tested v4.14 and v4.15, a

Re: Build error

2017-01-29 Thread Amit Kumar
On Sun, Jan 29, 2017 at 1:48 PM Ozgur Karatas wrote: > > > 29.01.2017, 10:05, "Amit Kumar" : > > > On Thu, Jan 26, 2017 at 12:31 PM Greg KH wrote: > > On Thu, Jan 26, 2017 at 11:08:48AM +0530, Amit Kumar wrote: > > Hi, > > For last several days when I build arm64/defconfig even against > > next-

Re: Build error

2017-01-29 Thread Ozgur Karatas
  29.01.2017, 10:05, "Amit Kumar" : On Thu, Jan 26, 2017 at 12:31 PM Greg KH wrote:On Thu, Jan 26, 2017 at 11:08:48AM +0530, Amit Kumar wrote:> Hi,> For last several days when I build arm64/defconfig even against> next-20170125, I> get the following error.> arch/arm64/crypto/crc32-

Re: Build error

2017-01-29 Thread Amit Kumar
On Thu, Jan 26, 2017 at 12:31 PM Greg KH wrote: > On Thu, Jan 26, 2017 at 11:08:48AM +0530, Amit Kumar wrote: > > Hi, > > For last several days when I build arm64/defconfig even against > > next-20170125, I > > get the following error. > > arch/arm64/crypto/crc32-arm64.c:1:0: error: unknown featu

Re: Build error

2017-01-25 Thread Greg KH
On Thu, Jan 26, 2017 at 11:08:48AM +0530, Amit Kumar wrote: > Hi, > For last several days when I build arm64/defconfig even against > next-20170125, I > get the following error. > arch/arm64/crypto/crc32-arm64.c:1:0: error: unknown feature modifier > ‘crc’ > /* > ^ > make[1]: *** [arch/arm64/cry

Build error

2017-01-25 Thread Amit Kumar
Hi, For last several days when I build arm64/defconfig even against next-20170125, I get the following error. arch/arm64/crypto/crc32-arm64.c:1:0: error: unknown feature modifier ‘crc’ /* ^ make[1]: *** [arch/arm64/crypto/crc32-arm64.o] Error 1 make: *** [arch/arm64/crypto] Error 2 Regards, Ami

Documentation/DocBook build error.

2016-08-11 Thread Madhu K
Hi All, I was trying to build Documentation/DocBook, but build is failing with below error. what could be the reason for below error?. I am using Ubntu 14.04 LTS, and my kernel version is 4.5.0-rc7 dsp@BLR-PCUB-01141:/usr/src/linux-stable$ sudo make pdfdocs PDF Documentation/DocBook/devic

Re: Kernel Version 4.6.3 - build error

2016-07-02 Thread Michael McCann
Thank you, problem solved! On Sat, Jul 2, 2016 at 3:38 PM, Andrey Skvortsov wrote: > On 02 Jul, Michael McCann wrote: > > Has anyone seen this problem when building 4.6.3? > > > > Mike KB2GHZ > > > > > > * HOSTCC scripts/recordmcount HOSTCC scripts/sortextable HOSTCC > > scripts/asn1_compile

Re: Kernel Version 4.6.3 - build error

2016-07-02 Thread Andrey Skvortsov
On 02 Jul, Michael McCann wrote: > Has anyone seen this problem when building 4.6.3? > > Mike KB2GHZ > > > * HOSTCC scripts/recordmcount HOSTCC scripts/sortextable HOSTCC > scripts/asn1_compiler HOSTCC scripts/sign-filescripts/sign-file.c:25:30: > fatal error: openssl/opensslv.h: No such f

Kernel Version 4.6.3 - build error

2016-07-02 Thread Michael McCann
Has anyone seen this problem when building 4.6.3? Mike KB2GHZ * HOSTCC scripts/recordmcount HOSTCC scripts/sortextable HOSTCC scripts/asn1_compiler HOSTCC scripts/sign-filescripts/sign-file.c:25:30: fatal error: openssl/opensslv.h: No such file or directory #include

Re: Build Error in Linux-next, intel ethernet driver

2014-08-15 Thread Jeff Kirsher
On Tue, 2014-08-05 at 19:37 -0300, Lucas Tanure wrote: > Thanks for reviewing my patch. My .config was bigger than 40k ( max > attachment size for kernelnewbies list). First thing I noticed was that your config was missing CONFIG_I40E_DCB=y option. So it appears that some of the recent FCoE code

Re: Build Error in Linux-next, intel ethernet driver

2014-08-05 Thread Lucas Tanure
of course drivers/net/ethernet/intel/i40e/i40e_fcoe.c: In function ‘i40e_get_fcoe_tc_map’: drivers/net/ethernet/intel/i40e/i40e_fcoe.c:354:23: error: ‘IEEE_8021QAZ_APP_SEL_ETHERTYPE’ undeclared (first use in this function) if (app.selector == IEEE_8021QAZ_APP_SEL_ETHERTYPE &&

Re: Build Error in Linux-next, intel ethernet driver

2014-08-05 Thread Lucas Tanure
Kirsher wrote: > On Tue, Aug 5, 2014 at 9:25 AM, Lucas Tanure wrote: >> I updated my clean untouched linux-next tree, and tried to compile >> with the attached .config. > > Your .config got stripped from the mail, can you please send me your .config. > >> But I got a buil

Re: Build Error in Linux-next, intel ethernet driver

2014-08-05 Thread Jeff Kirsher
On Tue, Aug 5, 2014 at 9:25 AM, Lucas Tanure wrote: > I updated my clean untouched linux-next tree, and tried to compile > with the attached .config. Your .config got stripped from the mail, can you please send me your .config. > But I got a build error with intel i40e driver. >

Re: Build Error in Linux-next, intel ethernet driver

2014-08-05 Thread Lucas Tanure
I updated my clean untouched linux-next tree, and tried to compile with the attached .config. But I got a build error with intel i40e driver. I tested a fix, and sent to LKML. But I don't have this device, I compiled and tested the kernel. Boots normally. Anyone had the same issue ? T

Build error while building Linux Kernel 3.4

2014-06-02 Thread Dipanjan Das
Hi. I tried building Linux Kernel 3.4 from the source on Ubuntu 10.04 (Linux LAPTOP 2.6.32-21-generic #32-Ubuntu), gcc 4.4.3 on Intel processor. Here's the output: make[1]: Nothing to be done for `all'. make[1]: Nothing to be done for `relocs'. CHK include/linux/version.h CHK include/

Re: Build error in linux-3.8.7

2013-04-18 Thread Sarbojit Ganguly
.config file. > Good :-) > > > ** ** > > Thanks > > Giri > > ** ** > > *From:* Sarbojit Ganguly [mailto:unixman.linux...@gmail.com] > *Sent:* Wednesday, April 17, 2013 5:43 PM > > *To:* Giridhara RP (grp) > *Cc:* kernel

Re: Build error in linux-3.8.7

2013-04-17 Thread Sarbojit Ganguly
*From:* kernelnewbies-boun...@kernelnewbies.org [mailto: > kernelnewbies-boun...@kernelnewbies.org] *On Behalf Of *Giridhara RP (grp) > *Sent:* Wednesday, April 17, 2013 1:42 PM > > *To:* Sarbojit Ganguly > *Cc:* kernelnewbies@kernelnewbies.org > *Subject:* RE: Build error in linux-3.8.7 >

RE: Build error in linux-3.8.7

2013-04-17 Thread Giridhara RP (grp)
: Build error in linux-3.8.7 Hi, I am getting error in firmware. Any pointer will be helpful. Segmetation fault is gone after changning to gcc-4.5 make-3.79.1-p7[1]: Nothing to be done for `all'. CHK include/generated/uapi/linux/version.h make-3.79.1-p7[1]: Nothing to be done for `r

RE: Build error in linux-3.8.7

2013-04-17 Thread Giridhara RP (grp)
: kernelnewbies-boun...@kernelnewbies.org [mailto:kernelnewbies-boun...@kernelnewbies.org] On Behalf Of Giridhara RP (grp) Sent: Wednesday, April 17, 2013 12:33 PM To: Sarbojit Ganguly Cc: kernelnewbies@kernelnewbies.org Subject: RE: Build error in linux-3.8.7 Hi Sarbojit, Using gcc4.2.1 the compilati

RE: Build error in linux-3.8.7

2013-04-17 Thread Giridhara RP (grp)
-boun...@kernelnewbies.org [mailto:kernelnewbies-boun...@kernelnewbies.org] On Behalf Of Giridhara RP (grp) Sent: Wednesday, April 17, 2013 11:35 AM To: Sarbojit Ganguly Cc: kernelnewbies@kernelnewbies.org Subject: RE: Build error in linux-3.8.7 Hi Sarbojit, My gcc is 3.4.6-11. Sure, I will try

Re: Build error in linux-3.8.7

2013-04-17 Thread Sarbojit Ganguly
quite old. > > > ** ** > > *From:* Sarbojit Ganguly [mailto:unixman.linux...@gmail.com] > *Sent:* Wednesday, April 17, 2013 11:34 AM > *To:* Giridhara RP (grp) > *Cc:* kernelnewbies@kernelnewbies.org > *Subject:* Re: Build error in linux-3.8.7 > > ** ** > > Hel

RE: Build error in linux-3.8.7

2013-04-16 Thread Giridhara RP (grp)
FITNESS FOR A PARTICULAR PURPOSE. From: Sarbojit Ganguly [mailto:unixman.linux...@gmail.com] Sent: Wednesday, April 17, 2013 11:34 AM To: Giridhara RP (grp) Cc: kernelnewbies@kernelnewbies.org Subject: Re: Build error in linux-3.8.7 Hello GRP, Can you post your toolchain (gcc) version? As you&#x

Re: Build error in linux-3.8.7

2013-04-16 Thread Sarbojit Ganguly
Hello GRP, Can you post your toolchain (gcc) version? As you're doing this, may I request you to try with 3.8.8? Regards, Sarbojit On 17 April 2013 10:20, Giridhara RP (grp) wrote: > Hi, > > ** ** > > I am new to linux kernel buidling. I have download 3.8.7 latest (stable) > kernel from

Build error in linux-3.8.7

2013-04-16 Thread Giridhara RP (grp)
Hi, I am new to linux kernel buidling. I have download 3.8.7 latest (stable) kernel from https://www.kernel.org/. I want build kernel for X86_64. 1. make x86_64_defconfig (this created .config file) 2. make Make failed with below error, please help me in resolving this. CC

Re: kernel build error

2013-04-02 Thread Mulyadi Santosa
On Tue, Apr 2, 2013 at 1:19 PM, Kumar amit mehta wrote: > On Tue, Apr 02, 2013 at 10:04:31AM +0700, Mulyadi Santosa wrote: > > Could you paste roughly 20-30 lines of boot messages when you hit the > hung > > point? Kernel config alone usually can't help much > > I'm trying this on a Virtual Machin

Re: kernel build error

2013-04-01 Thread Kumar amit mehta
On Tue, Apr 02, 2013 at 10:04:31AM +0700, Mulyadi Santosa wrote: > Could you paste roughly 20-30 lines of boot messages when you hit the hung > point? Kernel config alone usually can't help much I'm trying this on a Virtual Machine using VMware Player. When the VM boots up, it throws lots of messa

Re: kernel build error

2013-04-01 Thread Mulyadi Santosa
On Sun, Mar 31, 2013 at 11:45 AM, Kumar amit mehta wrote: > Unfortunately, still no luck. The build goes fine, but it seems that the > boot > process again got stuck at the same place. I'm using the latest linux-next > tree. > > $ git describe > next-20130328 > > build procedure: > $ make oldconfi

Re: kernel build error

2013-03-25 Thread Mulyadi Santosa
On 3/25/13, Kumar amit mehta wrote: > Thank you so much for your help. > Meanwhile I have updated my workspace with the latest linux-next tree and > will > later try out the options that you've mentioned. You welcome. BTW, (fortunately you already done so), it's better to retest against latest l

Re: kernel build error

2013-03-24 Thread Kumar amit mehta
On Sun, Mar 24, 2013 at 12:49:55PM +0700, Mulyadi Santosa wrote: > On 3/22/13, Kumar amit mehta wrote: > > I've uploaded the kernel configuration and the screenshot in google drive > > [1]. > > ok let's see... hmmm, stuck during I/O memory mapping?. > sadly, no further info that expla

Re: kernel build error

2013-03-23 Thread Mulyadi Santosa
On 3/22/13, Kumar amit mehta wrote: > I've uploaded the kernel configuration and the screenshot in google drive > [1]. ok let's see... hmmm, stuck during I/O memory mapping?. sadly, no further info that explains the reason why it stuck there > Just to be a little more verbose, I'

Re: kernel build error

2013-03-22 Thread Kumar amit mehta
On Fri, Mar 22, 2013 at 10:41:56AM +0700, Mulyadi Santosa wrote: > On Thu, Mar 21, 2013 at 1:16 PM, Kumar amit mehta > wrote: > boot issue. But > > before attaching these small files(136K and 32K respectively) and send it to > > the mailing list, I'd like to ask, if that's fine with you folks. >

Re: kernel build error

2013-03-21 Thread Mulyadi Santosa
On Thu, Mar 21, 2013 at 1:16 PM, Kumar amit mehta wrote: boot issue. But > before attaching these small files(136K and 32K respectively) and send it to > the mailing list, I'd like to ask, if that's fine with you folks. maybe it's better if you upload those files somewhere, maybe google docs and

Re: kernel build error

2013-03-20 Thread Kumar amit mehta
something like this: amit@ubuntu:~/linux-next/linux-next$ egrep -i 'pktgen|binfmt_misc|cxt1|isdn' .config # CONFIG_BINFMT_MISC is not set # CONFIG_NET_PKTGEN is not set # CONFIG_ISDN is not set # CONFIG_CXT1E1 is not set I didn't face any issue with the build now and while trying to

Re: kernel build error

2013-03-20 Thread Valdis . Kletnieks
On Wed, 20 Mar 2013 00:07:57 -0700, Kumar amit mehta said: > I forgot that 'uname -m' will return me the kernel version and _not_ the CPU > architecture. The CPU on my machine seem to be 64 bit (/proc/cpuinfo|grep > flags > shows 'lm'). So my understanding is that I've a 32 bit kernel running on

Re: kernel build error

2013-03-20 Thread Ben Wu
Dear All:   I now study power driver in linux source code, but didn't find some doc about liux,all the doc was for android, can some help me?BTW,how /sys/power interactive with linux kernel?? Many thanks___ Kernelnewbies mailing list Kernelnewbies@kern

Re: kernel build error

2013-03-20 Thread Kumar amit mehta
On Tue, Mar 19, 2013 at 11:56:44PM -0700, Kumar amit mehta wrote: > On Tue, Mar 19, 2013 at 09:43:11PM +0700, Mulyadi Santosa wrote: > > Hi ... > > > > On Tue, Mar 19, 2013 at 12:28 PM, Kumar amit mehta > > wrote: > > > grep for copy_from_user_overflow gives me this: > > > > > > amit@ubuntu:~/li

Re: kernel build error

2013-03-20 Thread Kumar amit mehta
On Tue, Mar 19, 2013 at 09:43:11PM +0700, Mulyadi Santosa wrote: > Hi ... > > On Tue, Mar 19, 2013 at 12:28 PM, Kumar amit mehta > wrote: > > grep for copy_from_user_overflow gives me this: > > > > amit@ubuntu:~/linux-next/linux-next$ grep -ri copy_from_user_overflow * > > arch/s390/include/asm/

Re: kernel build error

2013-03-19 Thread Mulyadi Santosa
Hi ... On Tue, Mar 19, 2013 at 12:28 PM, Kumar amit mehta wrote: > grep for copy_from_user_overflow gives me this: > > amit@ubuntu:~/linux-next/linux-next$ grep -ri copy_from_user_overflow * > arch/s390/include/asm/uaccess.h:extern void copy_from_user_overflow(void) > arch/s390/include/asm/uacces

Re: kernel build error

2013-03-18 Thread Kumar amit mehta
On Mon, Mar 18, 2013 at 11:21:52AM +0700, Mulyadi Santosa wrote: > On 3/17/13, Kumar amit mehta wrote: > > I'm facing a kernel build issue with the latest kernel on my machine. It > > seem > > like a configuration issue, and I haven't been able to resolve it for > > sometime, > > hence need your h

Re: kernel build error

2013-03-17 Thread Mulyadi Santosa
On 3/17/13, Kumar amit mehta wrote: > I'm facing a kernel build issue with the latest kernel on my machine. It > seem > like a configuration issue, and I haven't been able to resolve it for > sometime, > hence need your help. The error message is as below: > > > ERROR: "copy_from_user_overflow" [

kernel build error

2013-03-17 Thread Kumar amit mehta
I'm facing a kernel build issue with the latest kernel on my machine. It seem like a configuration issue, and I haven't been able to resolve it for sometime, hence need your help. The error message is as below: ERROR: "copy_from_user_overflow" [net/core/pktgen.ko] undefined! ERROR: "copy_from_use