mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-05 02:29:55 +01:00
23 lines
652 B
HTML
23 lines
652 B
HTML
<html>
|
|
<title>Sourcery G++</title>
|
|
<body>
|
|
<b>Sourcery G++</b>
|
|
<p>
|
|
Sourcery G++ contains the complete GNU Toolchain,
|
|
including all of the following components:
|
|
<ul>
|
|
<li> CodeSourcery Common Startup Code Sequence</li>
|
|
<li> CodeSourcery Debug Sprite for ARM</li>
|
|
<li> GNU Binary Utilities (Binutils)</li>
|
|
<li> GNU C Compiler (GCC)</li>
|
|
<li> GNU C++ Compiler (G++)</li>
|
|
<li> GNU C++ Runtime Library (Libstdc++)</li>
|
|
<li> GNU Debugger (GDB)</li>
|
|
<li> Newlib C Library</li>
|
|
</ul>
|
|
Visit: <a href="http://www.codesourcery.com">http://www.codesourcery.com</a>
|
|
to access the Sourcery G++ support website.
|
|
</p>
|
|
<body>
|
|
</html>
|