gpt4 book ai didi

raspberry-pi - 树莓派 pjsip 编译错误 : emmintrin. h 没有这样的文件或目录

转载 作者:行者123 更新时间:2023-12-04 04:55:13 27 4
gpt4 key购买 nike

我正在尝试在我的 Raspberry Pi 3 B 型上编译 PJSIP(版本 2.6)。

运行时 make dep && make ,我收到此错误:

../../webrtc/src/webrtc//system_wrappers/source/cpu_features.cc                                                             
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_core_sse2.c:15:23: fatal error: emmintrin.h: No such file or directory
#include <emmintrin.h>
^
compilation terminated.
../../webrtc/src/webrtc//modules/audio_processing/aec/aec_rdft_sse2.c:13:23: fatal error: emmintrin.h: No such file or directory
#include <emmintrin.h>
^
compilation terminated.

如何解决这个问题?

最佳答案

我遇到了完全相同的问题,试图做你正在做的事情。
我在网上找到了一些解决方案,但对其中任何一个都不满意。他们都看起来像讨厌的黑客。
我查看了 configure脚本并发现 sse2仅在编译时需要 libwebrtc ,我不需要。因此我干脆禁用了 libwebrtc 的编译以及我不需要的其他东西:

 ./configure --disable-sdl --disable-ffmpeg --disable-v4l2 --disable-openh264 --disable-libwebrtc
请注意 --disable-v4l2正在引用 video4linux2 .
之后编译成功完成。

关于raspberry-pi - 树莓派 pjsip 编译错误 : emmintrin. h 没有这样的文件或目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43013044/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com