Project Home
Project Home
Source Code
Source Code
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Executable size that uses shared library is more than Exe built using static library: (1 Item)
   
Executable size that uses shared library is more than Exe built using static library  
I have built two exe's using RVCT,

1. Built static libraries using armccc & qcc, exe is created using these stastic libraries.
 
2. Built SHARED libraries using armcc & qcc, exe is created using these libraries.

in both the above cases exe is working fine on the target however the size of exe built using shared libraries is more 
than that of the exe built using ststic libraries.

Any insights ???