summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-02-21 18:26:13 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2011-02-21 18:26:13 +0000
commit1db0735ab98f08f715539b6242ccdeffbf5308ad (patch)
treeb7d455c9fce7e29828baa8be03081ec25304f8b7 /misc
parent75be7ce54f7111c4d56f2dcffbc482a0be550f18 (diff)
Update README
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3308 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'misc')
-rw-r--r--misc/buildroot/configs/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/buildroot/configs/README.txt b/misc/buildroot/configs/README.txt
index a472d91926..6421afaa6b 100644
--- a/misc/buildroot/configs/README.txt
+++ b/misc/buildroot/configs/README.txt
@@ -167,6 +167,21 @@ GENERAL BUILD STEPS
Where <config-file> is one of the configuration files listed above and <arch> is an
archtecture name. Examples: build_m32c, build_arm_nofpu, etc.
+FAQ
+^^^
+
+Q: What is up with errors like this:
+
+ fatal error: ansidecl.h: No such file or directory
+
+A: This was reported on Fedora F14. The cause of the problem is that some host
+ binutils header files were moved from the binutils RPM to the binutils-dev
+ RPM. The fix is to install the binutils-dev RPM.
+
+Q: How do I build the NuttX toolchain under Cygwin?
+
+A: See below...
+
Cygwin GCC BUILD NOTES
^^^^^^^^^^^^^^^^^^^^^^
@@ -240,6 +255,7 @@ Cygwin GCC BUILD NOTES
for you.
Building GDB Under Cygwin
+^^^^^^^^^^^^^^^^^^^^^^^^^
This can be tricking, but it has been done. See this message sequence for
http://tech.groups.yahoo.com/group/nuttx/message/726 . Apparently there