Question
SBSFU and userApp bigelf size
Hello,
I am trying to generate the combined elf file with SBSFU and user app. The provided postbuild scripts use the following code to create the file:
command=$programmertool" -ms "$elf" "$headerbin" "$sbsfuelfThere is a problem that the combined elf file is huge. For my own application it is 147M and for the example userApp 59M. Why is the file so big? How do I get a normal combination elf file? The combination bin-file is normal and works.
