Datasheet
Table Of Contents
- Getting started with Raspberry Pi Pico
- Colophon
- Chapter 1. Quick Pico Setup
- Chapter 2. The SDK
- Chapter 3. Blinking an LED in C
- Chapter 4. Saying "Hello World" in C
- Chapter 5. Flash Programming with SWD
- Chapter 6. Debugging with SWD
- Chapter 7. Using Visual Studio Code
- Chapter 8. Creating your own Project
- Chapter 9. Building on other platforms
- Chapter 10. Using other Integrated Development Environments
- Appendix A: Using Picoprobe
- Appendix B: Using Picotool
- Appendix C: Documentation Release History
WARNING
Using Raspberry Pi Pico with Windows 7 or 8 is not officially supported but can be made to work.
9.2.1. Installing the Toolchain
To build you will need to install some extra tools.
•
ARM GCC compiler
•
CMake
•
Build Tools for Visual Studio 2019
•
Python 3.9
•
Git
Download the executable installer for each of these from the links above, and then carefully follow the instructions in
the following sections to install all five packages on to your Windows computer.
9.2.1.1. Installing ARM GCC Compiler
Figure 15. Installing
the needed tools to
your Windows
computer. Ensure that
you register the path
to the compiler as an
environment variable
so that it is accessible
from the command
line.
During installation you should tick the box to register the path to the ARM compiler as an environment variable in the
Windows shell when prompted to do so.
9.2.1.2. Installing CMake
During the installation add CMake to the system PATH for all users when prompted by the installer.
9.2.1.3. Installing Build Tools for Visual Studio 2019
Getting started with Raspberry Pi Pico
9.2. Building on MS Windows 39