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
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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
Will be solved with #619
Resolved in the latest Arduino package.
No branches or pull requests
espressif/arduino-esp32#5646
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: