2021-03-13 20:57:48 +00:00
|
|
|
# arduino-builder
|
|
|
|
|
2023-07-16 18:23:40 +01:00
|
|
|
> Compile arduino sketches.
|
2021-03-13 20:57:48 +00:00
|
|
|
> DEPRECATION WARNING: This tool is being phased out in favor of `arduino`.
|
|
|
|
> More information: <https://github.com/arduino/arduino-builder>.
|
|
|
|
|
|
|
|
- Compile a sketch:
|
|
|
|
|
|
|
|
`arduino-builder -compile {{path/to/sketch.ino}}`
|
|
|
|
|
2022-12-05 06:49:54 +00:00
|
|
|
- Specify the debug level (default: 5):
|
2021-03-13 20:57:48 +00:00
|
|
|
|
2022-12-05 06:49:54 +00:00
|
|
|
`arduino-builder -debug-level {{1..10}}`
|
2021-03-13 20:57:48 +00:00
|
|
|
|
|
|
|
- Specify a custom build directory:
|
|
|
|
|
|
|
|
`arduino-builder -build-path {{path/to/build_directory}}`
|
|
|
|
|
|
|
|
- Use a build option file, instead of specifying `--hardware`, `--tools`, etc. manually every time:
|
|
|
|
|
|
|
|
`arduino-builder -build-options-file {{path/to/build.options.json}}`
|
|
|
|
|
|
|
|
- Enable verbose mode:
|
|
|
|
|
|
|
|
`arduino-builder -verbose {{true}}`
|