Hello Dave,
So I have to do the kernelversion.xz extraction in linux OS and then build, right? I am extracting this in another OS, got the problem. Thank you very much.
Why would I get the following errors, though they would not stop the build process? Any help?
1> Where do I change the annotation of snd_hda_build_pcms?
WARNING: sound/pci/hda/built-in.o(.text+0x54bc5): Section mismatch in reference from the function azx_probe_continue() to the function .devinit.text:snd_hda_build_pcms()
The function azx_probe_continue() references
the function __devinit snd_hda_build_pcms().
This is often because azx_probe_continue lacks a __devinit
annotation or the annotation of snd_hda_build_pcms is wrong.
OR
WARNING: sound/built-in.o(.text+0x266d0d): Section mismatch in reference from the function azx_probe_continue() to the function .devinit.text:snd_hda_build_pcms()
The function azx_probe_continue() references
the function __devinit snd_hda_build_pcms().
This is often because azx_probe_continue lacks a __devinit
annotation or the annotation of snd_hda_build_pcms is wrong.
2>
sound/pci/rme9652/hdspm.c: In function ‘snd_hdspm_create_controls’:
sound/pci/rme9652/hdspm.c:4597:20: warning: ‘limit’ may be used uninitialized in this function
TnR,
Ganesh B
From: Dave Hylands <dhylands@gmail.com>
To: Ganesh B <ganeshsurfs@yahoo.com>
Cc:
"kernelnewbies@kernelnewbies.org" <kernelnewbies@kernelnewbies.org>
Sent: Thursday, January 3, 2013 2:07 PM
Subject: Re: Kernelnewbies Digest, Vol 26, Issue 1