TuxML / ProjetIrma

The main repository of the TuxML project, contains the scripts and codes for Linux kernel compilations.
Apache License 2.0
8 stars 4 forks source link

Undefined reference to `btbcm_set_bdaddr' #156

Closed FAMILIAR-project closed 4 years ago

FAMILIAR-project commented 5 years ago

Using rare clusters and dataset 30-100, I find this failure:

configuration cid 59065
drivers/bluetooth/hci_nokia.o: In function `nokia_setup':
hci_nokia.c:(.text+0xc67): undefined reference to `btbcm_set_bdaddr'
make: *** [vmlinux] Error 1

https://elixir.bootlin.com/linux/v4.13.3/source/drivers/bluetooth/hci_nokia.c#L455

related issue: https://lkml.org/lkml/2017/6/14/284

(un-related yet similar) issue: https://github.com/Dunedan/mbp-2016-linux/issues/29

FAMILIAR-project commented 5 years ago

another related failure:

configuration cid 69250
warning: (X86_INTEL_LPSS && INTEL_SOC_DTS_IOSF_CORE && SND_SST_IPC_ACPI && MMC_SDHCI_ACPI) selects IOSF_MBI which has unmet direct dependencies (PCI)
warning: (X86_INTEL_LPSS && INTEL_SOC_DTS_IOSF_CORE && SND_SST_IPC_ACPI && MMC_SDHCI_ACPI) selects IOSF_MBI which has unmet direct dependencies (PCI)
drivers/bluetooth/hci_nokia.o: In function `nokia_setup':
hci_nokia.c:(.text+0x13ba): undefined reference to `btbcm_set_bdaddr'
make: *** [vmlinux] Error 1
FAMILIAR-project commented 5 years ago

https://lore.kernel.org/patchwork/patch/785981/