Package Details: msp430-elf-mcu 9.3.1.2-1

Git Clone URL: https://aur.archlinux.org/msp430-elf-mcu.git (read-only, click to copy)
Package Base: msp430-elf-mcu
Description: Header files, linker scripts, and device description files for MSP430 microcontrollers
Upstream URL: http://www.ti.com/tool/msp430-gcc-opensource
Licenses: custom
Submitter: vonPalitroque
Maintainer: vonPalitroque
Last Packager: vonPalitroque
Votes: 9
Popularity: 0.000000
First Submitted: 2015-09-19 18:42 (UTC)
Last Updated: 2021-09-13 16:02 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

codyps commented on 2018-05-26 17:13 (UTC) (edited on 2018-05-26 17:15 (UTC) by codyps)

This is getting a 404:

  -> Downloading msp430-gcc-support-files-1.204.zip...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (22) The requested URL returned error: 404 Not Found
==> ERROR: Failure while downloading http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/exports/msp430-gcc-support-files-1.204.zip
    Aborting...

From http://software-dl.ti.com/msp430/msp430_public_sw/mcu/msp430/MSPGCC/latest/index_FDS.html, it appears that msp430-gcc-support-files-1.205.zip is the latest version (PKGBUILD is 1.204).

vonPalitroque commented on 2016-08-09 15:20 (UTC) (edited on 2016-08-09 15:21 (UTC) by vonPalitroque)

Greetings, It seems that TI finally decided to add a version number to their linker scripts and header file package but did not change the version of their release. The only problem is that now there is an extra version number mismatch: - Their version of GCC is 5.3.0 - Their version of GDB is 7.7 - Their version of binutils is 2.25 - Their version of newlib is 2.2.0 - Their version of MSPDebugStack is at 3.8.0.2 - Their version of the MSP430 GDB agent is at 6.0.228.0 - Their version of the support files (this package) is at 1.191 None of this matches their release version of 4.1.0.0, which is the one used by this package. I am leaning towards using the toplevel version (4.1.0.0 at the moment) rather than the version of the support files for this package. I will continue to do so unless TI pulls another weird stunt and releases a new support package without chaning their release version. If there are any comments on this, please let me know. Thank you. Cheers, Orlando.

vonPalitroque commented on 2016-04-03 15:21 (UTC)

Greetings, Thank you for the report. When I tested the new version, I built it without clearing ${srcdir} and did not notice the creation of the new directory. The PKGBUILD should be fixed now. Again, thank you. Cheers, Orlando.

potatoe commented on 2016-04-03 15:06 (UTC) (edited on 2016-04-03 15:06 (UTC) by potatoe)

I think this PKGBUILD has broken with the latest source zip. After extracting the source zip, everything seems to be inside "${srcdir}/GCC_RH/include", not the expected "${srcdir}/msp430-gcc-support-files". Changing the cd path inside package() and build() seems to fix it, though the license file is then one parent higher in the tree, too, "install -m644 ../../license".