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
linux_mios32_toolchain_core [2024/05/23 19:45]
phatline
linux_mios32_toolchain_core [2024/05/23 19:46] (current)
phatline
Line 30: Line 30:
 *** Debian/​Ubuntu/​Mint:​** //sudo aptitude install build-essential//​\\ *** Debian/​Ubuntu/​Mint:​** //sudo aptitude install build-essential//​\\
 *** Arch Linux/​Manjaro:​** //sudo pacman -S base-devel//​\\ *** Arch Linux/​Manjaro:​** //sudo pacman -S base-devel//​\\
 +
 +===== GNU Multiple Precision Library =====
 +Terminal Commands:\\
 +*** Arch Linux/​Manjaro:​** //sudo pacman -S gmp//\\
 +*** 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.txt ยท Last modified: 2024/05/23 19:46 by phatline