Package Details: gcc-msp430 4.6.3-1

Git Clone URL: https://aur.archlinux.org/gcc-msp430.git (read-only, click to copy)
Package Base: gcc-msp430
Description: GNU toolchain for the TI MSP430 processor
Upstream URL: http://sourceforge.net/projects/mspgcc/
Licenses: GPL
Submitter: abdullatif
Maintainer: gilcu3
Last Packager: abdullatif
Votes: 2
Popularity: 0.000000
First Submitted: 2017-05-22 21:17 (UTC)
Last Updated: 2017-05-22 21:17 (UTC)

Latest Comments

gilcu3 commented on 2023-08-16 18:42 (UTC)

@MarSeed this package is the legacy version of gcc for the msp430. If you want to use the newer version by TI, install mspgcc-ti.

qguv commented on 2018-05-19 21:26 (UTC)

It looks like some intrinsics aren't included in the headers as they should be. They're simply absent from /usr/msp430/include/intrinsics.h. Not sure whether this is a packaging issue or something upstream, but I couldn't find much information at all.

Notably missing are the bcd intrinsics:

  • __bcd_add_long
  • __bcd_add_long_long
  • __bcd_add_short
  • __bcd_negate_long
  • __bcd_negate_long_long
  • __bcd_negate_short
  • __bcd_subtract_long
  • __bcd_subtract_long_long
  • __bcd_subtract_short

Any ideas?

transpalette commented on 2018-02-08 14:39 (UTC)

I am getting a "0: command not found" error at line: test -z "/usr/x86_64-unknown-linux-gnu/msp430/include" || /usr/bin/mkdir -p "/tmp/yaourt-tmp-transpalette/aur-binutils-msp430/pkg/binutils-msp430/usr/x86_64-unknown-linux-gnu/msp430/include" 0 -m 644 bfd.h /tmp/yaourt-tmp-transpalette/aur-binutils-msp430/src/binutils-2.21.1/bfd/../include/ansidecl.h /tmp/yaourt-tmp-transpalette/aur-binutils-msp430/src/binutils-2.21.1/bfd/../include/symcat.h /tmp/yaourt-tmp-transpalette/aur-binutils-msp430/src/binutils-2.21.1/bfd/../include/bfdlink.h '/tmp/yaourt-tmp-transpalette/aur-binutils-msp430/pkg/binutils-msp430/usr/x86_64-unknown-linux-gnu/msp430/include'

of the package() section...