Hi, I am working on a product that involves networking functionalities.
The code is written in C and compiled using GCC to be run on an embedded system with Linux. Is there ways of reducing the size of .exe file to be run on an embedded system? I tried using the -O2 optimisation flags of gcc complier and reduced size by 2 MB. My current exe size after optimisation by -O2 is 8MB.I need to reduce it to 3MB. Are there any other methods of code size reduction? If so,please share. Thanks, Karthiga _______________________________________________ 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
