summaryrefslogtreecommitdiff
path: root/misc/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-01-28 18:59:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-01-28 18:59:11 -0600
commite02413fa17a054e67386311b15889ae7239dca56 (patch)
tree563c84242968a2c3ecfbdb140b086a77da6f13cf /misc/tools
parent1563cb75e6ef5bcd67f5d17f9c25fa16634fd5bf (diff)
downloadnuttx-e02413fa17a054e67386311b15889ae7239dca56.tar.gz
nuttx-e02413fa17a054e67386311b15889ae7239dca56.tar.bz2
nuttx-e02413fa17a054e67386311b15889ae7239dca56.zip
SAMA5: Add a missing endif in a Make.defs that recently added; Several other cosmetic changes
Diffstat (limited to 'misc/tools')
-rw-r--r--misc/tools/README.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/tools/README.txt b/misc/tools/README.txt
index 163918ad7..b8de6f605 100644
--- a/misc/tools/README.txt
+++ b/misc/tools/README.txt
@@ -157,6 +157,21 @@ There two known solutions to this:
LD_RUN_PATH=/usr/local/lib make
make install
+I have also been told that some people see this error until they re-boot, then it
+just goes away.
+
+gperf
+-----
+
+ "I am getting an error when configuring the kconfig-frontends-3.12.0.0 package.
+ Using command
+
+ ./configure --enable-mconf
+
+ "It says it 'configure: error: can not find gperf'"
+
+ If you see this, make sure that the gperf package is installed.
+
kconfig-frontends for Windows
-----------------------------