Part Number:PROCESSOR-SDK-C674X
Tool/software: TI C/C++ Compiler
Hello all,
I'm using dsplib 3.4.0.0 (latest one as for today) and get the following compilation error when calling the function DSPF_sp_blk_move:
#20 identifier "DSPF_sp_blk_move" is undefined
I believe the problem is that the file DSPF_sp_blk_move.h contains a typo.
It should be
#ifndef _DSPF_SP_BLK_MOVE_H_ #define _DSPF_SP_BLK_MOVE_H_ 1
instead of
#ifndef DSPF_sp_BLK_MOVE_H_ #define DSPF_sp_BLK_MOVE_H_ 1
on the top of the file.
I think this issue has already been addressed in the following topic, though with a different version of the library and a warning instead of an error:
Best,
Edgar