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.

XDAIS compliant library question

Hi,

I have a working library and I want to make it XDAIS compliant for my project. In order to do so, I have generated a XDAIS compliant project using XDM GenAlg version 7.21 successfully. I followed this link in order to do that.

processors.wiki.ti.com/.../XDM_GenAlg_Wizard_FAQ

However, I understood that the project generated is a "Standard Makefile Project" but not a CCS project. https://e2e.ti.com/support/embedded/tirtos/f/355/t/165201 

Can you please point out to me, where the Compiler options for the generated project are? Please find the screen cap for Project Properties for the GenAlg created project.

I need to set the compiler options because it is important for us to build this project with optimization level enabled in order to verify the performance of the algorithm.

I am currently using CCS Version: 6.0.1.00040.

As shown in the screen cap below, I do not find a C6000 Compiler option. Is there a fix for this?  Evidently there was a fix in older 5.1 and 5.2 versions, but now it's broken again ?

NOTE: Maybe I am doing this all wrong, since I already have a working library and all I need is a XDAIS wrapper around the code. Is there any way that I can include c files from my library and build a XDAIS compliant library in a more simpler way?

--
Thanks!

Regards,
Sarvani Chadalapaka
HPC Systems Engineer
Signalogic Inc.

  • XDAIS development has paused for the last few years, and as a result, those wizards have started to rot.

    If you've already got the wizards running, I'd probably suggest you use them just to generate the wrapper source files you're looking for, and copy them into your existing library's build.  Alternatively, the XDAIS product includes an examples/ directory with very similar/identical sources you could copy into your project.

    Chris

  • Hi Chris,

    Thank you for your response. Yes, we are planning to use the generated source files in our existing library build. 

    Regards,

    Sarvani Chadalapaka
    HPC Systems Engineer
    Signalogic Inc.