Bug 15251 - imx-alsa-plugins
Summary: imx-alsa-plugins
Status: RESOLVED WONTFIX
Alias: None
Product: buildroot
Classification: Unclassified
Component: Other (show other bugs)
Version: 2022.02.8
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-01-12 23:23 UTC by YitzchokRosenfeld@outlook.com
Modified: 2023-01-28 20:36 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description YitzchokRosenfeld@outlook.com 2023-01-12 23:23:45 UTC
if you try compiling with the imx alsa plugins target package you get the following error:
asrc_pair.h:28:10: fatal error: linux/mxc_asrc.h: No such file or directory
Comment 1 Thomas Petazzoni 2023-01-28 20:36:34 UTC
Most likely, you are trying to build these without using an i.MX-specific Linux kernel. But as documented in ./package/freescale-imx/imx-alsa-plugins/Config.in:

comment "imx-alsa-libs needs an imx-specific Linux kernel to be built"
        depends on BR2_arm
        depends on !BR2_LINUX_KERNEL

There's not much we can do about it: this NXP user-space code includes header files from the i.MX specific Linux kernel.