I'm trying to follow along with the Pico_on_Windows_SDK_Guide and I am stuck.
Here's the guide: https://wiki.52pi.com/images/6/69/Pico_ ... _guide.pdf
I installed Arm GNU Toolchain, CMake, Ninja, Python 3.12 (latest version), Git for Windows, Visual Studio Code, OpenOCD, Powershell 7.4.1, and MSYS2. From there I'm not sure what to do.
The next instructions were:
-----------
. You can specify a path to an existing copy of MSYS2 using the -MSYS2Path option. The build script will install a copy of MSYS2 at this path if it doesn't find an existing copy.
It is highly recommended to use a dedicated copy of MSYS2 for this build.
To build:
.\build.ps1 .\config\x64-standalone.json -MSYS2Path ~\Downloads\msys64 The built installers will be saved to the bin directory.
-----------
I do not know where to set the -MSYS2Path option. I do not know where to run the ./build.ps1 at.
Any help would be greatly appreciated.
Here's the guide: https://wiki.52pi.com/images/6/69/Pico_ ... _guide.pdf
I installed Arm GNU Toolchain, CMake, Ninja, Python 3.12 (latest version), Git for Windows, Visual Studio Code, OpenOCD, Powershell 7.4.1, and MSYS2. From there I'm not sure what to do.
The next instructions were:
-----------
. You can specify a path to an existing copy of MSYS2 using the -MSYS2Path option. The build script will install a copy of MSYS2 at this path if it doesn't find an existing copy.
It is highly recommended to use a dedicated copy of MSYS2 for this build.
To build:
.\build.ps1 .\config\x64-standalone.json -MSYS2Path ~\Downloads\msys64 The built installers will be saved to the bin directory.
-----------
I do not know where to set the -MSYS2Path option. I do not know where to run the ./build.ps1 at.
Any help would be greatly appreciated.
Statistics: Posted by Gaedel — Fri Jan 19, 2024 12:06 am — Replies 1 — Views 164