ESP32-C3入门教程 ESP-IDF 5.x篇①——ESP-IDF V5.0.1编译报错:Failed to resolve component ‘jsmn‘.

一、前言

本文基于VS Code IDE进行编程、编译、下载、运行等操作
基础入门章节请查阅:ESP32-C3入门教程 基础篇①——基于VS Code构建Hello World
教程目录大纲请查阅:ESP32-C3入门教程——导读

二、编译报错

  • 在ESP-IDF V4.4.1上编译没问题
  • 更新到ESP-IDF V5.0.1编译报错

在这里插入图片描述

-- The C compiler identification is GNU 11.2.0
-- The CXX compiler identification is GNU 11.2.0
-- The ASM compiler identification is GNU
-- Found assembler: E

猜你喜欢

转载自blog.csdn.net/kangweijian/article/details/129779641