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.

CCS: ccsv8.1 and imglib 3.2

Other Parts Discussed in Thread: MATHLIB, FFTLIB

Tool/software: Code Composer Studio

My ccs version is 8.1.0.00011 and  SDK for C667x version is 05.00.00.15, 

SDK for C667x 05.00.00.15 include imglib 3.1.1.0 and mathlib 3.1.1.0,

from Ti web I find the latest version is imglib 3.2.0.1 and mathlib 3.1.2.1.

I uninstall old version imglib and mathlib and install the latest version.

mathlib is ok, ccs v8.1 can not rediscover imglib 3.2.0.1.

(From Window->Rreference->Code Composer Studio->Products->Rediscover)

I do more test,ccs v7.1 is ok,Is there somthing wrong?

SDK for C667x 05.00.00.15 not include the lastest version imglib and mathlib,why?

thanks!

  • ello

    user4528675 said:
    mathlib is ok, ccs v8.1 can not rediscover imglib 3.2.0.1.

    The issue is that the imglib 3.2.0.1 package is missing some required files needed by CCS to be detected:

    imglib 3.1.1.0 has those files:

    while imglib 3.2.0.1 does not:

    user4528675 said:
    SDK for C667x 05.00.00.15 not include the lastest version imglib and mathlib,why?

    Likely the new imglib/mathlib came out after the SDK or was released too close to the SDK release date.

    I will move this thread to the keystone forums to bring this issue to their attention

    Thanks

    ki

  • thanks! fftlib 3.1.1.0 also miss some required files.
  • I patched missed imglib and fflib files,everything is ok.

    also find libarch and linalg mixed in products.

    C:\ti\libarch_1_0_0_0\eclipse\plugins\com.ti.rtsc.libarch.product.ui_1.0.0.00\toc_top.xml
    "Library Architecture and Framework 1.00.00.00" ought to be "Library Architecture and Framework 1.0.0.00"
    C:\ti\linalg_1_2_0_0\eclipse\plugins\com.ti.rtsc.linalg.product.ui_1.2.0.00\toc_top.xml
    "Dense Linear Algebra Library 1.02.00.00" ought to be ""Dense Linear Algebra Library 1.2.0.00"
  • everything is ok!

    fftlib imglib libarch linalg

  • Note that a bug has been filed to add the missing files to the package. The tracking ID is: PROC_LIBS-320

    Thanks
    ki