Hello,
I want to use the mul32(...)-function of the DSPLIB.
I use TMS320C5535 and CCS v4.
I include the "include"-folder of the dsplib via properties "include option".
#include "math.h"
#include "dsplib.h"
#include "tms320.h"
There is a error message:
unresolved symbol mul32(long, first referenced in *,
What can be the reason?
best regards