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.

PROCESSOR-SDK-DRA8X-TDA4X: Build vision_apps in PC emulation mode

Part Number: PROCESSOR-SDK-DRA8X-TDA4X


Hi,

I am facing issues with PC emulation build of vision_apps (target build is successful). In this regard, PSDKRA Add-on package was downloaded and j7_c_models is placed in $PSDKRA_PATH. The build command results in 'missing gcc-5 error'. I tried after upgrading gcc-4.8 to gcc-5. That's when following linker error popped up.

/usr/bin/ld: cannot find dmautils.lib
/usr/bin/ld: cannot find udma.lib
/usr/bin/ld: cannot find sciclient.lib
/usr/bin/ld: cannot find ti.csl.lib
/usr/bin/ld: cannot find ti.osal.lib
/usr/bin/ld: cannot find dmautils.lib
/usr/bin/ld: cannot find udma.lib
/usr/bin/ld: cannot find sciclient.lib
/usr/bin/ld: cannot find ti.csl.lib
/usr/bin/ld: cannot find ti.osal.lib
collect2: error: ld returned 1 exit status

I have noticed that gcc-4.8 was working for target build, whereas upgrading to gcc-5 made the target build also break.

  • Hello,

    You may need to rebuild the dependencies using gcc-5 as well since these missing libs are part of the PDK.  Could you try disabling target build, enabling emulation build, then running "make sdk_scrub" then "make sdk"?  If you are still seeing an error, could you please share with me the log?

    Regards,

    Lucas