Search Criteria
Package Details: mips-harvard-os161-gdb 7.8+os161_2.1-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/mips-harvard-os161-gdb.git (read-only, click to copy) |
---|---|
Package Base: | mips-harvard-os161-gdb |
Description: | The GNU Debugger modified for mips-harvard-os161 arquitecture. This is part of toolset for the course os161 from Harvard. |
Upstream URL: | http://os161.eecs.harvard.edu/ |
Licenses: | GPL, LGPL |
Groups: | mips-harvard-os161-toolchain |
Submitter: | gerito |
Maintainer: | gerito |
Last Packager: | gerito |
Votes: | 3 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-13 12:47 (UTC) |
Last Updated: | 2023-03-19 15:30 (UTC) |
Dependencies (7)
- gmp (gmp-hgAUR)
- guile2.0AUR
- libmpc (libmpc-gitAUR)
- mips-harvard-os161-binutilsAUR
- mpfr (mpfr-gitAUR)
- bison (byacc-bisonAUR, bison-gitAUR) (make)
- flex (flex-gitAUR) (make)
Latest Comments
« First ‹ Previous 1 2
<deleted-account> commented on 2018-06-01 02:39 (UTC)
@sommd The error is caused because the python modules that mips-harvard-os161-gdb depend on are deleted during install.
When gdb from extra isn't installed, the modules cannot load (there's a brief error). If it is installed, then the modules that load cause errors like you're seeing because they aren't compatible. I suspect that this is because gdb in extra is at version 8+ while the one in the OS/161 toolchain is still in version 7.
This quick hack to get this working is by using the
--data-directory
argument while running mips-harvard-os161-gdb.Edit PKGBUILD so that the line I mentioned at the beginning is commented out and make sure you have mips-harvard-os161-gdb installed as is before doing the following.
Store the folder somewhere and make an alias for mips-harvard-os161-gdb so that you don't have to add it every time.
This isn't ideal but it should do until @gerito can sort out a way to fix this.
@gerito Would it be possible to install the modules in another directory that doesn't interfere with gdb from the official repos? Like
/usr/share/mips-harvard-os161-gdb
so that it's distinguished from/usr/share/gdb
?sommd commented on 2018-05-31 13:23 (UTC) (edited on 2018-05-31 13:24 (UTC) by sommd)
Keep getting the following error:
Which keeps printing after almost every command, making the output unreadable. The only solution I've found is to uninstall normal GDB. Any proper solutions?
<deleted-account> commented on 2017-07-31 17:32 (UTC)
gerito commented on 2017-07-29 08:20 (UTC)
gerito commented on 2017-07-29 03:56 (UTC)
<deleted-account> commented on 2017-07-27 17:23 (UTC)
m51 commented on 2017-04-27 10:16 (UTC)
« First ‹ Previous 1 2