|
Executable size that uses shared library is more than Exe built using static library
|
11/26/2010 6:18 AM
post76106
|
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 ???
|
|
|