-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathReleaseNotes.txt
More file actions
32 lines (24 loc) · 1.41 KB
/
ReleaseNotes.txt
File metadata and controls
32 lines (24 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
uClibc++-1.0
============
This package is a version of the uClibc++ C++ library customized to work
with NuttX. This code originates from http://cxx.uclibc.org/ and has been
adapted for NuttX by the RGMP team (http://rgmp.sourceforge.net/wiki/index.php/Main_Page).
Thanks go to Qiang Yu and David.
uClibc++ is released as a separate packet rather than being integrated with
the core NuttX source code. This separation is due to differences in
licensing betweein uClibc++ and NuttX: NuttX is licensed under the
permissive modified BSD License; uClibc, on the other hand, is licensed
under the stricter GNU LGPL Version 3 license.
A simple installation script is provided at uClibc++/install.sh that can
be used to install the uClibc++ components into the NuttX source tree. See
the README file in the top-level uClibc++ directory for instructions on
using the installation script. If you wish to use uClibc++ with NuttX, you
will be required to comply with the licensing requires of the GNU LGPL
Version 3 license.
uClibc++ release 1.0 corresponds to SVN revision r5313.
Note that all SVN information has been stripped from the tarball. If you
need the SVN configuration, you should check out directly from SVN. Revision
r5313 should equivalent to release 1.0 of NuttX uClibc++:
svn checkout -r5313 svn://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
Or
svn checkout -r5313 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code