-
Notifications
You must be signed in to change notification settings - Fork 7
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
Impossible to build project - SDK abandoned? #3
Comments
Buenas, actualmente lo he pasado a nuclei pero nada... el hecho de poder cargar el código se resiste. Por lo menos he podido hacer algunos pasos con este programa que dejare por si os viene bien y por si alguno da con la solución, ya que parece que definitivamente se quedo sin soporte. |
I've managed to compile the code following this thread : I suspected that the code was compiled under windows version of vscode, as sub folder were using "\" instead of "/" |
Hi, could you please explain your successfull compile process? I'm tried to follow thread you mentioned, but still have no luck with replacing .ini file code. |
Hello, Here is my plateformio.ini file :
Your folder tree should look like this :
You have to put the downloaded packages into the package folder :
|
@vonkonow I'll try make a series of PR to cleanup the code directory and provide some intructions to compile your code. |
I've pushed some PR which make the code cleaner to compile. |
I've reached the same issue, see my PRs or my fork |
I just saw your message. Compiled successfully from your fork. |
you have to move usb_conf.h and usb_confd.h to the root of src |
In fact usb_conf.h usb_cond.h and drivers/usbfs are not needed. I've managed to compile the code without them. |
Hi,
It is currently not possible to build this project due to a dependency on the apparently now-abandoned GD32V SDK. Sipeed's repo for this on PlatformIO returns a 403 Permission Denied and has done since July.
To reproduce
Are there plans to port this to Nuclei? It's a really cool project and I'd hate to see it die because some shanzhai manafacturer couldn't be bothered to maintain legacy code.
The text was updated successfully, but these errors were encountered: