Skip to content

bug: Arduino IDE 'Export compiled Binary' doesn't work (2.0.0-alpha1 only) #5174

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

Closed
societyofrobots opened this issue May 13, 2021 · 1 comment
Labels

Comments

@societyofrobots
Copy link

'Export compiled Binary' should place a .bin file into my project folder.

This works as expected using 1.0.6, however does not work with alpha1. Both compile fine without error.

Arduino IDE + alpha1
Windows 10

In the meantime, I can still locate the .bin file here:
C:\Users\X\AppData\Local\Temp\arduino_build_XXXX\

@calkoe
Copy link

calkoe commented May 13, 2021

Faced the same issue with the latest Version,
get a slightly older commit and it works fine.

use this in your platform.ini:

platform_packages =
    framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#7856de7
    toolchain-xtensa32 @ ~2.80400.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants