Skip to content

espidf-arduino-blink example not compiling. #530

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
EmilianoQS opened this issue Apr 14, 2021 · 1 comment
Closed

espidf-arduino-blink example not compiling. #530

EmilianoQS opened this issue Apr 14, 2021 · 1 comment

Comments

@EmilianoQS
Copy link

Hello.

I'm trying to compile this project with the following errors:

Cloning into 'C:\Users\Emiliano\.platformio\.cache\tmp\pkg-installing-unnr4l9g'...
warning: Could not find remote branch idf-release/v4.0 to clone.
fatal: Remote branch idf-release/v4.0 not found in upstream origin
Error: VCS: Could not process command ['git', 'clone', '--recursive', '--depth', '1', '--branch', 'idf-release/v4.0', 'https://github.com/espressif/arduino-esp32.git', 'C:\\Users\\Emiliano\\.platformio\\.cache\\tmp\\pkg-installing-unnr4l9g']

I changed this line in platformio.ini:
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#idf-release/v4.0

for:
framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git

And I get the following error:

fatal: not a git repository (or any of the parent directories): .git
CMake Error at C:/Users/Emiliano/.platformio/packages/[email protected]/tools/cmake/build.cmake:185 (message):
  Failed to resolve component 'arduino_tinyusb'.

I run platformio in VSCode - Windows 7.

I have GIT, platformio and espressif32 platform installed and updated.

Thanks for any help you could give me.

@EmilianoQS
Copy link
Author

Sorry, in the moment I published this, found this other issue:

#524

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

No branches or pull requests

1 participant