Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] gdbserver with external crosstool
@ 2012-08-23  8:45 Aras Vaichas
  2012-08-24  9:34 ` Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Aras Vaichas @ 2012-08-23  8:45 UTC (permalink / raw)
  To: buildroot

I've got a question about building gdbserver when an external
toolchain is selected.

in toolchain/gdb/Config.in:

config BR2_PACKAGE_GDB_SERVER
        bool "Build gdb server for the Target"
        depends on !BR2_TOOLCHAIN_EXTERNAL
        help
            Build the gdbserver stub to run on the target.
            A full gdb is needed to debug the progam.

Why doesn't Buildroot build gdbserver when an external toolchain is selected?

I noticed that both gdbserver and gdb are built (with the external
toolchain) by Buildroot, but only gdb is copied over to the target.

I see that BR2_TOOLCHAIN_EXTERNAL_GDB_SERVER_COPY allows the gdbserver
from the external toolchain to be copied over.

So why doesn't Buildroot allow me to copy over the gdbserver that I
built within Buildroot?

Aras Vaichas

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

end of thread, other threads:[~2012-08-24 10:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-23  8:45 [Buildroot] gdbserver with external crosstool Aras Vaichas
2012-08-24  9:34 ` Thomas Petazzoni
2012-08-24 10:22   ` Aras Vaichas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox