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 revisionPrevious revision
Next revision
Previous revision
linux_mios32_toolchain_core [2024/05/23 18:30] phatlinelinux_mios32_toolchain_core [2024/09/30 20:15] (current) – [Download the MIOS32 repository] phatline
Line 25: Line 25:
   (If that doesn't work try:)   (If that doesn't work try:)
   * svn checkout svn://svnmios.midibox.org/mios32/   * svn checkout svn://svnmios.midibox.org/mios32/
 +
 +now-a-days the repo you get here:
 +[[https://github.com/midibox/mios32|https://github.com/midibox/mios32]]
  
 ===== Linux build utilities ===== ===== Linux build utilities =====
Line 34: Line 37:
 Terminal Commands:\\ Terminal Commands:\\
 *** Arch Linux/Manjaro:** //sudo pacman -S gmp//\\ *** Arch Linux/Manjaro:** //sudo pacman -S gmp//\\
-*** Debian/Ubuntu/Mint:**// sudo aptitude install libgmp3-dev// (or //lib32gmp3-dev//   for AMD64Version)\\ +*** Debian/Ubuntu/Mint:** // sudo aptitude install libgmp3-dev// (or //lib32gmp3-dev//   for AMD64Version)\\ 
 +**Ubuntu, Mint troubleshoot:** if it still doesnt build(make) it might be that you use a 64bit Computer, but the toolchain is for 32bit, so you will need additonal following commands:\\ 
 +//sudo dpkg --add-architecture i386//\\ 
 +//sudo apt-get update//\\ 
 +//sudo apt-get install libc6:i386 libstdc++6:i386 zlib1g:i386//\\ 
 +//sudo apt-get install libc6:i386//\\
  
  
linux_mios32_toolchain_core.1716489042.txt.gz · Last modified: 2024/05/23 18:30 by phatline