summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-21 18:26:13 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-02-21 18:26:13 +0000
commit516d19572814f036bce14726ccb2ceeed7f777ad (patch)
treeb7d455c9fce7e29828baa8be03081ec25304f8b7 /misc
parent06fa41316a30d98aeda6a6016b5c139dbeaa34d6 (diff)
downloadpx4-nuttx-516d19572814f036bce14726ccb2ceeed7f777ad.tar.gz
px4-nuttx-516d19572814f036bce14726ccb2ceeed7f777ad.tar.bz2
px4-nuttx-516d19572814f036bce14726ccb2ceeed7f777ad.zip
Update README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3308 42af7a65-404d-4744-a932-0658087f49c3
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 a472d9192..6421afaa6 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