Package Details: mspgcc-ti 9.3.1.11-1

Git Clone URL: https://aur.archlinux.org/mspgcc-ti.git (read-only, click to copy)
Package Base: mspgcc-ti
Description: GNU toolchain (as, gcc, g++, ld, gdb) for the TI MSP430 processor
Upstream URL: https://www.ti.com/tool/download/MSP430-GCC-OPENSOURCE
Licenses: GPL
Submitter: ivanovp
Maintainer: ivanovp
Last Packager: ivanovp
Votes: 9
Popularity: 0.000000
First Submitted: 2014-01-13 19:35 (UTC)
Last Updated: 2021-09-04 06:17 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

ivanovp commented on 2014-09-21 05:50 (UTC)

@Vintendo: then please try to use "strace" $ strace msp430-gcc-full-linux-installer-2.1.1.0.run And copy output to pastebin.com (it will be long).

<deleted-account> commented on 2014-09-20 20:25 (UTC)

Does this work on 64bit? When I try to install using your PKGBUILD I get the following error: ==> ERROR: A failure occurred in package(). Aborting... When I try to run the installer myself it returns -1 immediately. It seems that the installer is a 32 bit executable. I'm not quite sure how to install this on 64 bit but your PKGBUILD's also mentions 64 bit so I was hoping you would know how :)

ivanovp commented on 2014-09-17 17:28 (UTC)

@jck: You've got right. That's obvoious.

jck commented on 2014-09-16 13:39 (UTC)

If the PKGBUILD moves/copies the .h files to /opt/ti/mspgcc/msp430-elf/include and .ld files to /opt/mspgcc/msp430-elf/lib then there is no need to manually include anymore.

ivanovp commented on 2014-09-11 08:53 (UTC)

Device's header and linker files are included from now on. To compile C file you need to add include directory: /opt/ti/mspgcc/bin/msp430-elf-gcc -c foo.c -o foo.o -mmcu=msp430f1612 -I/opt/ti/mspgcc/include -Wall -g To link the object files you need to add linker directory (which is interestingly the include directory): /opt/ti/mspgcc/bin/msp430-elf-gcc -o foo.elf foo.o bar.o -mmcu=msp430f1612 -I/opt/ti/mspgcc/include -Wall -g -lm -Wl,-L /opt/ti/mspgcc/include

jck commented on 2014-09-09 03:36 (UTC)

Please update to v2 which includes the header files: http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/index_FDS.html Also, this should be installed in /opt as per the Arch Packaging Standards I beleive.

ivanovp commented on 2014-03-17 19:27 (UTC)

Device headers (e.g. msp430f1611.h) are missing from the installer!

ivanovp commented on 2014-02-13 05:41 (UTC)

This compiler was released by Texas Instruments.