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.

TDA4VE-Q1: Compilation failure issue

Part Number: TDA4VE-Q1

Hi TI experts,

SW:SDK10.1

HW:our own board

I am doing a full compilation in the same Ubuntu (22.04) and sometimes I find that compiling TIDL fails. However, when I perform the compilation again, it still compiles successfully. But I can guarantee that I have not made any code changes. Why is this?

Compilation failed log.txt 

BR.

  • Hi Xie,

    It looks like there is either a scratch area/file that is read only or somehow not writable by the Jenkins job.  Do a "sudo chmod -R oug+w"  in the directory.  Another posibility is thre is an Jenkins varible is added twice in the Jenkins script when running more than once:

    /jenkins/workspace/Badin_TDA4_QR_S5D_VECO_LINUX_10.1SDK_PreBuild/TDA4VECO_LINUX_10.1SDK/psdkra/tiadalg/out//C7120/release/tiadalg_image_preprocessing//jenkins/workspace/Badin_TDA4_QR_S5D_VECO_LINUX_10.1SDK_PreBuild/TDA4VECO_LINUX_10.1SDK/psdkra/tiadalg/tiadalg_image_preprocessing/alg/tiadalg_image_preprocessing_c66.dep

    The path appears to be repeated.   I suggest you run the compile outside of Jenkins first and make sure it works, then run it under Jenkins.

    Regards,

    Chris

  • Hi Chris,

    Okay, I will observe whether there is such a compilation failure issue in a non Jenkins environment. This issue will be temporarily closed for now.

    BR.