strip is used to remove various symbols from a binary object. Without options, strip removes the debugging section of the object, thus making debugging impossible, but the binary is smaller.
see Geert Vancompernolle a écrit : > > --- In [email protected] <mailto:foxboard%40yahoogroups.com>, > Roberto Asquini <[EMAIL PROTECTED]> wrote: > > > > Hi Hugo, > > > > libstdc++ is far too big to stay inside the Fox Flash memory. > > try compiling it statically and cris-strip it then you can execute on > > the Fox without any library. > > > > Roberto Asquini > > Hi Roberto, > > What exactly is the stripping feature doing? Is it kicking out all > functionality in the libstdc++ library that is not used in the > application? > > Best rgds, > > --Geert > >
