Coder Social home page Coder Social logo

FYI: Build on Windows about arduino-pico HOT 4 CLOSED

traxanos avatar traxanos commented on June 12, 2024
FYI: Build on Windows

from arduino-pico.

Comments (4)

earlephilhower avatar earlephilhower commented on June 12, 2024

We build under Windows as part of CI for every PR, and you're having trouble in the pico-sdk submodule which hasn't been updated in almost a year.

Looks like you're doing a git submodule update --init --recursive which isn't needed and grabs submodules many levels deep in the SDK->TinyUSB path. If you really want to do this, then see the docs on how to get long paths working in Windows. It'll also take something like 2GB disk space for the clone so be prepared to wait while it pulls down files if you do this.

Generally a simple git submodule update --init is all that's needed in the SDK folder.

from arduino-pico.

traxanos avatar traxanos commented on June 12, 2024

I want to test your changes and add this to pio.ini

platform_packages = framework-arduinopico @ https://github.com/earlephilhower/arduino-pico.git#d554df7

what were the better way?

from arduino-pico.

earlephilhower avatar earlephilhower commented on June 12, 2024

Sorry, I don't use Platform.IO. Check what @maxgerhardt wrote in the docs here for P.IO for more info, it's pretty extensive.

from arduino-pico.

traxanos avatar traxanos commented on June 12, 2024

ok i will enable long paths and use the old way :D that has works in past. thank you.

from arduino-pico.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.