Question about static or dynamic linking of userspace app

Andrew Stubbs ams at codesourcery.com
Wed Feb 9 18:09:59 UTC 2011


On 09/02/11 16:13, Fabio Giovagnini wrote:
> sh-uclinux-strip --strip-debug
> is the only opstion or I can reduce more and more with other options?

I believe that is all. You could strip all symbols from static binaries, 
but I think that will break dynamic ones.

> mkliubs is available with sh-uclinux lite or not?
> If yes where can I download it and study hiow to use it?

mklibs is not included in the sh-uclinux package, not in any of the Lite 
releases (I believe). It is included in the sh-linux full product.

mklibs is implemented in python and uses the binutils for most of what 
it does, so will probably work. No promises though.

I'm not sure where the official upstream is, but both debian and ubuntu 
have it in their source repositories.

Andrew



More information about the superh-gnu-discuss mailing list