Search found 2 matches

by AVilezhaninov
Sun May 24, 2020 6:50 pm
Forum: ESP-IDF
Topic: Can not build ESP-AT with manual
Replies: 1
Views: 2285

Re: Can not build ESP-AT with manual

OK, I fixed it. 1) I've missed "rm -rf esp-idf" command, if do that "make defconfig" will download exact version of ESP-IDF in ESP-AT folder. 2) I've changed "xtensa-esp32-elf" folder in "C:\msys32\opt" with "esp-2019r2" toolchain version downloaded from https://dl.espressif.com/dl/xtensa-esp32-elf-...
by AVilezhaninov
Thu May 21, 2020 6:26 pm
Forum: ESP-IDF
Topic: Can not build ESP-AT with manual
Replies: 1
Views: 2285

Can not build ESP-AT with manual

Hi everyone! Please, give me a helping hand. I'm trying to build ESP-AT project going through this documentation step by step: https://github.com/espressif/esp-at/blob/master/docs/ESP_AT_Get_Started.md I've installed compiler environment, all seems OK. Next steps from ESP-AT compiling manual: 1) Clo...