Search Criteria
Package Details: psp-gdb 7.5.1-1
Git Clone URL: | https://aur.archlinux.org/psp-gdb.git (read-only, click to copy) |
---|---|
Package Base: | psp-gdb |
Description: | The GNU Debugger (psp) |
Upstream URL: | http://www.gnu.org/software/gdb/ |
Licenses: | |
Groups: | |
Submitter: | xantares |
Maintainer: | xantares |
Last Packager: | xantares |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2014-03-26 17:23 |
Last Updated: | 2020-06-16 06:11 |
Latest Comments
Koren commented on 2017-11-06 12:31
Hello,
I am not able to build the package anymore, but I don't understand the error triggered when compiling gdb:
```
gcc -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT -DWITH_TARGET_WORD_BITSIZE=32 -DWITH_TARGET_WORD_MSB=31 -DWITH_DEFAULT_TARGET_BYTE_ORDER=BIG_ENDIAN -DWITH_FLOATING_POINT=HARD_FLOATING_POINT -DWITH_TARGET_FLOATING_POINT_BITSIZE=32 -DWITH_HW=0 -DWITH_HOST_BYTE_ORDER=LITTLE_ENDIAN -DWITH_RESERVED_BITS=1 -DWITH_SMP=0 -Wimplicit -Wreturn-type -Wcomment -Wtrigraphs -Wformat -Wparentheses -Wpointer-arith -Wuninitialized -DMIPS_MACH_DEFAULT=bfd_mach_mips8000 -I. -I../../../sim/mips -I../common -I../../../sim/mips/../common -I../../include -I../../../sim/mips/../..//include -I../../bfd -I../../../sim/mips/../..//bfd -I../../opcodes -I../../../sim/mips/../..//opcodes -g -O2 -o run \
nrun.o libsim.a ../../bfd/libbfd.a ../../opcodes/libopcodes.a ../../libiberty/libiberty.a -lm -lz -lnsl
libsim.a(sim-config.o): In function `sim_addr_range_hit_p':
/tmp/yaourt-tmp-koren/aur-psp-gdb/src/gdb-7.3.1/build-psp/sim/mips/../../../sim/mips/../common/sim-arange.c:291: multiple definition of `sim_addr_range_hit_p'
nrun.o:/tmp/yaourt-tmp-koren/aur-psp-gdb/src/gdb-7.3.1/build-psp/sim/mips/../../../sim/mips/../common/sim-arange.c:291: first defined here
```