fanxin_bme 发表于 2022-3-24 11:17:00

arduino 编译错误

这个编译错误是咋回事?升级了arduino1.8.19. FireBeetle-ESP32的板子。

Traceback (most recent call last):
File "gen_esp32part.py", line 524, in <module>
File "gen_esp32part.py", line 471, in main
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 40: ordinal not in range(128)
Failed to execute script gen_esp32part
exit status -1
为开发板 FireBeetle-ESP32 编译时出错。

fanxin_bme 发表于 2022-3-24 12:44:55

本帖最后由 fanxin_bme 于 2022-3-24 16:23 编辑

求助,多谢了.
Arduino1.8.19安装的还需要安装python么?不能执行gen_esp32part?


File "gen_esp32part.py", line 524, in <module>
File "gen_esp32part.py", line 471, in main


fanxin_bme 发表于 2022-3-24 16:56:17

首选项和开发板管理设置应该没有错。

fanxin_bme 发表于 2022-3-24 23:52:26

解决了。arduino的默认的firebeetles开发板安装包不好用。
得用乐鑫的esp32 安装包:
https://dl.espressif.com/dl/package_esp32_index.json

DFSyBM3-i4u 发表于 2022-11-22 17:16:37

用这个http://download.dfrobot.top/FireBeetle/package_DFRobot_index.json
页: [1]
查看完整版本: arduino 编译错误