Other Parts Discussed in Thread: TMS5703137
Tool/software: TI C/C++ Compiler
Hi E2E Support Team,
I am compiling software on TMS5703137 device. Currently I am using TI Code generation tools tms470 5.1.6 for Windows (without CCS).
Some of the functions in the software are static. Is it true that TI compiler may make assumptions about the static functions, so that it does not follow ARM EABI? If so, can I change that behavior? I have seen that there is call_assumptions, but it appears to have effect on global symbols.
Is it possible to display somehow using TI tools functions that do not follow EABI method of parameter passing? It appears that DWARF has a calling convention indication like DW_CC_normal, DW_CC_nocall.
Thanks,
Piotr