This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Problem with dsplib on C6748

Hello,

I installed dsplib from http://software-dl.ti.com/sdoemb/sdoemb_public_sw/dsplib/latest/index_FDS.html

I add my command line #include "dsplib.h", However, i get an error:

Description Resource Path Location Type
#1965 cannot open source file "ti/dsplib/src/DSPF_blk_eswap16/DSPF_blk_eswap16.h" .ccsproject /mete line 38, external location: C:\ti\dsplib_c674x_3_4_0_0\packages\ti\dsplib\dsplib.h C/C++ Problem

I added include and linker pathes as follows
include -> C:\ti\dsplib_c674x_3_4_0_0\packages\ti\dsplib
linker ->  "C:\ti\dsplib_c674x_3_4_0_0"

Thank you for your help.
Best regards.

  • Welcome to the TI E2E forum. I hope you will find many good answers here and in the TI.com documents and in the TI Wiki Pages (for processor issues). Be sure to search those for helpful information and to browse for the questions others may have asked on similar topics (e2e.ti.com).

    We will get back to you on the above query shortly. Thank you for your patience.

    Note: We strongly recommend you to create new e2e thread for your queries instead of following up on an old/closed e2e thread, new threads gets more attention than old threads and can provide link of old threads or information on the new post for clarity and faster response.

  • Since the path the compiler is trying to find starts with ti/dsplib/src.... , go find that path and see if you can find the eswap16.h file so you know it is on your computer somewhere.

    Then make sure you have an include path that gets to the folder that include ti/dsplib/src.... That is what the compiler is looking for.

    You can find these by searching on your computer in the dsplib folder, then cut-and-paste the right path and add it to your compiler's search paths in CCS.

    Regards,
    RandyP