public inbox for libc-help@sourceware.org
 help / color / mirror / Atom feed
* tools only installation?
@ 2023-07-30 11:58 Vincent Fortier
  2023-08-01 20:52 ` Adhemerval Zanella Netto
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Fortier @ 2023-07-30 11:58 UTC (permalink / raw)
  To: libc-help

Hi,

Currently maintaining a SynoCommunity development package with a set
of various tools including compilers.  One thing I'd really much like
to add is ldd, as everything being cross-compiled, having a native ldd
would be helpful to check shared libraries relationships directly from
its installed destination.

So I've been playing with glibc to cross-compile it, which now works.
Although I now have two remaining issues:
1. I can't find a way to install only the set of glibc tools, without
the entire library or any include files?  Focus being in particular to
ldd.
2. Presumably in lack of a solution for item 1, when invoking glibc
build after my other set of tools already built in planning to
generate a resulting package, glibc ends-up colliding with the already
installed gmp.h include file, coming from binutils who required gmp as
dependency.  I'm presuming I should not build glibc first as
everything else will be bound to that newer version of glibc instead
of the one provided by the Synology toolchain.

github PR: https://github.com/SynoCommunity/spksrc/pull/5824

Help or pointers would be really much appreciated.

Thnx in advance.

Vincent Fortier

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

end of thread, other threads:[~2023-08-01 20:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-30 11:58 tools only installation? Vincent Fortier
2023-08-01 20:52 ` Adhemerval Zanella Netto

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).