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:
 
<pre>
 
<pre>
sudo apt-get install subversion
+
tar -xvjf gcc-arm-none-eabi-<VERSION>.tar.bz2
 
</pre>
 
</pre>
  
<h2> Download a repository </h2>
+
<h2> Copy it to a common place: </h2>
 +
 
 
<pre>
 
<pre>
svn co svn+ssh://<USER>@<SERVER>/<COMPLETE_PATH>
+
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 code:

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