In my DSP/BIOS application I call CLK_gethtime() and get to following linker warning:
warning: conservatively using trampoline for call destination "CLK_F_gethtime";
generation and use of this trampoline can potentially be avoided if the
--symbol_map option is used to re-direct symbol references instead of using
symbol assignments
I don't really understand what the problem is. How can I avoid this?
I'm using CGT 6.1.9 together with DSP/BIOS 5.33.04.
Robert