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.

Compiler/66AK2G02: Building K2G Processor SDK

Part Number: 66AK2G02

Tool/software: TI C/C++ Compiler

Hello
I'm currently trying to build the examples from the K2G Processor rtoa SDK and get the following errors

Description    Resource    Path    Location    Type
Product 'ti.mas.aer.c55l_cpuv3.3' v17.0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.    K2G_bf        K2G_bf    Problems

Description    Resource    Path    Location    Type
Product 'ti.mas.aer.c64Px' v17.0.0 is not currently installed and no compatible version is available. Please install this product or a compatible version.    K2G_bf        K2G_bf    Problems

Description    Resource    Path    Location    Type
Product 'ti.mas.volib.C66' v2.1.0.1 is not currently installed and no compatible version is available. Please install this product or a compatible version.    K2G_bf        K2G_bf    Problems

Could you tell me what I need to install to get these files / libs, I assumed everything would be included in the Processor SDK, or is this just a problem with an incorrect path setting somewhere.

Many Thanks
Bob Bacon

  • Hello
    After some digging I believe this is related to the Telecoms Libraries VOLIB.
    I installed the C66x ver sion (2.1.0.2) which removed the 3rd error but installing the C55L cpu3v3 and c64P versions (again 2.1.0.1) did not help with the first two errors.

    However if I do a search in the olib_C64P_2_1_0_1 directory I can't see ti.mas.aer.c64Px (or with the C55) like I can with volib_C66_2_1_0_1

    Why am I getting Errors relating to the C55 and C64P dsp's with the K2G Processor SDK anway ?

    Any idea how to get this to build as I am really starting to struggle here.

    Thanks
    Bob Bacon
  • Hi,

    Are you building with CCS? Or do you use terminal console? Which CCS & SDK versions are you using?
    If you're using make, have you configured your environment properly?
    If you're building with CCS (which version do you use?), have you checked that all libraries are included in the project paths? Right-click on the project, select properties and check the options.

    Best Regards,
    Yordan
  • Hi Yordan
    I'm building with CCS and upgraded to latest version just to be safe, i.e. 7.3.0.00019

    I have been installing packages by a sort of semi-intelligent trial and error method and just discovered I also needed to install AEC-AER (Acoustic Error Cancelling) package to remove these errors.

    This probably isn't a Compiler Error as such but more to do with Documentation for the K2G Processor SDK as normally the manifest would list the requirements of any additional packages that need installing but I cant see anything (perhaps I'm looking in the wrong place).

    I then had a few issues due to the XDCTools version I am using - but this is listed in the Manifest document as 3.32.1 and when I switched to this it solved that problem.

    I'm now having problems with location of types.h (and I suspect other headers) file so I will have to go and check the PATH settings.

    As an observation, I don't think this would be a great experience for customers if this is their first time using of Processor SDK.

    I'll let you know when I manage to resolve the final issues.

    Regards
    Bob Bacon
  • Hi Bob,

    As an observation, I don't think this would be a great experience for customers if this is their first time using of Processor SDK

    Agree, let me know if you find any issues in the process of building the SDK. I've notified the RTOS team about this issue.

    Best Regards,
    Yordan
  • Bob,
    Noted on the feedback.
    Where you able to get past your build issues?
    Not sure if you saw this video on getting setup with this project training.ti.com/voice-preprocessing-demo-on-evmk2g

    Lali