Closed
Description
Answers checklist.
- I have read the ESP-DSP documentation and the issue is not addressed there.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my ESP-DSP branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
v5.4.1
Module or chip used.
ESP32S3
DSP version.
V1.6.0
What is the expected behavior?
之前使用esp-sr库可正常编译
What is the actual behavior?
esp-dsp库昨天自动更新后,编译报错
Steps to reproduce.
1,新建项目,添加esp-sr组件依赖
2,在项目中使用esp-sr库
3,编译
...
Code to reproduce this issue.
/home/sunxiangyu/workspace/esp_sr_lib/components/c_speech_features/esp_speech_features/esp_speech_features.c:294:(.text.esp_fftr+0x31): undefined reference to `dsps_fft4r_fc32_ae32_'
Debug logs.
/home/sunxiangyu/workspace/esp_sr_lib/components/c_speech_features/esp_speech_features/esp_speech_features.c:294:(.text.esp_fftr+0x31): undefined reference to `dsps_fft4r_fc32_ae32_'
More Information.
No response