Hello,
I'm using a OMAPL138 Board and CCSV5. I have just included the dsplib.h. When I'm building any code and I have included the dsplib.h I get an error:
#5 could not open source file "ti/dsplib/src/DSP_blk_eswap16/c674/DSPF_blk_eswap16.h" Vorlage_neu line 44, external location: C:\Programme\Texas Instruments\dsplib_c674x_3_1_0_0\packages\ti\dsplib\src\DSPF_blk_eswap16\DSPF_blk_eswap16.h C/C++ Problem
If I got to the file DSPF_blk_eswap16.h and change
#include <ti/dsplib/src/DSP_blk_eswap16/c674/DSPF_blk_eswap16.h>
to
#include <ti/dsplib/src/DSPF_blk_eswap16/c674/DSPF_blk_eswap16.h>
it works (same for DSPF_blk_eswap32.h and DSPF_blk_eswap64.h).
My question now is, have I done something wrong or is it a failure and it is correct to do the changes above?
Thanks!