How to decide the version of the debugger
"顺" <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I want to build gdb and gdb server for my device. But I don't know to use which version of gdb. I searched that gcc and gdb version compatibility on Google for long time, there are no detailed result. Such as, $ aarch64-buildroot-linux-gnu-g++ -v $ gcc version 6.4.0 (Buildroot 2018.02-rc3-05959-gf2d251d) How can I found the version supported table between gdb and gcc ? It's my first time to do that. Regards. Shun