User Tools

Site Tools


linux_mios32_toolchain_core

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
linux_mios32_toolchain_core [2013/11/05 23:52]
admin changed link to toolchain
linux_mios32_toolchain_core [2024/04/05 15:30] (current)
phatline [Setup MIOS32 Environment]
Line 28: Line 28:
  
 ===== Linux build utilities ===== ===== Linux build utilities =====
-Depending upon your distribution,​ the command ​for installing ​the basic build tools like "​make" ​may be different but I used the command:\\ +Terminal commands ​for installing basic build tools like "​make":​\\ 
-  * sudo aptitude install build-essential\\+*** Debian/​Ubuntu/​Mint:​** //sudo aptitude install build-essential//\\ 
 +*** Arch Linux/​Manjaro:​** //sudo pacman -S base-devel//​\\
  
 ===== GNU Multiple Precision Library ===== ===== GNU Multiple Precision Library =====
-If you do not already have libgmp3-dev installed, you must install it (or lib32gmp3-dev if you are using an AMD64 version of linux). For Debian/​Ubuntu ​users, you can use the command: +Terminal Commands:​\\ 
-  ​* sudo aptitude install libgmp3-dev (or lib32gmp3-dev)+*** Debian/​Ubuntu/Mint:**// sudo aptitude install libgmp3-dev// (or //lib32gmp3-dev//   for AMD64Version)\\ 
 +*** Arch Linux/​Manjaro:​** //sudo pacman -S gmp//\\
  
 ===== MIOS32 Toolchain ===== ===== MIOS32 Toolchain =====
Line 74: Line 76:
 The following commands will setup the build environment for MIOS32, you must change MIOS32_PATH to be wherever you installed the svn repository:​\\ The following commands will setup the build environment for MIOS32, you must change MIOS32_PATH to be wherever you installed the svn repository:​\\
  
-  * export MIOS32_PATH=~/​midibox/​mios32/​trunk +  * export MIOS32_PATH=~/​midibox/​mios32/​trunk\\ 
-  * export MIOS32_BIN_PATH=$MIOS32_PATH/​bin +  * export MIOS32_BIN_PATH=$MIOS32_PATH/​bin\\ 
-  * export MIOS32_GCC_PREFIX=arm-none-eabi +  * export MIOS32_GCC_PREFIX=arm-none-eabi\\ 
-  * export MIOS32_FAMILY=STM32F10x +  * export MIOS32_FAMILY=STM32F10x\\ 
-  * export MIOS32_PROCESSOR=STM32F103RE +  * export MIOS32_PROCESSOR=STM32F103RE\\ 
-  * export MIOS32_BOARD=MBHP_CORE_STM32 +  * export MIOS32_BOARD=MBHP_CORE_STM32\\ 
-  * export MIOS32_LCD=universal+  * export MIOS32_LCD=universal\\
 \\ \\
 \\  \\ 
-You can add these lines to your ~/.profile file to ensure that they are always set, the editor pico (or nano) is a fairly simple text editor but you may have your favourite.+You can add these lines to your ~/.profile file to ensure that they are always set, the editor pico (or nano) is a fairly simple text editor but you may have your favourite.\\ 
 +\\ 
 +__ 
 +**If you know what you are Doing in Linux-you can do this systemwide:​**__\\ 
 +open your filebrowser with sudo rights, for example type in terminal:​\\ 
 +*** Linux Mint:** //sudo nemo// \\ 
 +*** Linux Arch:** //sudo thunar//​\\ 
 +the filebrowser now opens with root rights, navigate to the folder "​etc"​ open the file "​environment"​ >>>​ **/​etc/​environment**\\ 
 +Depending on the path where your toolchain is situated, the Example Content off this file is:\\ 
 + 
 +  * PATH="/​home/​autark/​midibox/​gcc-arm-none-eabi/​bin"​\\ 
 +  * MIOS32_PATH=/​home/​autark/​midibox/​mios32\\ 
 +  * MIOS32_BIN_PATH=/​home/​autark/​midibox/​mios32/​bin\\ 
 +  * MIOS32_BOARD=MBHP_CORE_STM32F4\\ 
 +  * MIOS32_FAMILY=STM32F4xx\\ 
 +  * MIOS32_GCC_PREFIX=arm-none-eabi\\ 
 +  * MIOS32_PROCESSOR=STM32F407VG\\ 
 +  * MIOS32_LCD=universal\\ 
 + 
 +if you cant log after reboot, then mostly you messed up your "​PATH"​ variable, in this case, boot with Linuxbootstick,​ and remove the PATH - line...\\ 
 + 
 +**you can also add more folders to the PATH, they are separeted with a ":",​ for example:​**\\ 
 +* PATH="/​home/​autark/​midibox/​gcc-arm-none-eabi/​bin:/​home/​autark/​program"​\\ 
 +here we also have a folder named "​program",​ when you put in there "Mios Studio",​ then you can write in Terminal "Mios Studio"​ and mios studio will open\\ 
 + 
 ===== Building your first application ===== ===== Building your first application =====
 Once you have completed the above steps, you should be able to build your first application. Once you have completed the above steps, you should be able to build your first application.
linux_mios32_toolchain_core.1383695549.txt.gz · Last modified: 2013/11/05 23:52 by admin