Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] sstrip vs. strip
@ 2007-08-19 21:58 Cristian Ionescu-Idbohrn
  2007-08-20  9:56 ` Ulf Samuelsson
  0 siblings, 1 reply; 2+ messages in thread
From: Cristian Ionescu-Idbohrn @ 2007-08-19 21:58 UTC (permalink / raw)
  To: buildroot

If sstrip is selected (instead of the default strip) it needs to be built
early, else things like this:

,----
| make[1]: Leaving directory `buildroot/build_i486/gmp-4.2.1'
| buildroot/build_i486/staging_dir/usr/bin/i486-linux-uclibc-sstrip
| --strip-unneeded buildroot/build_i486/staging_dir/usr/lib/libgmp.so*
| /bin/sh: buildroot/build_i486/staging_dir/usr/bin/i486-linux-uclibc-sstrip:
| No such file or directory
| make: *** [buildroot/build_i486/staging_dir/usr/lib/libgmp.so]
| Error 127
`----

may occur.

Moreover, sstrip does not have any options, so that options like
s-/--strip-all, --strip-unneeded, --remove-section and so on need to be
hidden behind $(STRIP).


Cheers,

-- 
Cristian

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

end of thread, other threads:[~2007-08-20  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-19 21:58 [Buildroot] sstrip vs. strip Cristian Ionescu-Idbohrn
2007-08-20  9:56 ` Ulf Samuelsson

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