-
Notifications
You must be signed in to change notification settings - Fork 7.6k
SparkFun ESP32 MicroMod: "--elf-gcc.path}/bin/--elf-g++": file does not exist #5818
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Update:
|
You are definitely not installing this arduino support for esp32. You are installing some package from Sparkfun instead. |
@me-no-dev Sorry, I should clarify... I only tried the SparkFun version after the Espressif version failed initially. With that said, I'll try the |
it says it has installed? what happens when you select Espressif board? If you gonna try the git method. make sure you remove the package from board manager :) |
Yes, I have the board definitions/ESP32 Arduino core installed. I'm not having issues with the installation; I am getting a compilation error with one of the board definitions. When using the board manager installation method, I am having a compiler issue with the SparkFun ESP32 MicroMod, specifically. I get this compilation error, even with a blank sketch (only for the ESP32 MicroMod):
I don't seem to have this compilation issue when selecting other ESP32 board definititions. |
I tried the
|
@me-no-dev Can you re-open this issue? I think you might have preemptively closed this issue, thinking I had installed a different set of board definitions. |
I also retried on another computer with a clean OS install and no antivirus software (in case the antivirus software was blocking the tools from being installed), still getting the same compiler issue. |
can you try another version of ArduinoIDE? Make sure you clean |
I already tried that on the re-installs. As mentioned above, I deleted all the associated Arduino folders (i.e. If you are referring to a previous release... unfortunately, with the Microsoft App Store users are only limited to the latest release. Otherwise, I mentioned previously that I had already tried installing the Arduino IDE with the installation executable that you download from the website (instead of using the Microsoft App Store version). Just to be complete, I uninstalled the Microsoft App Store version (what I had on the computer) and deleted both the I am still get the same error message, when trying to compile a blank sketch using the SparkFun ESP32 MicroMod: @me-no-dev Are you getting an error message if you try to compile a blank sketch for the SparkFun ESP32 MicroMod? If not, how is your Arduino IDE and board definitions installed (so I can try that)?
Otherwise, what does that error message mean? It almost seems like a file path issue or the compilation tools aren't being linked properly. |
Good afternoon @me-no-dev, this is an issue a few of us here at SparkFun are trying to diagnose. @santaimpersonator went as far (as his latest comment mentions) to use an entirely clean OS to hopefully rule out that it is indeed a local problem. We don't see the issue with any other SparkFun boards, just the esp32 micromod specifically. Any insight would be very helpful, thank you! |
Found it:
Here: https://github.com/espressif/arduino-esp32/blob/master/boards.txt#L2574 |
Thank you very much @me-no-dev. 👍🏾 |
Awesome, thanks for the help! |
Hardware:
Board: SparkFun ESP32 MicroMod Processor Board
Core Installation version: 2.0.0
IDE name: Arduino IDE (Installed from Windows Store App)
Flash Frequency: 80Mhz
PSRAM enabled: Disabled
Upload Speed: 921600
Computer OS: Windows 10
Description:
When trying to compile even the simplest sketch, I get the following compilation error:
exec: "--elf-gcc.path}/bin/--elf-g++": file does not exist
(verbose output below)What you are trying to do?
Describe your system
Describe what is failing.
exec: "--elf-gcc.path}/bin/--elf-g++": file does not exist
Show the shortest possible code that will duplicate the error.
Show the EXACT error message(it doesn't work is not enough).
exec: "--elf-gcc.path}/bin/--elf-g++": file does not exist
(verbose output below)All of this work on your part shows us that you have worked to solve YOUR problem. The more complete your issue posting is, the more likely someone will volunteer their time to help you.
Arduino
folder and all thestaging
files/folders to start fresh. Then I tried to re-install the ESP32 boards from the board manager... still get the same results.https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json
Once added, the ESP32 MicroMod board definition seemed to work, but I was running into some other issues with the library I was using and Iwould prefer to use the official board definitions from here.
"Blank" Sketch:
Debug Messages:
The text was updated successfully, but these errors were encountered: