Search Criteria
Package Details: cross-mingw-w64-gdb 16.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cross-mingw-w64-gdb.git (read-only, click to copy) |
|---|---|
| Package Base: | cross-mingw-w64-gdb |
| Description: | The GNU Debugger (compiled to debug target mingw-w64) |
| Upstream URL: | http://www.gnu.org/software/gdb/ |
| Licenses: | LGPL |
| Submitter: | Tybo |
| Maintainer: | None |
| Last Packager: | xantares |
| Votes: | 5 |
| Popularity: | 0.000039 |
| First Submitted: | 2015-08-13 13:34 (UTC) |
| Last Updated: | 2025-04-26 09:33 (UTC) |
Dependencies (7)
- expat (expat-gitAUR)
- ncurses (ncurses-gitAUR)
- readline (readline-gitAUR)
- source-highlight
- xz (xz-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- texinfo (texinfo-gitAUR) (make)
Latest Comments
ciros commented on 2024-07-04 12:59 (UTC) (edited on 2024-07-04 13:00 (UTC) by ciros)
i'm unable to build it both on archlinux and manjaro:
../../gdb/completer.c: In function ‘char gdb_completion_word_break_characters_throw()’: ../../gdb/completer.c:1853:10: error: invalid conversion from ‘const char’ to ‘char’ [-fpermissive] 1853 | return rl_completer_word_break_characters; | ^
~ | | | const char make[2]: *** [Makefile:1637: completer.o] Error 1martoko commented on 2023-01-20 00:59 (UTC) (edited on 2023-01-20 01:00 (UTC) by martoko)
Updated
PKGBUILD:and
const_char.patchFor further details see also https://github.com/archlinux/svntogit-packages/tree/packages/gdb/trunk.
xantares commented on 2018-11-10 09:22 (UTC) (edited on 2018-11-10 09:22 (UTC) by xantares)
Hello,
How to use this package ?
$ x86_64-w64-mingw32-gdb
GNU gdb (GDB) 8.1.1
...
(gdb) run ./foo.exe
Don't know how to run. Try "help target".