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.

TDA2EVM5777: TIDL learning lib issue in building , how to use vcvarsall.bat

Part Number: TDA2EVM5777


Hi everybody ,

problem was found during the Building of source on host emulation(section 3.5 of TiDeepLearningLibrary_UserGuide.pdf )

Unclear instructions on how to use vcvarsall.bat (section 3.5.2 of TiDeepLearningLibrary_UserGuide.pdf) .

could you kindly give  proper options  to the bat file  to use to do right  instruction ?

beste regrads

Carlo

  • Hi Carlo,

    As given in the document, we need to run this "vcvarsall.bat" batch file to setup the required environment variables, no options are required just run below shown command..

    C:\ti\REL.TIDLSRC.01.01.03.00\REL.TIDLSRC.01.01.03.00\modules\ti_dl>"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"


    You need to install Microsoft Visual Studio 11.0 (2012) below running this command.

    Thanks,

    Praveen

     

  • Hi Carlo,

    this is a script in Visual Studio directory which mus be run from inside ti_dl install directory to set environment variables. Something like:

    cd .....\REL.TIDL.00.08.00.00\modules\ti_dl

    "C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\vcvarsall.bat"

    and then run gmake commands.

    Regards,

    Yordan

  • Hi Praveen,

    I'm having a new issue, while trying to build Processor Sdk Vision. I'm following VisionSDK_UserGuide_TDA2xx.pdf for the steps to build in Windows 10. The build process is stuck on the last stage with the error you can find attached below.

    Arm gcc is installed, and the first make, done with: 

    • gmake -s -j depend

    completed successfully. After this step I tried to do :

    • gmake -s -j

    and after some time this error occurred:.

      

  • Hi Aleksander,

    Could you please create new thread for this VSDK build issue (as this is not a follow up TIDL question for this thread) so that VSDK team can check and answer this question.

    Thanks,

    Praveen