Building
- The possible combinations of targets and Astrobe IDE are listed here.
- In the Astrobe IDE used, select the config file appropriate for the target.
- Run the
Project => Build
command on the main module. - If you get a “wrong version” error message from the linker, run
Project => Rebuild
.1
Uploading and Running
- With Astrobe for RP2040:
- use the tool’s
Run => Upload
command, or - use abin2uf2
- use the tool’s
- With Astrobe for Cortex-M0:
- use abin2uf2
- With Astrobe for Cortex-M4:
- use abin2uf22
Specific Instructions
- The example program description, or the corresponding module files, may give specific instructions for building if necessary.
- The example program directory may contain customised versions of library modules.
-
I always
Rebuild
when changing target, then from then on justBuild
. ↩︎