esp32在编译是报错在idf中有该文件,但是说没有

报错没有头文件esp_efuse_table.h

bash 复制代码
D:/Espressif/frameworks/esp-idf-v5.3.1/components/driver/deprecated/driver/i2s.h:27:2: warning: #warning "This set of I2S APIs has been deprecated, please include 'driver/i2s_std.h', 'driver/i2s_pdm.h' or 'driver/i2s_tdm.h' instead. if you want to keep using the old APIs and ignore this warning, you can enable 'Suppress legacy driver deprecated warning' option under 'I2S Configuration' menu in Kconfig" [-Wcpp]
   27 | #warning "This set of I2S APIs has been deprecated, \
      |  ^~~~~~~
E:/job/esp32_sound/esp32c3/project/0113/openai-realtime-embedded-sdk/main/media.c:16:10: fatal error: esp_efuse_table.h: No such file or directory
   16 | #include "esp_efuse_table.h"
      |          ^~~~~~~~~~~~~~~~~~~
compilation terminated.
[237/243] Building C object esp-idf/main/CMakeFiles/__idf_main.dir/http.c.obj
ninja: build stopped: subcommand failed.

 *  终端进程"d:\Espressif\tools\tools\ninja\1.11.1\ninja.exe"已终止,退出代码: 1。 

问题原因:在CMakeLists.txt没有包含路径efuse

解决办法在main\CMakeLists.txt加入efuse(找到在idf的esp_efuse_table.h所在的组件,加入)

相关推荐
茯苓gao3 小时前
stm32 WDG看门狗
stm32·单片机·嵌入式硬件
小智学长 | 嵌入式3 小时前
单片机-STM32部分:8、外部中断
stm32·单片机·嵌入式硬件
weixin_399264294 小时前
STM32F4官方文档关于定时器时钟自动倍频的说明
stm32·单片机
Ronin-Lotus4 小时前
嵌入式硬件篇---CAN
单片机·嵌入式硬件·can·stm32f103rct6
mini_nine8 小时前
DSP28335 串口中断收发及FIFO使用
单片机·dsp开发
走错路的程序员10 小时前
stm32测频率占空比最好的方案
stm32·单片机·嵌入式硬件
Ronin-Lotus11 小时前
嵌入式硬件篇---SPI
单片机·嵌入式硬件
白天学嵌入式12 小时前
STM32f103 标准库 零基础学习之按键点灯(不涉及中断)
stm32·单片机·学习
Ronin-Lotus12 小时前
嵌入式硬件篇---陀螺仪|PID
单片机·嵌入式硬件
小智学长 | 嵌入式12 小时前
单片机-STM32部分:12、I2C
单片机·嵌入式硬件