Search Criteria
Package Details: msp430-elf-gdb 15.1-1
Package Actions
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: | GPL |
Groups: | devel |
Submitter: | vonPalitroque |
Maintainer: | vonPalitroque |
Last Packager: | vonPalitroque |
Votes: | 10 |
Popularity: | 0.001232 |
First Submitted: | 2015-09-28 13:49 (UTC) |
Last Updated: | 2024-08-03 18:16 (UTC) |
Dependencies (8)
- expat (expat-gitAUR)
- gdb-common (gdb-common-gitAUR, gdb-debug-common-gitAUR)
- gmp (gmp-hgAUR)
- guile (guile-gitAUR)
- ncurses (ncurses-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- readline (readline-gitAUR)
- xz (xz-gitAUR)
Latest Comments
Pezo commented on 2022-12-15 21:11 (UTC)
This doesn't build with readline 8.2 currently: https://sourceware.org/pipermail/gdb-patches/2022-March/186828.html
smallAndSimple commented on 2020-03-16 20:35 (UTC)
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 (UTC)
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 (UTC)
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 (UTC) (edited on 2018-08-13 20:06 (UTC) by Falkenber9)
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 (UTC)