Skip to content

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

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
jitendra1607 opened this issue Sep 8, 2021 · 3 comments
Labels
IDE: PlaformIO Issue relates to PlatformIO IDE Type: Question Only question

Comments

@jitendra1607
Copy link

[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

@lbernstone
Copy link
Contributor

Looks like you have a mismatched toolchain. Please ask platform.io specfic questions at https://github.com/platformio/platform-espressif32/issues

@Jason2866
Copy link
Collaborator

Jason2866 commented Sep 8, 2021

You have too change:

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

There is still no officiall release from platformio for core 2.0.
The are working on it. It is not a issue from the Arduino ESP32!

@VojtechBartoska VojtechBartoska added IDE: PlaformIO Issue relates to PlatformIO IDE Type: Question Only question labels Mar 30, 2022
@VojtechBartoska
Copy link
Contributor

Hello, I'm closing this issue. You can find more info and workaround in this issue #6044.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE: PlaformIO Issue relates to PlatformIO IDE Type: Question Only question
Projects
None yet
Development

No branches or pull requests

4 participants