We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[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
The text was updated successfully, but these errors were encountered:
Looks like you have a mismatched toolchain. Please ask platform.io specfic questions at https://github.com/platformio/platform-espressif32/issues
Sorry, something went wrong.
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!
Hello, I'm closing this issue. You can find more info and workaround in this issue #6044.
No branches or pull requests
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 - macos
board- esp-wroom-32
The text was updated successfully, but these errors were encountered: