-1

Is there any way to build a C++ Raspberry Pi Pico binary without having to install Python. It's quite heavyweight and feels quite unnecessary (I do like tidy toolchains without huge bloat and an additional attack surface on my machine).

Note that I'm on Windows, and do realise that non-Windows toolchains may not require Python at all

Warpspace
  • 11
  • 7

1 Answers1

0

The Raspberry Pi Pico SDK includes a command-line toolchain for building C/C++ projects without relying on Python. The Raspberry Pi Pico SDK is a software development kit that allows you to write programs for RP2040-based devices such as the Raspberry Pi Pico in C, C++ or assembly language. You can download it. I believe it will solve your purpose.

liaifat85
  • 257
  • 1
  • 4