B4R Question rESP32Bluetooth compilation error

Mostez

Well-Known Member
Licensed User
Longtime User
Hello, I tried to compile this code example (ESP32S board) but I got this error even after updating ESP32 SDK and intalling latest arduino IDE. any ideas how to solve this problem?
Thanks

B4R Version: 2.60
Parsing code. (0.00s)
Building folders structure. (0.00s)
Compiling code. (0.00s)
Building project (0.03s)
Compiling & deploying Ino project (DOIT ESP32 DEVKIT V1 - COM20) Error
Loading configuration...
Initializing packages...
Preparing boards...
Verifying...
exec: "C:\\Users\\Halim\\Documents\\Arduino\\hardware\\espressif\\esp32/tools/xtensa-esp32-elf/bin/xtensa-esp32-elf-g++": file does not exist
 

Mostez

Well-Known Member
Licensed User
Longtime User
i ran get.exe, but nothing new, it seems that there is an error, but i could not read the message because the popup window disappeared quickly.

EDIT: I captured image of get.exe execution result window
 

Attachments

  • Untitled.png
    Untitled.png
    111.4 KB · Views: 245
Last edited:
Upvote 0

Mostez

Well-Known Member
Licensed User
Longtime User
"xtensa-esp32-elf-win32-1.22.0-80-g6c4433a-5.2.0.zip" is exist, but it always fails to extract it. I tried to open it manually but it said it is damaged. i downloaded this file two times(erase old one and download)
Edit: the ZIP file is 0 bytes
 

Attachments

  • zip_err.jpg
    zip_err.jpg
    47.2 KB · Views: 223
  • zip_file.jpg
    zip_file.jpg
    23.5 KB · Views: 227
  • size.jpg
    size.jpg
    27.9 KB · Views: 240
Last edited:
Upvote 0

Mostez

Well-Known Member
Licensed User
Longtime User
downloaded the file to C:\...espressif\esp32\tools\dist folder and ran get.exe, the file extracted OK, I could upload simple code to ESP32S :)
Thanks thetahsk, thanks Erel
 
Upvote 0
Top