xdc-H01
diff --git a/README b/README
index 7e0c7b2..f38856e 100644
--- a/README
+++ b/README
@@ -1,9 +1,9 @@
- xdc-H00 (corevers:16.0.2.0; B:200,G:200,R:200)
+ xdc-H01 (corevers:16.0.2.0; B:200,G:200,R:200)
eXpanDed C Tools (XDCtools)
This tree contains the RTSC build and configuration engines for
- target content. The tree is used in XDCtools 3.56 product releases where
+ target content. The tree is used in XDCtools 3.60 product releases where
we implemented some changes that allow for smaller config C files.
Librarian repo creation
@@ -28,35 +28,25 @@
# clone the tree and merge/review user content
ggentree -u sascha@ti.com xdc.git/
- cd xdc-G??
+ cd xdc-H??
# unzip build.zip from the last released tree
- unzip ../xdc-G??/build.zip
+ unzip ../xdc-H??/build.zip
# make sure the user email and name are your eclipse credentials
- git merge origin/xdccore-G-dr
+ git merge origin/xdccore-H-dr
- # build the tree using LSF to force older GLIBC to be used when
- # linking Linux executables
+ # build the tree on Linux
SM-MAKE .clean
SM-MAKE .all-files >& Make.log
# update README
emacs README
- git commit -a -m xdc-G??
+ git commit -a -m xdc-H??
# release the tree
greltree -m "something brief and meaningful"
- o to make both the UNIX and PC sides, from a Linux workstation, go to the
- top directory of the tree and type:
-
- SM-MAKE .all-files
-
- To clean the tree, type:
-
- SM-MAKE .clean
-
o to build only packages in src/packages from scratch:
SM-MAKE .xdc-packages
@@ -65,9 +55,6 @@
SM-MAKE .bundles
- o to run regressions:
-
- SM-MAKE .regress
==============================================================
@@ -77,5 +64,9 @@
CHANGES
+* fixed certain issues tagged by MISRA checks
+
+ downgraded JVM to the version 1.8 used by CCS 9
+
MRS
diff --git a/ident.c b/ident.c
index ed586cf..8041eed 100644
--- a/ident.c
+++ b/ident.c
@@ -2,7 +2,7 @@
* ======== ident.c ========
*/
-#define _VERS_ "@(#)*** xdc-G05"
+#define _VERS_ "@(#)*** xdc-H01"
static char __NAME[] = _NAME_;
static char __DATE[] = _DATE_;