Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 002bdb49063b7dc576954aa46067e2e866625760 (plain) (blame)
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <title>CDT @branchVersion@ Build @buildId@</title>
</head>
<body>
<h2>CDT @branchVersion@ Build @buildId@</h2>
<p><a href="compilelog.txt">Compile Log</a></p>
<p><a href="junits.html">JUnit Results</a></p>
<h3>CDT Master Feature</h3>
<p>
<a href="cdt-master-@branchVersion@-@buildId@.zip">cdt-master-@branchVersion@-@buildId@.zip</a>
</p>
<p>
To use this zip file, in the menu Help->SoftwareUpdates, select the Available Features tab and click Manage sites...  Click Add..., 
then Archive... and point at the zip file. The list of available features will populate and you can select the features
you want to install. You will at nead require the C/C++ Development Tooling feature which is the CDT runtime.

</p>
<p>This feature has everything, including:</p>
<ul>
<li>CDT Runtime Feature - includes editor, search, builders, launch, debug, gnu toolchain integrations for build/debug, user documentation</li>
<li>CDT SDK Feature - superset of runtime that adds source and extension point schemas</li>
<li>GDB Hardware Debugging - Provides a launch configuration for launching gdb to do hardware debugging.</li>
<li>XL C/C++ Compiler Support - Provides an error parser and managed build support for IBM's XL C/C++ compilers.</li>
<li>LR Parser - Provides a parser for the ISO/IEC 9899:1999 variant of the C programming language (aka C99), generated from a grammar using the LPG parser generator.  The grammar can be reused and extended to create your own parser for variants on the C programming language.</li>
<li>CDT Testing Feature - includes all test plugins required for running automated JUnit tests</li>
</ul>
</body>
</html>

Back to the top