Search Criteria
Package Details: msp430-elf-gdb 10.1-1
Git Clone URL: | https://aur.archlinux.org/msp430-elf-gdb.git (read-only, click to copy) |
---|---|
Package Base: | msp430-elf-gdb |
Description: | The GNU Debugger for the msp430-elf target. |
Upstream URL: | https://www.gnu.org/software/gdb/download/ |
Licenses: | |
Groups: | |
Submitter: | vonPalitroque |
Maintainer: | vonPalitroque |
Last Packager: | vonPalitroque |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2015-09-28 13:49 |
Last Updated: | 2020-11-17 17:16 |
Latest Comments
smallAndSimple commented on 2020-03-16 20:35
Oh, adding tui adds a dependency on ncurses. Still though, would something like a seperate package be an option? Or just adding ncurses as a dependency?
smallAndSimple commented on 2020-03-16 20:31
Hi there,
Can you enable tui by default (change --disable-tui to --enable-tui)? It does not seem to have disadvantages to me and I like tui a lot.
vonPalitroque commented on 2018-08-13 20:22
Greetings,
@Falkenber9, thank you very much for this. Yes, I recall this hitting the mailing list. I forgot to test whether it affected the GDB build. Thanks for reminding me. Also, thanks for reminding me I had to update the PKGBUILD to GDB 8.1.1; it was released 13 days ago [at the time of writing]. Luckily for us, the issue was fixed for the 8.1.1 release so the patch is no longer needed [1]. I have updated the PKGBUILD accordingly.
Still, thanks for the reminder and for the patch.
Cheers,
Orlando.
[1] https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=commit;h=863d5065467b16304f6b5c80a186e3bcc68c48a6
Falkenber9 commented on 2018-08-13 20:00
Maybe it is helpful for someone else:
As a consequence of this bug I had to patch the source by the following patch: https://sourceware.org/ml/gdb-patches/2018-05/msg00863.html
python.patch
Integrated into PKGBUILD:
PKGBUILD
andrewchen commented on 2015-11-28 10:12
Why is strip enforced?