Page 1 of 1

ArchLinux环境下的esp-idf配置vscode中esp-idf插件

Posted: Thu Feb 01, 2024 2:35 pm
by need_espressif
使用M1 macbookpro ,在虚拟机中安装archlinux,并搭建好了esp-idf开发环境,可以正常使用idf.py命令

Code: Select all

 idf.py --version
 ESP-IDF v5.1
使用mac系统中的vscode连接到archlinux虚拟机,设置esp-idf一直提示先安装好esp-idf开发环境。

Image

有没有在archlinux中配置好vscode的朋友?

Re: ArchLinux环境下的esp-idf配置vscode中esp-idf插件

Posted: Fri Feb 02, 2024 7:22 am
by XiongJL001
需要先执行这段命令

sudo pacman -S --needed gcc git make flex bison gperf python cmake ninja ccache dfu-util libusb

Re: ArchLinux环境下的esp-idf配置vscode中esp-idf插件

Posted: Sat Feb 03, 2024 7:39 am
by need_espressif
不安装这些工具是没法配置esp-idf的,这些工具安装完了,在vscode插件esp-idf中无法配置esp-idf。