Tool/software: TI-RTOS
Hi,
The SDK verion: PROCESSOR_SDK_VISION_03_03_00_00
Inside the PDK there is a top-level makefile at <PDK_INSTALL>/packages/ti/build that can be used to build some of the sub-components found within the PDK (e.g. vps_examples_displayDss, vps_examples_loopback, etc). <PDK_INSTALL> is at: PDK_INSTALL_PATH ?= $(SDK_INSTALL_PATH)/ti_components/drivers/pdk_$(PDK_VERSION)/packages location and SDK_INSTALL_PATH is at: SDK_INSTALL_PATH ?= C:/ti location. Now I navigate to top-level makefile at C:\PROCESSOR_SDK_VISION_03_03_00_00\ti_components\drivers\pdk_01_09_00_17\packages\ti\build location and run gmake command but I getting the below error:
Build Steps:
C:\Users\Omid>cd C:\PROCESSOR_SDK_VISION_03_03_00_00\ti_components\drivers\pdk_01_09_00_17\packages\ti\build
C:\PROCESSOR_SDK_VISION_03_03_00_00\ti_components\drivers\pdk_01_09_00_17\packages\ti\build>gmake -s all BOARD=tda2px-evm CORE=ipu1_0
Rules.make:275: C:/ti/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/comp_paths.mk: No such file or directory
Rules.make:280: C:/ti/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules/build_config.mk: No such file or directory
Rules.make:281: C:/ti/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules/platform.mk: No such file or directory
Rules.make:282: C:/ti/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules/env.mk: No such file or directory
gmake: *** No rule to make target `C:/ti/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules/env.mk'. Stop.
If I change SDK_INSTALL_PATH ?= C:/ti (deafult value) to SDK_INSTALL_PATH ?= C:/PROCESSOR_SDK_VISION_03_03_00_00 the issue will resolve. Why it is wrong?
Best regards, Omid