riscvarchive / riscv-binutils-gdb

RISC-V backports for binutils-gdb. Development is done upstream at the FSF.
GNU General Public License v2.0
148 stars 233 forks source link

GDB internal error #242

Open Rahul13694 opened 3 years ago

Rahul13694 commented 3 years ago

A Process during runtime is stopping and making a core file when trying to find the reason for the disruption getting this error: "internal error - unimplemented function unk_lang_create_fundamental_type called.". Any idea as to why getting such error and how to resolve it?

jim-wilson commented 3 years ago

In general, the best place to find gdb experts is on the FSF gdb mailing list.

unk_lang_create_fundamental_type was removed in 2007 which is long before RISC-V support was added upstream. If you are using some old custom gdb port, it will be hard to get any support for it.