Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2009-10-22 17:51:07 +0000
committereutarass2009-10-22 17:51:07 +0000
commitc066684c76682d61d9d7f4977a028a97db66d5cd (patch)
tree937be3e9f86f70ce52b7e875176570d2b10b7d7b /docs/TCF Getting Started.html
parent5f49b1f96c3c1ccf40498b3f7d8cd5906a082c39 (diff)
downloadorg.eclipse.tcf-c066684c76682d61d9d7f4977a028a97db66d5cd.tar.gz
org.eclipse.tcf-c066684c76682d61d9d7f4977a028a97db66d5cd.tar.xz
org.eclipse.tcf-c066684c76682d61d9d7f4977a028a97db66d5cd.zip
Updated "TCF Getting Started" to clarify DSF versions info
Diffstat (limited to 'docs/TCF Getting Started.html')
-rw-r--r--docs/TCF Getting Started.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index ecc5c55c6..b5ec6c290 100644
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -41,7 +41,9 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
<li>CDT (Eclipse C/C++ Development Tools SDK) 5.0 or later, last tested with 5.0.2, recommended 5.0.2<br>
<a href='http://www.eclipse.org/cdt/downloads.php'>http://www.eclipse.org/cdt/downloads.php</a>
<li>DD (Device Debug) SDK 1.0.0<br>
- <a href='http://download.eclipse.org/dsdp/dd/downloads/'>http://download.eclipse.org/dsdp/dd/downloads/</a>
+ <a href='http://download.eclipse.org/dsdp/dd/downloads/'>http://download.eclipse.org/dsdp/dd/downloads/</a><br>
+ DSF has released version 2.0 with the CDT project. A patch is available for TCF/DSF integration code that adds support for DSF 2.0, see
+ <a href='https://bugs.eclipse.org/bugs/show_bug.cgi?id=269567'>Bugzilla Bug 269567: Migrate TCF - DSF integration to DSF 2.0m6</a>
</ul>
<li>Checkout TCF code from <a href='http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk'>Eclipse SVN repository</a>:
<pre>svn co svn://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk</pre>

Back to the top