Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-05-03 00:44:46 +0000
committereutarass2008-05-03 00:44:46 +0000
commita9183acf706be3c4a0f41a5572382acf9d0f0e28 (patch)
tree4f457b5620074c3344cf18aedc1adb433849d8b8 /docs/TCF Getting Started.html
parentfeb497a50df2b2edc4a139fb52e39b394fbf05e1 (diff)
downloadorg.eclipse.tcf-a9183acf706be3c4a0f41a5572382acf9d0f0e28.tar.gz
org.eclipse.tcf-a9183acf706be3c4a0f41a5572382acf9d0f0e28.tar.xz
org.eclipse.tcf-a9183acf706be3c4a0f41a5572382acf9d0f0e28.zip
1. Bug 225555: [tcf] Migrate to DSF 1.0M6
2. Since DSF 1.0 requires it, migrated to Eclipse 3.4M6 and CDT 5.0M6 3. Since DSF is not fast enough to keep up with rapid target state changes when TCF diagnostic is running, reworked TCF flow control logic and added TCF API for client congestion monitoring, which is used to monitor DSF UI event queue.
Diffstat (limited to 'docs/TCF Getting Started.html')
-rwxr-xr-xdocs/TCF Getting Started.html15
1 files changed, 7 insertions, 8 deletions
diff --git a/docs/TCF Getting Started.html b/docs/TCF Getting Started.html
index d7b712c05..fabeb0d91 100755
--- a/docs/TCF Getting Started.html
+++ b/docs/TCF Getting Started.html
@@ -28,8 +28,8 @@ TCF host side code is organized into several Eclipse plug-in projects,
below are steps to create and populate Eclipse workspace with TCF projects:</p>
<ul>
- <li>Install JDK 1.5.0 or later
- <li>Install <b>Eclipse Classic SDK 3.3</b> or later, last tested with 3.4M3, recommended 3.3.1.1<br>
+ <li>Install JDK 1.5.0 or later, recommended 1.6.0
+ <li>Install <b>Eclipse Classic SDK 3.4</b>, last tested with 3.4M6a, recommended 3.4M6a<br>
<a href='http://download.eclipse.org/eclipse/downloads/'>http://download.eclipse.org/eclipse/downloads/</a>
<li>Install <b>TM RSE SDK 2.0</b> or later, last tested with 3.0M3, recommended 2.0.3<br>
<a href='http://download.eclipse.org/dsdp/tm/downloads/'>http://download.eclipse.org/dsdp/tm/downloads/</a>
@@ -37,12 +37,12 @@ below are steps to create and populate Eclipse workspace with TCF projects:</p>
TCF itself, and not needed for RSE integration or for TCF based debugger demo,
use these for future development:
<ul>
- <li>CDT 4.0 or later, last tested with 5.0M3, recommended 4.0.1<br>
- <a href='http://download.eclipse.org/tools/cdt/releases/europa/'>http://download.eclipse.org/tools/cdt/releases/europa/</a>
- <li>DD DSF SDK N20071113-0200 (Must use this version, later versions will NOT work)<br>
+ <li>CDT (Eclipse C/C++ Development Tools SDK) 5.0 or later, last tested with 5.0M6, recommended 5.0M6<br>
+ <a href='http://wiki.eclipse.org/CDT/User/DownloadCDT5.0'>http://wiki.eclipse.org/CDT/User/DownloadCDT5.0</a>
+ <li>DD (Device Debug) SDK 1.0.0M6<br>
<a href='http://download.eclipse.org/dsdp/dd/downloads/'>http://download.eclipse.org/dsdp/dd/downloads/</a>
</ul></li>
- <li>Unzip TCF code.
+ <li>Checkout TCF code from SVN.
<li>Run Eclipse:
<pre>eclipse.exe -vm &lt;JDK path&gt;\bin\javaw.exe -data &lt;Workspace path&gt; -vmargs -Xmx200M</pre>
<li>Open "Java" perspective.
@@ -136,8 +136,7 @@ are implemented. To build the agent:
<li>Start agent with <code>./agent</code> command.
</ul>
-<p>On <b>Windows</b>, only the TCF file service is currently implemented in the agent,
-so the RSE Processes and Eclipse Debug demos will not work.
+<p>On <b>Windows</b>, SysMonitor service is not implemented, so RSE Processes demos will not work.
For building the agent, there are two possibilities:<ul>
<li>Building with gcc (freely available from <a href="http://wascana.sourceforge.net/">Wascana</a>,
<a href="http://www.cygwin.com">Cygwin</a> or the

Back to the top