From a243e290a92916bef7b7fd1f7edfdf713e4e88a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnim=20L=C3=A4uger?= Date: Sun, 23 Apr 2017 17:43:10 +0200 Subject: [PATCH] Add note about required make version. --- docs/en/build.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/en/build.md b/docs/en/build.md index 30dc4b73..e3c0878b 100644 --- a/docs/en/build.md +++ b/docs/en/build.md @@ -23,6 +23,10 @@ git clone --branch dev-esp32 --recurse-submodules https://github.com/nodemcu/nod The `make` command initiates the build process, which will start with the configuration menu to set the build options. +!!! important + + GNU make version 4.0 or higher is required for a successful build. Versions 3.8.2 and below will produce an incomplete firmware image. + Updating your clone from upstream needs an additional command to update the submodules as well: ``` git pull origin dev-esp32