core/com.nokia.carbide.cpp.compiler.doc.user/html/cmd_line/cmd_naming.htm
author fturovic <frank.turovich@nokia.com>
Mon, 19 Jul 2010 16:13:24 -0500
changeset 1641 2b3996fc09a1
parent 0 fb279309251b
permissions -rw-r--r--
revised x86 compiler dates, graphics, CSS, and release notes

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN"><html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="LASTUPDATED" content="06/17/05 11:09:43" />
<title>Tool Naming Conventions</title>
<link rel="StyleSheet" href="../../book.css" type="text/css"/>
</head>
<body bgcolor="#FFFFFF">
<h3>Tool Naming Conventions</h3>
<p>  The names of the Carbide command-line tools follow this convention:</p>
<p class="listing">mw&lt;tool&gt;&lt;type&gt;</p>
<p>where:</p>
<ul>
  <li> <span class="code">&lt;tool&gt;</span> is <span class="code">cc/c++</span> for the C/C++ compiler, and <span class="code">ld</span> for the linker</li>
  <li><span class="code">&lt;type&gt;</span> is <span class="code">sym2</span> for the Symbian EKA2 compiler/linker, and <span class="code">filt</span> for the filter</li>
</ul>
<p> Tools include:</p>
<ul>
  <li><span class="code">mwccsym2</span> &#8212; x86 C/C++ compiler</li>
  <li><span class="code">mwldsym2</span> &#8212; x86 linker</li>
  <li><span class="code">mwc++filt</span> &#8212; x86 filter</li>
</ul>
<p class="note"><strong>NOTE</strong> The prefix &quot;mw&quot; is an artifact of the pre-Carbide days when Metrowerks owned the x86 compiler technology used by Carbide.c++. </p>
<div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. <br>License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a></div>


</body>
</html>