Re: Is it required to compile all libraries with toolchain used with gdb ?
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 21 Apr 2018 15:20:26 +0200, Ran Shalit wrote: > Is it required to compile all libraries with same toolchain which > created the gdb/gdbserver. No. It is recommended to use GCC as this is what has been used==tested most with GDB. It does not matter which toolchain is used for GDB/gdbserver as long as they run (again the highest probability of success is with GCC). Jan