vendor_qcom_opensource_audio-kernel icon indicating copy to clipboard operation
vendor_qcom_opensource_audio-kernel copied to clipboard

cas-q-oss compilation fails after integrating /techpack/audio

Open Uzver123 opened this issue 11 months ago • 0 comments

After downloading audo repository for cas-q-oss and placing files into kernel/drivers/audio kernel compilation fails with error

**aarch64-linux-gnu-ar: techpack/audio/dsp/elliptic: file format not recognized**

debugging output looks like this

aarch64-linux-gnu-ar rcSTPD techpack/audio/built-in.a techpack/audio/soc/built-in.a techpack/audio/dsp/built-in.a techpack/audio/dsp/elliptic techpack/audio/dsp/mius techpack/audio/ipc/built-in.a techpack/audio/asoc/built-in.a

basically AR is trying to add folders to the archive which is not supported.

Uzver123 avatar Feb 15 '25 14:02 Uzver123