blob: 2ec2250df793675a38b05c872efa64f8619b4cb9 [file] [log] [blame]
xdc-I11 (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.61 product releases.
The major change in this stream is the usage of attributes instead of
pragmas in runtime sources.
Librarian repo creation
-----------------------
The xdc.git repo was created to "track" the repo maintained at
eclipse.org and was created as follows:
git clone --bare ssh://git.eclipse.org/gitroot/rtsc/org.eclipse.rtsc.xdccore.git xdc.git
cd xdc.git
git config remote.origin.fetch "+refs/heads/*:refs/heads/*"
BUILD
o setup ssh to enable "git" from xlibrary as "dr" (if necessary)
cd ~xlibrary/.ssh
cp -f config-dr config
o fetch the latest changes from the Eclipse git server
cd xdc.git
git fetch
o Build this tree from Linux using standard SM-MAKE
# clone the tree and merge/review user content
ggentree -u sascha@ti.com xdc.git/
cd xdc-I??
# unzip build.zip from the last released tree
unzip ../xdc-I??/build.zip
# make sure the user email and name are your eclipse credentials
git merge origin/xdccore-I-dr
# build the tree on Linux
SM-MAKE .clean
SM-MAKE .all-files >& Make.log
# update README
emacs README
git commit -a -m xdc-I??
# release the tree
greltree -m "something brief and meaningful"
o to build only packages in src/packages from scratch:
SM-MAKE .xdc-packages
o to build bundles:
SM-MAKE .bundles
==============================================================
ADDITIONS
DELETIONS
CHANGES
bundles sg now comes with swt_win64 instead of swt_win32 (XDCTOOLS-406)
MRS
XDCTOOLS-301 runtime.Startup FMEA Code Review comments
XDCTOOLS-303 Update Startup.xdc examples to use add$(), versus array
insertion and "length++".
XDCTOOLS-304 Document that maxPasses can be negative or 0
XDCTOOLS-305 Add warning that resetFxn should avoid using global vars
before .cinit processing completed
XDCTOOLS-310 fix cdoc to document that printf returns -1 if it's not
possible to output the first character
XDCTOOLS-311 fix cdoc to document that if output is > 0 then it's the
number of characters that would have ben output