Commit graph

5 commits

Author SHA1 Message Date
Makoto Fujiwara
f7b34e0d63 Make it generic:
-PKGNAME=       avr-gdb-7.6
  +PKGNAME=       ${DISTNAME:S/^/avr-/}
Fix typo:
  -CONFIGURE_ARGS+=       -with-curses
  +CONFIGURE_ARGS+=       --with-curses

Make it real for above CONFIGURE_ARGS:
  +# to link -lcurses.7 => /usr/lib/libcurses.so.7
  +# instead of terminfo
  +.include "../../mk/curses.buildlink3.mk"
2013-08-16 05:59:49 +00:00
Makoto Fujiwara
7da3e52698 Recent setup for 7.6 does not support
bfd_target_elf_flavour
instead only supports
  bfd_target_aout_flavour
  bfd_target_coff_flavour
  bfd_target_ecoff_flavour.
To fix this, we need
+CONFIGURE_ENV+=                gdb_cv_var_elf=yes
as found in native gdb setup (pkgsrc Makefile).
2013-08-11 04:14:34 +00:00
Makoto Fujiwara
0a82d480bb Add TODO file, recording make test result. 2013-07-06 11:07:19 +00:00
Makoto Fujiwara
8b3a0a8f6c Fix error with clang(3.2). Need report to upstream (?). 2013-07-04 13:37:20 +00:00
Makoto Fujiwara
d172d6de4e Import avr-gdb-7.6 as wip/avr-gdb.
GNU Debugger GDB, configured for Atmel AVR microcontroller targets.

This debugger cannot really be used standalone, but is useful in
connection with either AVaRICE (http://avarice.sourceforge.net/)
or simulavr (http://www.freesoftware.fsf.org/simulavr/).
2013-07-04 04:31:43 +00:00