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

1 2 3 Next › Last »

ivanovp commented on 2019-02-15 09:27 (UTC)

@alexei: thanks, I added your fix. I can compile now. This install script does weird things and it looks like nobody checked if it works.

alexei commented on 2019-02-15 06:29 (UTC)

Yes, I forgot about that, I got the same problem, I had to: find pkg/ -type d -exec chmod a+x {} \; The TI packager must be messing up permissions; so cc1 is not found because directories don't have the open permission.

ivanovp commented on 2019-02-15 06:14 (UTC) (edited on 2019-02-15 06:14 (UTC) by ivanovp)

Updated, but I got an error when trying to compile:

/opt/ti/mspgcc/bin/msp430-elf-gcc -mmcu=msp430f1132 -I/opt/ti/mspgcc/include -Wall -g -D__DEBUG__   -c -o test.o test.c
msp430-elf-gcc: error trying to exec 'cc1': execvp: No such file or directory

Has anyone got the same result?

alexei commented on 2016-06-13 22:43 (UTC)

Please add dependency on lib32-fakeroot for x86_64 to fix this: 'ERROR: ld.so: object 'libfakeroot.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.'

kl1278 commented on 2015-09-28 08:04 (UTC)

msp430-elf-gdb requires ncurses5. Arch is now using ncurses6, which breaks msp430-elf-gdb. How to fix this?

ivanovp commented on 2015-01-15 17:49 (UTC)

@jck: script was added.

jck commented on 2015-01-15 09:38 (UTC)

@ivanop Please add a profile.d script for setting the PATH. See https://github.com/jck/pkgbuilds/tree/master/mspgcc-ti

pg1992 commented on 2014-10-23 11:30 (UTC)

Thanks, @iritegood! That worked perfectly for me, and I don't even have to specify the lib and include directories explicitly.