I would like to link some of the math functions in C674x fast math library for performance reasons. In particular I need log10sp, exp10sp and recip. Some others like sinsp and sindp I would like to link into external SDRAM. Can some one suggest a suitable linker command file?
Currently I am using
output_section_1 : {
-lc674xfastMath.lib<lib_file.obj>(.criticalCode)
} > IRAM
which seems to do nothing ans the linker complains with no matching section on this line.
Thanks,
Fawad