mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 06:02:11 +02:00

Change-Id: I3b9b5b1079ca8692ed0989baab281a1b79987267 Signed-off-by: Martin Weber <fifteenknots505@gmail.com>
95 lines
No EOL
2.3 KiB
HTML
95 lines
No EOL
2.3 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
|
<head>
|
|
<title>ARM.com Compilers</title>
|
|
</head>
|
|
<body>
|
|
<div id="lsp">
|
|
<h4>ARM.com Compilers</h4>
|
|
<table style="border-collapse:collapse">
|
|
<thead>
|
|
<tr>
|
|
<th>Compiler</th>
|
|
<th>Vendor/Standard</th>
|
|
<th>Language</th>
|
|
<th>Macros</th>
|
|
<th>Include directories</th>
|
|
<th>
|
|
System include
|
|
<br />
|
|
directories
|
|
</th>
|
|
<th>Compiler executables</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>armclang</td>
|
|
<td>ARM</td>
|
|
<td>C/C++</td>
|
|
<td>Needs Testing</td>
|
|
<td>Needs Testing</td>
|
|
<td>No</td>
|
|
<td>armclang, armclang.exe</td>
|
|
</tr>
|
|
<tr>
|
|
<td>armcc</td>
|
|
<td>ARM</td>
|
|
<td>C/C++</td>
|
|
<td>Needs Testing</td>
|
|
<td>Needs Testing</td>
|
|
<td>Needs Testing</td>
|
|
<td>armcc, armcc.exe</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<div id="builtins">
|
|
<h4>ARM.com Compilers</h4>
|
|
<table style="border-collapse:collapse">
|
|
<thead>
|
|
<tr>
|
|
<th>Compiler</th>
|
|
<th>Vendor</th>
|
|
<th>Macros</th>
|
|
<th>
|
|
System
|
|
<br />
|
|
include paths
|
|
</th>
|
|
<th>
|
|
Local
|
|
<br />
|
|
include paths
|
|
</th>
|
|
<th>
|
|
MACOS Framework
|
|
<br />
|
|
include paths
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td>armclang</td>
|
|
<td>Arm</td>
|
|
<td>N/A</td>
|
|
<td>N/A</td>
|
|
<td>N/A</td>
|
|
<td>N/A</td>
|
|
</tr>
|
|
<tr>
|
|
<td>armcc</td>
|
|
<td>Arm</td>
|
|
<td>tested</td>
|
|
<td>N/A</td>
|
|
<td>N/A</td>
|
|
<td>N/A</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</body>
|
|
</html> |