gcc-msp430 on AUR (Arch User Repository)

Last updated: May 03,2024

1. Install "gcc-msp430" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install gcc-msp430 on Arch using YAY

$ yay -S gcc-msp430

* (Optional) Uninstall gcc-msp430 on Arch using YAY

$ yay -Rns gcc-msp430

2. Manually Install "gcc-msp430" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone gcc-msp430's git locally

$ git clone https://aur.archlinux.org/gcc-msp430.git ~/gcc-msp430

c. Go to ~/gcc-msp430 folder and install it

$ cd ~/gcc-msp430 $ makepkg -si

3. Information about the gcc-msp430 package on Arch User Repository (AUR)

ID: 413350
Name: gcc-msp430
PackageBaseID: 122790
PackageBase: gcc-msp430
Version: 4.6.3-1
Description: GNU toolchain for the TI MSP430 processor
URL: http://sourceforge.net/projects/mspgcc/
NumVotes: 2
Popularity: 0
OutOfDate:
Maintainer: gilcu3
Submitter: abdullatif
FirstSubmitted: 1495487831
LastModified: 1495487831
URLPath: /cgit/aur.git/snapshot/gcc-msp430.tar.gz