Skip to content
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

Build system question #19

Open
JacobChrist opened this issue Nov 11, 2023 · 3 comments
Open

Build system question #19

JacobChrist opened this issue Nov 11, 2023 · 3 comments

Comments

@JacobChrist
Copy link

@daniloc How do you build this project? I've been working in Linux but I'm trying to build on my Windows laptop and have all kinds of issues. If I use the default raspberrypi package I get a missing package or platfom json file (I can't see the exact one now but I'll up date this later. If I try to use the same commit of the pico package that I"m using on my Linux machine I take like 5-15 minutes to clone a bunch of stuff then ultimately fails. If I had to guess your using a mac (especially becuase of the mac-post-upload.py script in the package).

@JacobChrist
Copy link
Author

[env:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git#0c33219f53faa035e188925ea1324f472e8b93d2

This is what I get with the specific version:

Cloning into 'C:/Users/jacob/.platformio/.cache/tmp/pkg-installing-vduxevai/pico-sdk/lib/tinyusb/tools/uf2/hidapi'...

Submodule path 'pico-sdk/lib/tinyusb/tools/uf2/hidapi': checked out 'a6a622ffb680c55da0de787ff93b80280498330f'
fatal: Failed to recurse into submodule path 'pico-sdk/lib/tinyusb'

fatal: Failed to recurse into submodule path 'pico-sdk'

Submodule path 'tools/libbearssl/bearssl': checked out 'f294aa022f82833941ffdf3b0f306c2072e3a26c'
Submodule path 'tools/pyserial': checked out '0e7634747568547b8a7f9fd0c48ed74f16af4b23'
VCSBaseException: VCS: Could not process command ['git', 'clone', '--recursive', 'https://github.com/earlephilhower/arduino-pico.git', 'C:\\Users\\jacob\\.platformio\\.cache\\tmp\\pkg-installing-vduxevai']

@daniloc
Copy link
Owner

daniloc commented Nov 12, 2023

This looks to be an issue with arduino-pico and tinyusb, from a bit of searching the fatal errors. I believe this should get you back on your way:

earlephilhower/arduino-pico#1278 (comment)

Try that out and let me know how it goes.

@JacobChrist
Copy link
Author

Search engine fu is strong with this one. That seems to have done it.

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

2 participants