[linux-next:master 2558/3789] sound_kunit.c:undefined reference to `snd_pcm_format_name'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head:   076d56d74f17e625b3d63cf4743b3d7d02180379
commit: 3e39acf56ededdebd1033349a16b704839b94b28 [2558/3789] ALSA: core: Add sound core KUnit test
config: openrisc-randconfig-r013-20211230 (https://download.01.org/0day-ci/archive/20240203/202402030306.l4idnFyz-lkp@xxxxxxxxx/config)
compiler: or1k-linux-gcc (GCC) 13.2.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240203/202402030306.l4idnFyz-lkp@xxxxxxxxx/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp@xxxxxxxxx>
| Closes: https://lore.kernel.org/oe-kbuild-all/202402030306.l4idnFyz-lkp@xxxxxxxxx/

All errors (new ones prefixed by >>):

   or1k-linux-ld: sound/core/sound_kunit.o: in function `test_pcm_format_name':
>> sound_kunit.c:(.text+0x54): undefined reference to `snd_pcm_format_name'
>> sound_kunit.c:(.text+0x54): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_name'
>> or1k-linux-ld: sound_kunit.c:(.text+0x118): undefined reference to `snd_pcm_format_name'
   sound_kunit.c:(.text+0x118): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_name'
   or1k-linux-ld: sound_kunit.c:(.text+0x18c): undefined reference to `snd_pcm_format_name'
   sound_kunit.c:(.text+0x18c): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_name'
   or1k-linux-ld: sound/core/sound_kunit.o: in function `_test_fill_silence':
>> sound_kunit.c:(.text+0x258): undefined reference to `snd_pcm_format_set_silence'
>> sound_kunit.c:(.text+0x258): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_set_silence'
   or1k-linux-ld: sound/core/sound_kunit.o: in function `test_format_signed':
>> sound_kunit.c:(.text+0x3b0): undefined reference to `snd_pcm_format_signed'
>> sound_kunit.c:(.text+0x3b0): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_signed'
>> or1k-linux-ld: sound_kunit.c:(.text+0x410): undefined reference to `snd_pcm_format_unsigned'
>> sound_kunit.c:(.text+0x410): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_unsigned'
>> or1k-linux-ld: sound_kunit.c:(.text+0x490): undefined reference to `snd_pcm_format_width'
>> sound_kunit.c:(.text+0x490): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_width'
   or1k-linux-ld: sound_kunit.c:(.text+0x4ec): undefined reference to `snd_pcm_format_width'
   sound_kunit.c:(.text+0x4ec): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_width'
   or1k-linux-ld: sound/core/sound_kunit.o: in function `test_format_width':
>> sound_kunit.c:(.text+0x5b4): undefined reference to `snd_pcm_format_width'
   sound_kunit.c:(.text+0x5b4): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_width'
   or1k-linux-ld: sound_kunit.c:(.text+0x618): undefined reference to `snd_pcm_format_width'
   sound_kunit.c:(.text+0x618): relocation truncated to fit: R_OR1K_INSN_REL_26 against undefined symbol `snd_pcm_format_width'
   or1k-linux-ld: sound_kunit.c:(.text+0x674): undefined reference to `snd_pcm_format_width'
   sound_kunit.c:(.text+0x674): additional relocation overflows omitted from the output
   or1k-linux-ld: sound/core/sound_kunit.o: in function `test_format_endianness':
>> sound_kunit.c:(.text+0x734): undefined reference to `snd_pcm_format_little_endian'
>> or1k-linux-ld: sound_kunit.c:(.text+0x794): undefined reference to `snd_pcm_format_big_endian'
>> or1k-linux-ld: sound_kunit.c:(.text+0x814): undefined reference to `snd_pcm_format_little_endian'
   or1k-linux-ld: sound_kunit.c:(.text+0x870): undefined reference to `snd_pcm_format_little_endian'
   or1k-linux-ld: sound_kunit.c:(.text+0x8cc): undefined reference to `snd_pcm_format_big_endian'
   or1k-linux-ld: sound_kunit.c:(.text+0x928): undefined reference to `snd_pcm_format_big_endian'
   or1k-linux-ld: sound/core/sound_kunit.o: in function `test_phys_format_size':
>> sound_kunit.c:(.text+0x9ec): undefined reference to `snd_pcm_format_physical_width'
>> or1k-linux-ld: sound_kunit.c:(.text+0xa50): undefined reference to `snd_pcm_format_physical_width'
   or1k-linux-ld: sound_kunit.c:(.text+0xaac): undefined reference to `snd_pcm_format_physical_width'
   or1k-linux-ld: sound/core/sound_kunit.o: in function `test_format_fill_silence':
   sound_kunit.c:(.text+0xbe8): undefined reference to `snd_pcm_format_set_silence'
>> or1k-linux-ld: sound_kunit.c:(.text+0xc48): undefined reference to `snd_pcm_format_set_silence'

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [eCos]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux