summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-07 14:18:39 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-07 14:18:39 -0600
commit25ab534a0e46438eae6d562b00b34bba438b8eff (patch)
tree9ca0aec6c9eb4ecb8eded4f4629b6ba9db153b79 /misc
parent01b89bf1be0d6ff9699f0abad22415da31a321d4 (diff)
downloadnuttx-25ab534a0e46438eae6d562b00b34bba438b8eff.tar.gz
nuttx-25ab534a0e46438eae6d562b00b34bba438b8eff.tar.bz2
nuttx-25ab534a0e46438eae6d562b00b34bba438b8eff.zip
Update README. Here is another way to work around a kconfig-frontends build problem
Diffstat (limited to 'misc')
-rw-r--r--misc/tools/README.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/misc/tools/README.txt b/misc/tools/README.txt
index b8de6f605..39b889144 100644
--- a/misc/tools/README.txt
+++ b/misc/tools/README.txt
@@ -154,11 +154,16 @@ There two known solutions to this:
tools like:
./configure --enable-mconf
- LD_RUN_PATH=/usr/local/lib make
+ LD_RUN_PATH=/usr/local/lib
+ make
make install
+3) Build the kconfig-frontends tools using only static libraries:
+
+ ./configure --enable-mconf --disable-shared --enable-static
+
I have also been told that some people see this error until they re-boot, then it
-just goes away.
+just goes away. I would try that before anything else.
gperf
-----