Dear Champs,
My customer is trying to make their unused codes be allocated in the binary and map file.
Is it possible to allocate unused functions in the binary and showing its information in the map file?
e.g. when there is no call function in the main.c file, any functions in other files(a.c, b.c) are not allocated as below.
In this case, any functions in other files(a.c, b.c) are not included in the binary and no information in the map file as below.
But, what my customer wants to do is to allocate functions in the (a.c, b.c) in the binary and showing its information in the map file as below.
Could you please let me know what is the option to allocate these unused functions in the binary?
Thanks and Best Regards,
SI.