Package Details: ti-cgt-msp430 21.6.1.LTS-1

Git Clone URL: https://aur.archlinux.org/ti-cgt-msp430.git (read-only, click to copy)
Package Base: ti-cgt-msp430
Description: Texas Instruments Code Generation Tools (compiler) for MSP430
Upstream URL: https://www.ti.com/tool/MSP-CGT
Keywords: microcontroller msp430 ti toolchain
Licenses: custom
Conflicts: ccstudio
Submitter: alexei
Maintainer: alexei
Last Packager: alexei
Votes: 1
Popularity: 0.000000
First Submitted: 2017-11-02 18:18 (UTC)
Last Updated: 2023-09-10 20:10 (UTC)

Latest Comments

alexei commented on 2019-10-13 18:13 (UTC)

@bananajr: added dep to both ti-cgt-* packages, thanks. Also, updated all packages to install directly into pkgdir, since fakeroot issue is no more.

bananajr commented on 2019-09-19 19:54 (UTC) (edited on 2019-09-19 19:55 (UTC) by bananajr)

Seems that the 2018-03-01 update to 18.1.1 removed makedepends('lib32-glibc'); I had to add this back to get the package to build on a fresh OS install.

diff --git a/PKGBUILD b/PKGBUILD
index 4a027fa..d68a099 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,9 @@ arch=('x86_64')
 url="https://www.ti.com/tool/MSP-CGT"
 license=('custom')

+# lib32-glibc needed for the installer
+makedepends=('lib32-glibc')
+
 optdepends=('ccstudio')

 _installer=ti_cgt_msp430_${pkgver}_linux_installer_x86.bin

alexei commented on 2017-11-02 18:24 (UTC) (edited on 2023-09-10 20:10 (UTC) by alexei)

UPDATE: no longer the case.

You need a chroot to build this package (see instructions in PKGBUILD). For easy alternative: use compiled binary packages in this pacman repo: Server = http://arch.alexeicolin.com/arch/ti/$arch