How much of an overhead does an ARM elf file add to an application's final size? For example, say I reserve 10K in my linker for an application. Now, can I estimate how big the elf would be? I use the --strip
flag to remove symbols.
↧
Estimate ELF size based on linker memory length
↧