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.

CCS/TDA2E: No such file or directory

Part Number: TDA2E

Tool/software: Code Composer Studio

Hello!


I have no idea what happened, but I start get the next messages when start compile VISION SDK:

c:\ti\SDK_VI\vision_sdk\build>gmake -s -j4 depend
Rules.make:82: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/defaults.mk: No such file or directory
Rules.make:83: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/cfg.mk: No such file or directory
Rules.make:84: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_header_cfg.mk: No such file or directory
Rules.make:86: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_footer_cfg.mk: No such file or directory
gmake: *** No rule to make target `c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_footer_cfg.mk'. Stop.

I'm sure there are files in the specified directories.

In file Rules.make I set paths:

ROOTDIR:=c:/ti/SDK_VI/vision_sdk
MAKERULEDIR := $(ROOTDIR)/build/rtos/makerules
export MAKERULEDIR

without it I get next message when start compile:

c:\ti\SDK_VI\vision_sdk\build>gmake -s -j4 depend
Rules.make:82: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/defaults.mk: No such file or directory
Rules.make:83: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/cfg.mk: No such file or directory
Rules.make:84: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_header_cfg.mk: No such file or directory
Rules.make:86: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_footer_cfg.mk: No such file or directory
Rules.make:91: /build_config.mk: No such file or directory
Rules.make:92: /platform.mk: No such file or directory
Rules.make:93: /env.mk: No such file or directory
Rules.make:94: /component.mk: No such file or directory
gmake: *** No rule to make target `/component.mk'.  Stop.

What could be the problem?

In the same time I compile sucsessfully pdk_01_10_04_05\packages\ti\build\ with command: gmake -s BOARD=tda2ex-evm BUILD_PROFILE=debug CORE=ipu1_0

  • Hi,

    To build the vision SDK, please follow the TDA2Ex user-guide & discard your changes.

    vision_sdk/docs/UserGuides/VisionSDK_UserGuide_TDA2Ex.pdf

    Thanks

    Gaviraju

  • I do the next:
    1. Open cd c:\ti\SDK_VI\vision_sdk\build\ in command prompt.
    2. Open file \vision_sdk\build\Rules.make and set MAKECONFIG=tda2ex_evm_bios_all.
    3. I don't open cfg.mk and not change it.
    4. The gmake path set in system path:

    c:\ti\SDK_VI\vision_sdk\build>gmake -v
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.

    This program built for Windows32
    5. When I set in command prompt: gmake -s -j depend I get:

    c:\ti\SDK_VI\vision_sdk\build>gmake -s -j depend
    Rules.make:82: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/defaults.mk: No such file or directory
    Rules.make:83: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/cfg.mk: No such file or directory
    Rules.make:84: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_header_cfg.mk: No such file or directory
    Rules.make:86: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_footer_cfg.mk: No such file or directory
    Rules.make:90: /build_config.mk: No such file or directory
    Rules.make:91: /platform.mk: No such file or directory
    Rules.make:92: /env.mk: No such file or directory
    Rules.make:93: /component.mk: No such file or directory
    gmake: *** No rule to make target `/component.mk'. Stop.

    When I set in command prompt gmake -s showconfig I get:

    c:\ti\SDK_VI\vision_sdk\build>gmake -s showconfig
    Rules.make:82: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/defaults.mk: No such file or directory
    Rules.make:83: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/cfg.mk: No such file or directory
    Rules.make:84: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_header_cfg.mk: No such file or directory
    Rules.make:86: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_footer_cfg.mk: No such file or directory
    Rules.make:90: /build_config.mk: No such file or directory
    Rules.make:91: /platform.mk: No such file or directory
    Rules.make:92: /env.mk: No such file or directory
    Rules.make:93: /component.mk: No such file or directory
    gmake: *** No rule to make target `/component.mk'. Stop.

    When I set in command prompt gmake -s clean I get:

    c:\ti\SDK_VI\vision_sdk\build>gmake -s clean
    Rules.make:82: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/defaults.mk: No such file or directory
    Rules.make:83: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/cfg.mk: No such file or directory
    Rules.make:84: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_header_cfg.mk: No such file or directory
    Rules.make:86: c:/ti/SDK_VI/vision_sdk/sample_apps/configs/autorules_footer_cfg.mk: No such file or directory
    Rules.make:90: /build_config.mk: No such file or directory
    Rules.make:91: /platform.mk: No such file or directory
    Rules.make:92: /env.mk: No such file or directory
    Rules.make:93: /component.mk: No such file or directory
    gmake: *** No rule to make target `/component.mk'. Stop.

    Where am I wrong?

    George

  • Hi,

    Please remove the below changes added in the Rules.make & make sure the gmake path is exported 

    ROOTDIR:=c:/ti/SDK_VI/vision_sdk
    MAKERULEDIR := $(ROOTDIR)/build/rtos/makerules
    export MAKERULEDIR
    Apart from the changes mentioned in the user-guide what changes you have done in vision SDK directory as of now?
    Thanks
    Gaviraju