public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* Is it required to compile all libraries with toolchain used with gdb ?
@ 2018-04-21 13:20 Ran Shalit
  2018-04-21 14:44 ` Ran Shalit
  2018-04-21 20:13 ` Jan Kratochvil
  0 siblings, 2 replies; 3+ messages in thread
From: Ran Shalit @ 2018-04-21 13:20 UTC (permalink / raw)
  To: gdb, gdb

Hello,

Is it required to compile all libraries with same toolchain which
created the gdb/gdbserver.
For example, I have in sysroot pthread.so, but it might have been
compiled with other toolchian than the toolchain used for
gdb/gdbserver.
The main application, though is compiled with the same toolchin.

Best regards,
ranran

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Is it required to compile all libraries with toolchain used with gdb ?
  2018-04-21 13:20 Is it required to compile all libraries with toolchain used with gdb ? Ran Shalit
@ 2018-04-21 14:44 ` Ran Shalit
  2018-04-21 20:13 ` Jan Kratochvil
  1 sibling, 0 replies; 3+ messages in thread
From: Ran Shalit @ 2018-04-21 14:44 UTC (permalink / raw)
  To: gdb, gdb

Hello,

Is it required to compile all libraries with same toolchain which
created the gdb/gdbserver.
For example, I have in sysroot pthread.so, but it might have been
compiled with other toolchian than the toolchain used for
gdb/gdbserver.
The main application, though is compiled with the same toolchin.

Best regards,
ranran

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Is it required to compile all libraries with toolchain used with gdb ?
  2018-04-21 13:20 Is it required to compile all libraries with toolchain used with gdb ? Ran Shalit
  2018-04-21 14:44 ` Ran Shalit
@ 2018-04-21 20:13 ` Jan Kratochvil
  1 sibling, 0 replies; 3+ messages in thread
From: Jan Kratochvil @ 2018-04-21 20:13 UTC (permalink / raw)
  To: Ran Shalit; +Cc: gdb

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-04-21 14:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-21 13:20 Is it required to compile all libraries with toolchain used with gdb ? Ran Shalit
2018-04-21 14:44 ` Ran Shalit
2018-04-21 20:13 ` Jan Kratochvil

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).