Skip to content
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

xtensa-esp32-elf-g++: error: esp32dev.map: No such file or directory *** [.pio/build/esp32dev/firmware.elf] Error 1 #618

Closed
jitendra1607 opened this issue Sep 8, 2021 · 3 comments

Comments

@jitendra1607
Copy link

espressif/arduino-esp32#5646

[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
platform_packages =
   framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.0
board_build.filesystem = littlefs

xtensa-esp32-elf-g++: error: esp32dev.map: No such file or directory
*** [.pio/build/esp32dev/firmware.elf] Error 1

with the above platformio.ini, I got above error on build. If i remove below line then no issues.

platform_packages =
   framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.0

Platform - macos
board- esp-wroom-32

@Jason2866
Copy link
Contributor

You have too change:

platform  = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master

As long tnere is no officiall release from platformio for core 2.0.

@Jason2866
Copy link
Contributor

Will be solved with #619

@valeros
Copy link
Member

valeros commented May 4, 2022

Resolved in the latest Arduino package.

@valeros valeros closed this as completed May 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants