Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation

This commit is contained in:
Gregory Nutt
2015-06-28 08:08:57 -06:00
parent ed456854cb
commit 342f5fe33d
577 changed files with 678 additions and 761 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
# see the file kconfig-language.txt in the NuttX tools repository.
#
comment "Basic CXX Support"
@@ -45,8 +45,8 @@ config UCLIBCXX
default n
---help---
If you have installed uClibc++ into the NuttX source try, then it can
be built by selecting this option. See misc/uClibc++/README.txt for
information on installing uClibc++.
be built by selecting this option. See the README.txt file in the
uClibc++ packet for information on installing uClibc++.
if UCLIBCXX
+2 -2
View File
@@ -69,8 +69,8 @@ VPATH = .
#
# Note that an error will occur if you select CONFIG_LIBXX_UCLIBCXX
# without installing the uClibc++ package. This is intentional to let
# you know about the configuration problem. Refer to misc/uClibc++/README.txt
# for more information
# you know about the configuration problem. Refer to the README.txt file
# in the NuttX uClibc++ GIT repository for more information
ifeq ($(CONFIG_UCLIBCXX),y)
include uClibc++/Make.defs
+7 -8
View File
@@ -1,20 +1,19 @@
libxx/README.txt
^^^^^^^^^^^^^^^^
This directory contains a fragmentary C++ library that will allow
to build only the simplest of C++ applications. In the deeply
embedded world, that is probably all that is necessary. If you
have a need for more extensive C++ support, the following libraries
are recommended:
This directory contains a fragmentary C++ library that will allow to build
only the simplest of C++ applications. In the deeply embedded world, that
is probably all that is necessary. If you have a need for more extensive
C++ support, the following libraries are recommended:
- libstdc++ (part of GCC)
- STLport http://www.stlport.org/
- uClibc++ http://cxx.uclibc.org/
- uSTL http://ustl.sourceforge.net/
There is a version of uClibc++ that is customized for NuttX that can
be found here: misc/uClibc++. See misc/uClibc++ for installation
instructions.
There is a version of uClibc++ that has been customized for use with NuttX.
That version that can be found in the NuttX uClibc++ GIT repository. Refer
to the top-level uClibc++ README.txt file for installation instructions.
At present, only the following are supported here: