MiCode / MiCode/vendor_qcom_opensource_audio-kernel
bad code . not file \ bad symlink
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 33
- Forks
- 26
- PR merge metrics
- No merged PRs in 30d
Description
CC techpack/audio/asoc/codecs/sdm660_cdc/msm-digital-cdc-legacy.o
../techpack/audio/asoc/codecs/sdm660_cdc/msm-digital-cdc-legacy.c:31:26: фатальная ошибка: soc/internal.h: Нет такого файла или каталога
#include <soc/internal.h>
^
компиляция прервана.
CC techpack/audio/soc/regmap-swr.o
CC techpack/audio/soc/swr-wcd-ctrl.o
LD techpack/audio/asoc/codecs/wcd9xxx_dlkm.o
../techpack/audio/soc/regmap-swr.c:21:26: фатальная ошибка: soc/internal.h: Нет такого файла или каталога
#include <soc/internal.h>
^
компиляция прервана.
make[4]: *** [techpack/audio/soc/regmap-swr.o] Error 1
../scripts/Makefile.build:339: recipe for target 'techpack/audio/soc/regmap-swr.o' failed
make[4]: *** Ожидание завершения заданий…
make[6]: *** [techpack/audio/asoc/codecs/sdm660_cdc/msm-digital-cdc-legacy.o] Error 1
../scripts/Makefile.build:339: recipe for target 'techpack/audio/asoc/codecs/sdm660_cdc/msm-digital-cdc-legacy.o' failed
make[5]: *** [techpack/audio/asoc/codecs/sdm660_cdc] Error 2
../scripts/Makefile.build:653: recipe for target 'techpack/audio/asoc/codecs/sdm660_cdc' failed
make[3]: *** [techpack/audio/soc] Error 2
../scripts/Makefile.build:653: recipe for target 'techpack/audio/soc' failed
make[3]: *** Ожидание завершения заданий…
make[4]: *** [techpack/audio/asoc/codecs] Error 2
../scripts/Makefile.build:653: recipe for target 'techpack/audio/asoc/codecs' failed
make[3]: *** [techpack/audio/asoc] Error 2
../scripts/Makefile.build:653: recipe for target 'techpack/audio/asoc' failed
not correct symlinks :
/techpack/audio/soc/core.h
/techpack/audio/soc/pinctrl-utils.h
the end :
CC init/version.o
LD init/built-in.o
techpack/built-in.o: In function msm_ext_disp_audio_codec_rx_probe':
/home/dima/ANDROID/Xiaomi_Kernel_OpenSource-olive-p-oss/out/../techpack/audio/asoc/codecs/msm_hdmi_codec_rx.c:435: undefined reference to msm_ext_disp_register_audio_codec'
make[1]: *** [vmlinux] Error 1
/home/dima/ANDROID/Xiaomi_Kernel_OpenSource-olive-p-oss/Makefile:1091: recipe for target 'vmlinux' failed
make[1]: выход из каталога «/home/dima/ANDROID/Xiaomi_Kernel_OpenSource-olive-p-oss/out»
make: *** [sub-make] Error 2
Makefile:152: recipe for target 'sub-make' failed
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking the reported symlinks /techpack/audio/soc/core.h and /techpack/audio/soc/pinctrl-utils.h, then inspect the missing soc/internal.h references in the listed C files. Reproduce the build failure and determine whether the symlinks and the undefined msm_ext_disp_register_audio_codec reference are resolved; a successful vmlinux build is the stated goal.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c, linux
- Domain
- audio-video-rtc, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100