Skip to content

Commit 6d58a58

Browse files
authored
Update general.md
Add notes to debug the buildsystem with make -d
1 parent b38e97b commit 6d58a58

File tree

1 file changed

+2
-0
lines changed
  • Installing-and-Configuring/Building-Heads

1 file changed

+2
-0
lines changed

Installing-and-Configuring/Building-Heads/general.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Generally, everything that is needed to flash the SPI flash of a board is a
5656
name of the board that can be found under `board` directory of the git
5757
downloaded tree. You can do the build verbose by doing `make BOARD=$BOARD V=1`
5858

59+
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`
60+
5961
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):
6062

6163
```shell

0 commit comments

Comments
 (0)