Lines Matching refs:build
1 # Bazel build
28 ### Ready to build!
33 $ bazelisk build --platforms=@pico-sdk//bazel/platform:rp2040 //...
37 An exhaustive list of build system configuration options is available in
43 $ bazelisk build --platforms=//bazel/platform:rp2040 --@pico-sdk//bazel/config:PICO_BOARD=pico_w //…
53 Creation of UF2 images can be done as explicit build steps on a per-binary
54 rule basis, or through an aspect. Running a wildcard build with the
59 $ bazelisk build --platforms=@pico-sdk//bazel/platform:rp2040 \
69 launcher) to build the Pico SDK.
72 [Bazelisk](https://bazel.build/install/bazelisk).
74 You will also need a working compiler configured if you wish to build Picotool
77 * Linux: `sudo apt-get install build-essential` or similar.
82 To build all of the Pico SDK, run the following command:
84 $ bazelisk build --platforms=//bazel/platform:rp2040 //...
88 The Bazel build for the Pico SDK is relatively new, but most features and
89 configuration options available in the CMake build are also available in Bazel.
96 the CMake build.
99 * Windows MSVC wildcard build (`bazel build //...`) does not work when targeting
103 When making changes to the Bazel build, please run the Bazel validation script
104 to ensure all supported configurations build properly: