Hello
(target is C6678, SYSBIOS 1.25)
In mathlib 3.1.1.0 packages/ti there is no 'mas' folder as in previous errors.
Then when a CFG tries to do
var Mathlib = xdc.useModule('ti.mathlib.Version');
it " can't locate the package 'ti.mas.swtools' "
...
Also when compiling an application, only including #include <ti/mathlib/mathlib.h>
leads to these warning and errors
"mathlib_c66x_3_1_0_0/packages/ti/mathlib/src/asinhdp/c66/asinhdp_i.h", line 167: warning #179-D: variable "upper" was declared but never referenced
"mathlib_c66x_3_1_0_0/packages/ti/mathlib/src/atan2dp/c66/atan2dp_i.h", line 69: warning #179-D: variable "MIN" was declared but never referenced
mathlib_c66x_3_1_0_0/packages/ti/mathlib/src/atandp/c66/atandp_i.h", line 102: error #249: function "pol_est_asindp_i" has already been defined
...
The same application with the previous mathlib 3.0.1.1 works.
There's something wrong with your latest delivery or I am missing something.
Clement