Skip to content

Commit

Permalink
Update general.md
Browse files Browse the repository at this point in the history
Add notes to debug the buildsystem with make -d
  • Loading branch information
tlaurion authored Jul 19, 2024
1 parent b38e97b commit 6d58a58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Installing-and-Configuring/Building-Heads/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ Generally, everything that is needed to flash the SPI flash of a board is a
name of the board that can be found under `board` directory of the git
downloaded tree. You can do the build verbose by doing `make BOARD=$BOARD V=1`

You can also run make in debug mode to trace errors in the buildsystem while you try to improve it through `make -d BOARD=$BOARD V=1`

Make Heads for another board (`XXX` should be the name of your board in ./boards and YY the number of CPUs you want to build with):

```shell
Expand Down

0 comments on commit 6d58a58

Please sign in to comment.