简体   繁体   English

在yocto中构建pulseaudio时出错

[英]Error in building pulseaudio in yocto

I am using Raspberry Pi 3 model B. I am facing build issue while building bitbake pulseaudio.我正在使用 Raspberry Pi 3 B 型。我在构建 bitbake pulseaudio 时遇到了构建问题。

I am using Yocto : jethro branch我正在使用 Yocto:jethro 分支

I am getting a do compile error while running the command bitbake pulseaudio运行命令bitbake pulseaudio时出现编译错误

But while building it lead to do compile error as follows I am getting an r7 error但是在构建它时会导致编译错误如下,我收到了一个 r7 错误

/pulseaudio/6.0-r0/pulseaudio-6.0/src/pulsecore/remap_neon.c:65:1: error: r7 cannot be used in asm here

Is there any way i can clear this error?有什么办法可以清除这个错误吗?

在你的 local.conf 中试试这个:

PACKAGECONFIG_pulseaudio += " --disable-atomic-arm-linux-helpers" 

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM