Hello Bill,
I did it so:
1) Copy mathlib.h into project
In my case from:
"C:\ti\mathlib_c674x_3_1_0_0\packages\ti\mathlib\mathlib.h
To
''C:\Work\VIDEO_test\VIDEO_test_flash\mathlib.h''
2) Add paths to compiler and linker
-CCS5: project explorer=> right click on your project=>Properties=>C6000 Compiler=>Include options=>
add: path to packages
in my case:
"C:\ti\mathlib_c674x_3_1_0_0\packages"
-CCS5: project explorer=> right click on your project=>Properties=>C6000 Linker=> File Search Path=> add library file=> add: path to mathlib.lib
in my case:
"C:\ti\mathlib_c674x_3_1_0_0\packages\ti\mathlib\lib\mathlib.lib"
3) #include "mathlib.h" in any .c file in your project, where you need to use the mathlib functions
4) call functions
Best regards
Petr Duga