[PATCH 5.2 049/413] ASoC: Intel: sof-rt5682: fix undefined references with Baytrail-only support

2019-07-24 Thread Greg Kroah-Hartman
[ Upstream commit 17fc24875da1bef4650cf007edae3b2e26d2fa4e ] The sof-rt5682 machine driver supports both legacy Baytrail devices and more recent ApolloLake/CometLake platforms. When only Baytrail is selected, the compilation fails with the following errors: ERROR: "hdac_hdmi_jack_port_init" [soun

[PATCH AUTOSEL 5.2 052/249] ASoC: Intel: sof-rt5682: fix undefined references with Baytrail-only support

2019-07-15 Thread Sasha Levin
From: Pierre-Louis Bossart [ Upstream commit 17fc24875da1bef4650cf007edae3b2e26d2fa4e ] The sof-rt5682 machine driver supports both legacy Baytrail devices and more recent ApolloLake/CometLake platforms. When only Baytrail is selected, the compilation fails with the following errors: ERROR: "hd

Re: 4.13+git: undefined references to bsg_setup_queue and bsg_job_done

2017-09-11 Thread Johannes Thumshirn
On Mon, Sep 11, 2017 at 02:58:59PM +0300, Meelis Roos wrote: > Just went and changed kernel conf to HPSA instead of old CCISS but got a > compilation failure: > > drivers/scsi/scsi_transport_sas.o: In function `sas_bsg_initialize': > scsi_transport_sas.c:(.text+0x12fd): undefined reference to `bs

Re: 4.13+git: undefined references to bsg_setup_queue and bsg_job_done

2017-09-11 Thread Christoph Hellwig
On Mon, Sep 11, 2017 at 02:58:59PM +0300, Meelis Roos wrote: > Just went and changed kernel conf to HPSA instead of old CCISS but got a > compilation failure: Martin has already applied a fix for this from Arnd, but it doesn't seem to have made it to Linus yet due to the usual detour via James' t

4.13+git: undefined references to bsg_setup_queue and bsg_job_done

2017-09-11 Thread Meelis Roos
Just went and changed kernel conf to HPSA instead of old CCISS but got a compilation failure: drivers/scsi/scsi_transport_sas.o: In function `sas_bsg_initialize': scsi_transport_sas.c:(.text+0x12fd): undefined reference to `bsg_setup_queue' scsi_transport_sas.c:(.text+0x13b2): undefined reference

[PATCH 1/3] selftests/{net,memfd}: fix undefined references to external libraries

2017-06-23 Thread Marcin Nowakowski
net test fails to link properly due to a missing reference to -lnuma and fails with: reuseport_bpf_numa.c:138: undefined reference to `numa_run_on_node' reuseport_bpf_numa.c:230: undefined reference to `numa_available' reuseport_bpf_numa.c:233: undefined reference to `numa_max_node' collect2: error

[PATCH 3.2 158/164] parisc: Provide __ucmpdi2 to resolve undefined references in 32 bit builds.

2015-08-01 Thread Ben Hutchings
3.2.70-rc1 review patch. If anyone has any objections, please let me know. -- From: John David Anglin commit ca0ad83da17b6ba07f9eb5902e69daac90c4fa61 upstream. The Debian experimental linux source package (3.8.5-1) build fails with the following errors: ... MODPOST 2016 module

Re: [PATCH] staging: lustre: fix undefined references to obd_memory

2014-09-19 Thread Greg KH
On Mon, Sep 15, 2014 at 09:34:53AM -0500, John L. Hammond wrote: > From: "John L. Hammond" > > If CONFIG_PROC_FS=n then obd_memory is not defined. So put the setup > and cleanup of this variable within #ifdef CONFIG_PROC_FS guards. > > Signed-off-by: John L. Hammond > --- > .../staging/lustre/

[PATCH] staging: lustre: fix undefined references to obd_memory

2014-09-15 Thread John L. Hammond
From: "John L. Hammond" If CONFIG_PROC_FS=n then obd_memory is not defined. So put the setup and cleanup of this variable within #ifdef CONFIG_PROC_FS guards. Signed-off-by: John L. Hammond --- .../staging/lustre/lustre/include/obd_support.h|2 ++ drivers/staging/lustre/lustre/obdclass

Re: undefined references

2005-01-24 Thread John Richard Moser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] wrote: > On Mon, 24 Jan 2005 19:04:53 EST, John Richard Moser said: > > >>fs/built-in.o(.text+0xe413): In function `link_path_walk': >>: undefined reference to `gr_inode_follow_link' >>fs/built-in.o(.text+0xe933): In function `lin

