mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
This commit is contained in:
+3
-3
@@ -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
@@ -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
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user