-
Notifications
You must be signed in to change notification settings - Fork 46
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
Platformio can't install platform #40
Comments
Because you can't find this package in PlatformIO Registry. |
even manually it does not work |
any update for this? |
it doesn't work for me either. after a few hours and lots of trying back and forth it still doesn't work... is there anyone with a workaround? |
I have temporally solution for this issue There dependency files cant download from sipeed's server cause install error are almost found on sipeed's Sourceforge( https://sourceforge.net/projects/platformio-storage/files/packages/ ) platform_packages = framework-arduino-gd32v @ https://github.com/sipeed/Longduino.git
toolchain-gd32v @ file://.\files\toolchain-gd32v
tool-openocd-gd32v @ file://.\files\tool-openocd-gd32v
tool-gd32vflash @ file://.\files\tool-gd32vflash Full platformio.ini worked in my env[env:sipeed-longan-nano]
platform = gd32v
board = sipeed-longan-nano
framework = gd32vf103-sdk
platform_packages = framework-arduino-gd32v @ https://github.com/sipeed/Longduino.git
toolchain-gd32v @ file://.\files\toolchain-gd32v
tool-openocd-gd32v @ file://.\files\tool-openocd-gd32v
tool-gd32vflash @ file://.\files\tool-gd32vflash
upload_protocol = dfu |
Thank you very much for your answer!
However, it still throws this error: I am trying to debug the following project: Many thanks and best regards |
Do not put it in the |
Super nice of you to help so quickly :) My platformio.ini looks like this:
Is this perhaps the wrong framework? I have forked it and added the package.json: If any of you still have the "gd32vf103-sdk" installed, could you upload the folder as a zip? or are there sources on the web? Best regards and many thanks! |
That is not valid. The Lines 43 to 48 in 7889775
the package for it is called |
Okay. Many, many hours later. The Platformio.ini works, I have placed the firmware and co in the "package" folder. At the end of "gd32vf103.h" is written: This file is located in "packages\framework-gd32vf103-sdk\Examples\ADC\ADC0_ADC1_regular_parallel".
The _libopt.h is not found. VSC obviously recognizes the files. I think I'm slowly giving up :-D If someone knows how to do it, I would be very happy... best regards |
That file is a a standard file that includes the activated SPL modules, or, just all of them. You can just copy-paste gd32vf103_libopt.h into the |
Hello,
I have tried to install the platformio platform but I can't.
This is the error I get:
The text was updated successfully, but these errors were encountered: