From 6d58a5866235dfe24b8b75066bc27f4a5a44a440 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Fri, 19 Jul 2024 18:38:13 -0400 Subject: [PATCH] Update general.md Add notes to debug the buildsystem with make -d --- Installing-and-Configuring/Building-Heads/general.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Installing-and-Configuring/Building-Heads/general.md b/Installing-and-Configuring/Building-Heads/general.md index 7c16ae6..c966ef0 100644 --- a/Installing-and-Configuring/Building-Heads/general.md +++ b/Installing-and-Configuring/Building-Heads/general.md @@ -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