[elbe-devel] [PATCH] sdk: Add missing run/debug components
Benedikt Spranger
b.spranger at linutronix.de
Mon Jan 29 16:32:08 CET 2024
On Mon, 29 Jan 2024 13:07:02 +0106
John Ogness <john.ogness at linutronix.de> wrote:
> A toolchain typically contains everything necessary to build, run,
> and debug software. Although the ELBE SDK contains everything
> necessary to build, it does not contain everything necessary to
> run and debug the software. The missing components are:
>
> ldconfig: To setup the dynamic loader cache on the target.
>
> gdbserver: To perform remote debugging on the target.
>
> glibc debug symbols: To debug the libraries provided by the
> toolchain.
>
> Add these 3 missing components.
>
> Signed-off-by: John Ogness <john.ogness at linutronix.de>
> ---
> elbepack/elbeproject.py | 11 ++++++++++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
Pushed the patch to our test system.
Bene
More information about the elbe-devel
mailing list