This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
Hello,
into my compiled elf file I see that all the symbols inside it have the visibility set to HIDDEN.
I have tried to force the visibility to DEFAULT with the --unhide flag, but the results is still the same.
Do you know how to correctly unhide the symbols?
Thanks in advance
Antonio
Antonio Serena said:Do you know how to correctly unhide the symbols?
Unfortunately, there is no way to do it.
The option --unhide has no effect on symbol visibility. This article (which is out-of-date) shows the context in which it was used.
Thanks and regards,
-George