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.

RTOS/TDA2EVM5777: VisionSDK 3.06 building error

Part Number: TDA2EVM5777

Tool/software: TI-RTOS

Hello sir,

I am trying to build the Vision SDK 3.06. i am getting the error as shown below using this command gmake -s -j depend on windows.

MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
MAKEFILE.MK:127: warning: overriding commands for target `apps_dsp2'
MAKEFILE.MK:127: warning: ignoring old commands for target `apps_dsp2'
MAKEFILE.MK:139: warning: overriding commands for target `apps_a15'
MAKEFILE.MK:139: warning: ignoring old commands for target `apps_a15'
MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
MAKEFILE.MK:162: warning: overriding commands for target `apps_ipu2'
MAKEFILE.MK:162: warning: ignoring old commands for target `apps_ipu2'
MAKEFILE.MK:168: warning: overriding commands for target `libs'
MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
MAKEFILE.MK:184: warning: overriding commands for target `clean'
MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
MAKEFILE.MK:267: warning: overriding commands for target `depend'
MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
MAKEFILE.MK:274: warning: overriding commands for target `header'
MAKEFILE.MK:274: warning: ignoring old commands for target `header'
MAKEFILE.MK:279: warning: overriding commands for target `footer'
MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
MAKEFILE.MK:285: warning: overriding commands for target `all'
MAKEFILE.MK:285: warning: ignoring old commands for target `all'
gmake[3]: *** No rule to make target `;'. Stop.
gmake[3]: *** Waiting for unfinished jobs....
gmake[2]: *** [depend] Error 2
gmake[1]: *** [links_fw_depend] Error 2
gmake: *** [depend] Error 2

Thanks ,

Madhav

  • Hi Madhav,

    which MAKECONFIG you set in Rules.make?

    Can you try clean build and see if the issue persists (including removing "binaries" folder)?

    Regards,
    Yordan
  • Dear Yordan,

    MAKECONFIG?=tda2xx_evm_bios_all



    Thanks,
    Madhav
  • Hi Madhav,

    can you run "where gmake" and confirm that the one from <Install_dir>/ti_components/os_tools/windows/xdctools_x_xx_xx_xx is called?
    Also would it be possible to try with git bash?

    Regards,
    Yordan
  • Hi Madhav,

    In addition to what Yordan said please try building without "-j" option.

    Regards,
    Rishabh
  • Hi Yordan,

    it is taking gmake from XDC folder.

    thanks,
    Madhav
  • Hi Madhav,

    were you able to try Rishabh's suggestion (run build without '-j' option)?
    Can you try clean build:

    1. Remove vision_sdk\binaries directory
    2 Run:
    gmake clean
    gmake -s depend
    gmake -s

    Regards,
    Yordan
  • Hi Yordan,

    i have tried without  '-j' option getting the same error

    and i have tried "gmake depend " also 

    getting this type of error

    KEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
    MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
    MAKEFILE.MK:127: warning: overriding commands for target `apps_dsp2'
    MAKEFILE.MK:127: warning: ignoring old commands for target `apps_dsp2'
    MAKEFILE.MK:139: warning: overriding commands for target `apps_a15'
    MAKEFILE.MK:139: warning: ignoring old commands for target `apps_a15'
    MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
    MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
    MAKEFILE.MK:162: warning: overriding commands for target `apps_ipu2'
    MAKEFILE.MK:162: warning: ignoring old commands for target `apps_ipu2'
    MAKEFILE.MK:168: warning: overriding commands for target `libs'
    MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
    MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
    MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
    MAKEFILE.MK:184: warning: overriding commands for target `clean'
    MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
    MAKEFILE.MK:267: warning: overriding commands for target `depend'
    MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
    MAKEFILE.MK:274: warning: overriding commands for target `header'
    MAKEFILE.MK:274: warning: ignoring old commands for target `header'
    MAKEFILE.MK:279: warning: overriding commands for target `footer'
    MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
    MAKEFILE.MK:285: warning: overriding commands for target `all'
    MAKEFILE.MK:285: warning: ignoring old commands for target `all'
    gmake[3]: *** No rule to make target `;'. Stop.
    gmake[3]: Leaving directory `D:/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/links_fw/src/rtos'
    gmake[2]: *** [depend] Error 2
    gmake[2]: Leaving directory `D:/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/links_fw/src/rtos'
    gmake[1]: *** [links_fw_depend] Error 2
    gmake[1]: Leaving directory `D:/PROCESSOR_SDK_VISION_03_06_00_00/vision_sdk/build'
    gmake: *** [depend] Error 2

    Regards,

    Madhav

  • Hi Madhav,

    do you use "cmd" to build?
    Can you try with git bash and see if it is successful?

    Regards,
    Yordan
  • Madhav,

    You can download git bash from internet and use the same.
    You can also try the build on a linux machine.

    Regards,
    Rishabh
  • Thanks for the response to Rishabh and Yordan it successfully build for windows.

    Regards,
    Madhav

  • Hi Madhav,

    Glad that the issue is resolved.

    Please mark the posts that answered your query as "This resolved my issue".

    Regards,

    Rishabh