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.