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.

SALLD library builsing problems.

Dear Ti employee,

I am having problems building the SALLD libraries shared by you guys..

I want to make changes in the C:\ti\salld_1_0_5_4\packages\ti\drv\sa\src\proto\airciph\salldac.c file.

Since it is part of the SALLD library my changes are not reflected while executing the example code.

So i followed the instructions in the User guide to install the SALLD libraries....

First i assigned paths to the environmental variables...

 

 then i executed the sasetupenv.bat file.

then i executed the sabiuld.bat file.

 i got the error highlited in the image above...

please guide me on how to solve this issue.

Regards

Praveen John philip 

 

  • Praveen,

    The makefile C:\ti\salld_1_0_5_4\packages\ti\drv\sa tried to build 3 libraries. The first 2 C66x targets have been rebuilt and the the last one (ARM build) failed since the tool directory is not provided. The ARM library can only be re-built at Linux environment.

    Sorry for the confusion in the build process. We need to address this issue at the next release. However, you should be able to see C66x target under C:\ti\salld_1_0_5_4\packages\ti\drv\sa\lib re-built already and work from there.

    Regards, Eric

  • Dear Eric,

    Thanks for the prompt reply.

    Regards,

    Praveen