Version in use: v0.4.0-rc1-194-gf7a6e62 Configuration: ./configure --enable-maintainer-mode --enable-jlink --enable-ft2232_libftdi --enable-usb_blaster_libftdi --enable-amtjtagaccel CFLAGS=-O0\ -g3
Config file: > source [find interface/axm0432.cfg] > > set CPUTAPID 0x01c0001d > source [find target/dsp56321.cfg] > > jtag_khz 1000 openocd segfaults upon connecting to it. I've tracked it down to target_get_gdb_reg_list being called when target->type->get_gdb_reg_list is null. Tracing back to where the target->type comes from, it never gets set in dsp563xx.c, so is null. Why isn't this set? If it's not supposed to be set, why is target_get_gdb_reg_list being called? _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
