Difference between revisions of "HANcoder/STM32/Getting Started Guide GNU ARM Installation"

From OpenMBD
Jump to: navigation, search
Line 1: Line 1:
 
{{HANcoder}}
 
{{HANcoder}}
  
The Olimexino STM32 uses a Cortex-M microprocessor from ST. To compile for this target, the “GNU ARM Embedded Toolchain” has to be installed. It can be found on this [https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads]:<br/>
+
The Olimexino STM32 uses a Cortex-M microprocessor from ST. To compile for this target, the “GNU ARM Embedded Toolchain” has to be installed. It can be found on this [https://developer.arm.com/open-source/gnu-toolchain/gnu-rm/downloads website]:<br/>
 
[[File:GettingStartedGuideSTM32_GNU_ARM_Website.jpeg|800px]]
 
[[File:GettingStartedGuideSTM32_GNU_ARM_Website.jpeg|800px]]
  

Revision as of 13:58, 11 June 2018


The Olimexino STM32 uses a Cortex-M microprocessor from ST. To compile for this target, the “GNU ARM Embedded Toolchain” has to be installed. It can be found on this website:
GettingStartedGuideSTM32 GNU ARM Website.jpeg

Choose the following file: ‘gcc-arm-none-eabi-5_4-2016q2-20160622-win32.exe’

Installation

Start the installation by double-clicking the .exe file and follow the installation steps until you arrive to the following screen.
GettingStartedGuideSTM32 GNU ARM Install.jpeg NOTE!: Make sure that add path to environment variable is turned on after the installation.

Previous step

Next step