On Thu, Dec 3, 2009 at 2:09 PM, karthiga renga <[email protected]> wrote: > I used strip too.I was able to reduce size of code.
Are you statically linking your libraries or at run time? Try "gcc -Os" and a smaller libc if possible. Please provide details about your compiler/linker flags and the output. Without this, it's just a cat/mouse game of others trying to guess your build environment and offer vague solutions. Also follow mailing list guidelines and don't top post. - Raja _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