Re: undefined references

2005-01-24 Thread Valdis . Kletnieks
On Mon, 24 Jan 2005 19:04:53 EST, John Richard Moser said: > fs/built-in.o(.text+0xe413): In function `link_path_walk': > : undefined reference to `gr_inode_follow_link' > fs/built-in.o(.text+0xe933): In function `link_path_walk': > : undefined reference to `gr_inode_follow_link' > fs/built-in.o(.

undefined references

2005-01-24 Thread John Richard Moser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 icebox linux-2.6.10-grs # make CHK include/linux/version.h make[1]: `arch/x86_64/kernel/asm-offsets.s' is up to date. CHK include/linux/compile.h CHK usr/initramfs_list GEN .version CHK include/linux/compile.h UPD in

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-25 Thread Ion Badulescu
In article <[EMAIL PROTECTED]> you wrote: > make oldconfig clean dep all install modules modules_install > Makefiles are puzzling, sometimes. make dep does something that's basically equivalent to changing the Makefiles. However, make doesn't re-read them, so all the targets after "dep" will be

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
James Simmons wrote: >> I had this option in my .config: >> >> CONFIG_FB_RIVA=m >> >> Changing that option to: >> >> # CONFIG_FB_RIVA is not set >> >> made the errors stop occuring. I am not sure >> why building the Riva support as a module would >> cause the errors to be generated

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread James Simmons
> I had this option in my .config: > > CONFIG_FB_RIVA=m > > Changing that option to: > > # CONFIG_FB_RIVA is not set > > made the errors stop occuring. I am not sure > why building the Riva support as a module would > cause the errors to be generated. Did this. No problem. The o

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
> On Tue, 24 Oct 2000, Miles Lane wrote: > > >> James, I tried something even more drastic than running >> make mrproper. I blew away my old source tree, untarred >> a test9 tree, patched it to test10-pre5, copied my old .config >> file into it, ran make oldconfig menuconfig dep all install >>

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread Byron Stanoszek
On Tue, 24 Oct 2000, Miles Lane wrote: > James, I tried something even more drastic than running > make mrproper. I blew away my old source tree, untarred > a test9 tree, patched it to test10-pre5, copied my old .config > file into it, ran make oldconfig menuconfig dep all install > modules modu

Re: test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-24 Thread Miles Lane
James Simmons wrote: >> I am experimenting with compiling lots of stuff as modules. >> I hit what is either a user error, a configuration script >> bug or a symbol export bug. > > > I just tried your setup and it worked for me. Try a > make mrproper and then a make dep etc. I still get this

Re: test10-pre5 -- Compile error drivers/video/video.o: In function`vesafb_set_disp': undefined references

2000-10-24 Thread James Simmons
> I am experimenting with compiling lots of stuff as modules. > I hit what is either a user error, a configuration script > bug or a symbol export bug. I just tried your setup and it worked for me. Try a make mrproper and then a make dep etc. - To unsubscribe from this list: send the line "uns

test10-pre5 -- Compile error drivers/video/video.o: In function `vesafb_set_disp': undefined references

2000-10-23 Thread Miles Lane
I am experimenting with compiling lots of stuff as modules. I hit what is either a user error, a configuration script bug or a symbol export bug. ld -m elf_i386 -T /usr/src/linux/arch/i386/vmlinux.lds -e stext arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o init/version.o \