Difference between revisions of "Nucleo Boards"

From RobolaboWiki
Jump to: navigation, search
Line 8: Line 8:
 
https://launchpad.net/gcc-arm-embedded/+download
 
https://launchpad.net/gcc-arm-embedded/+download
  
Untar the code:
+
Untar the compiler:
 
<pre>
 
<pre>
 
tar -xvjf gcc-arm-none-eabi-<VERSION>.tar.bz2
 
tar -xvjf gcc-arm-none-eabi-<VERSION>.tar.bz2
 
</pre>
 
</pre>
  
<h2> Copy it to a common place: </h2>
+
Copy it to a common place:
  
 
<pre>
 
<pre>
 
sudo cp -r gcc-arm-none-eabi-<VERSION> /opt/compilerNucleoST
 
sudo cp -r gcc-arm-none-eabi-<VERSION> /opt/compilerNucleoST
 
</pre>
 
</pre>

Revision as of 21:16, 17 November 2015


Install Dependencies

Install Compiler

Download last version of GCC ARM Embedded from: https://launchpad.net/gcc-arm-embedded/+download

Untar the compiler:

tar -xvjf gcc-arm-none-eabi-<VERSION>.tar.bz2

Copy it to a common place:

sudo cp -r gcc-arm-none-eabi-<VERSION> /opt/compilerNucleoST