sysperfana/analyzetoolext/com.nokia.s60tools.analyzetool.help/html/reference/troubleshooting.htm
changeset 6 f65f740e69f9
parent 1 1050670c6980
child 15 0367d2db2c06
equal deleted inserted replaced
5:844b047e260d 6:f65f740e69f9
     2 <html>
     2 <html>
     3 <head>
     3 <head>
     4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
     4 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
     5 <meta http-equiv="content-style-type" content="text/css">
     5 <meta http-equiv="content-style-type" content="text/css">
     6 <title>AnalyzeTool Troubleshooting</title>
     6 <title>AnalyzeTool Troubleshooting</title>
     7 <link href="../nokia.css" type="text/css" rel="StyleSheet">
     7 <link href="../../book.css" type="text/css" rel="StyleSheet">
     8 </head>
     8 </head>
     9 <body>
     9 <body>
    10 
    10 
    11 <h2>Troubleshooting</h2>
    11 <h2>Troubleshooting</h2>
    12 <p>The following table lists AnalyzeTool error messages:</p>
    12 <p>The following table lists AnalyzeTool error messages:</p>
    25 <td>You tried to use Carbide.c++ Extension actions but you have not selected a project first. Select a project from the <b>Project Explorer</b> window, and run action again.</td>
    25 <td>You tried to use Carbide.c++ Extension actions but you have not selected a project first. Select a project from the <b>Project Explorer</b> window, and run action again.</td>
    26 </tr>
    26 </tr>
    27 <tr>
    27 <tr>
    28 <td>Could not find mmp file for current project.</td>
    28 <td>Could not find mmp file for current project.</td>
    29 <td>AnalyzeTool Carbide.c++ Extension could not load the mmp file info. Ensure that project's <i>bld.inf</i> file contains mmp files.</td>
    29 <td>AnalyzeTool Carbide.c++ Extension could not load the mmp file info. Ensure that project's <i>bld.inf</i> file contains mmp files.</td>
       
    30 </tr>
       
    31 <tr>
       
    32 <td>TraceViewer connection reserved for another plug-in.</td>
       
    33 <td>Another Carbide.c++ Extension uses TraceViewer. First close the other TraceViewer Carbide.c++ Extension connection, and then try again.</td>
       
    34 </tr>
       
    35 <tr>
       
    36 <td>Invalid TraceViewer connection settings.</td>
       
    37 <td>The TraceViewer has invalid connection settings and could not connect to target hardware. Check the TraceViewer options from <b>Window &gt; Preferences... &gt; Carbide Extensions &gt; TraceViewer &gt; Connection</b>.</td>
       
    38 </tr>
       
    39 <tr>
       
    40 <td>General TraceViewer error.</td>
       
    41 <td>The TraceViewer cannot connect to target hardware and the AnalyzeTool Carbide.c++ Extension could not resolve the problem. Check the TraceViewer options from <b>Window &gt; Preferences... &gt; Carbide Extensions &gt; TraceViewer &gt; Connection</b>.</td>
    30 </tr>
    42 </tr>
    31 <tr>
    43 <tr>
    32 <td>Invalid name. Do you want to specify a valid name?</td>
    44 <td>Invalid name. Do you want to specify a valid name?</td>
    33 <td>You have entered an invalid subtest name, for example the name is empty or starts with an illegal parameter.</td>
    45 <td>You have entered an invalid subtest name, for example the name is empty or starts with an illegal parameter.</td>
    34 </tr>
    46 </tr>
   101 <td>AnalyzeTool build failed in module: &lt;mmp file name&gt;.</td>
   113 <td>AnalyzeTool build failed in module: &lt;mmp file name&gt;.</td>
   102 <td>Project contains build errors. Details can be found from <b>Console</b> view.</td>
   114 <td>Project contains build errors. Details can be found from <b>Console</b> view.</td>
   103 </tr>
   115 </tr>
   104 <tr>
   116 <tr>
   105 <td>Can not find AnalyzeTool libraries from current SDK</td>
   117 <td>Can not find AnalyzeTool libraries from current SDK</td>
   106 <td>Your build environment is missing the necessary files for building with AnalyzeTool. You need to compile AnalyzeTool to all platforms in your environment.</td>
   118 <td>Your build environment is missing the necessary files for building with AnalyzeTool. These files can be found from the AnalyzeTool installation folder from files S60_environment_changes31.zip, S60_environment_changes32.zip or S60_environment_changes50.zip. Unzip one of these to the desired Symbian OS root directory. The zip-package itself includes the necessary subfolder structure.</td>
   107 </tr>
   119 </tr>
   108 <tr>
   120 <tr>
   109 <td>AnalyzeTool : Errors :<br>
   121 <td>AnalyzeTool : Errors :<br>
   110 Missing symbol file: <symbol file name></td>
   122 Missing symbol file: <symbol file name></td>
   111 <td>You are using GCCE release build which does not produce needed symbol files. Symbol files are needed to pinpoint memory leaks. To correct this user needs to add "<i>-debug</i>" to project's build configuration arguments. To do this open project's <b>properties</b>, select <b>Carbide.c++ &gt; Build Configurations &gt; Arguments</b> while the GCCE release build configuration is selected and write the <i>-debug</i> to arguments field.</td>
   123 <td>You are using GCCE release build which does not produce needed symbol files. Symbol files are needed to pinpoint memory leaks. To correct this user needs to add "<i>-debug</i>" to project's build configuration arguments. To do this open project's <b>properties</b>, select <b>Carbide.c++ &gt; Build Configurations &gt; Arguments</b> while the GCCE release build configuration is selected and write the <i>-debug</i> to arguments field.</td>
   112 </tr>
   124 </tr>
   113 </tbody>
   125 </tbody>
   114 </table>
   126 </table>
   115 
   127 
   116 <div id="footer">Copyright &copy; 2009 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
   128 <div id="footer">Copyright &copy; 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.
   117 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
   129 License: <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.</div>
   118 </body>
   130 </body>
   119 </html>
   131 </html>