Tool/software: TI C/C++ Compiler
Hi,
I am following the instruction here:
http://processors.wiki.ti.com/index.php/PDK/PDK_TDA_Building_The_Package
in order to build/clean individual modules. For that, the document above states:
- Command to build an examples/demos/libraries you can use following command
gmake -s <app_name/comp> BOARD=<board> CORE=<core>
Command to clean individual targets you can use following command
- gmake -s <target>_clean BOARD=tda3xx-evm CORE=<core>
but when I try that i.e. with the qspi_flash_writer application, it fails:
gmake -s -C <visionsdkPath>\ti_components\drivers\pdk_01_10_01_06\packages\ti\build qspi_flash_writer PROFILE=release BOARD=tda2px-evm CORE=ipu1_0
process_begin: CreateProcess(NULL, c:/ti/ccsv7/utils/cygwin/mkdir -p <visionsdkPath>/ti_components/drivers/pdk_01_10_01_06/packages/ti/binary/qspi_flash_writer/obj/tda2px-evm/ipu1_0/release, ...) failed.
make (e=2): The system cannot find the file specified.
<visionsdkPath>/ti_components/drivers/pdk_01_10_01_06/packages/ti/build/makerules/common.mk:175: recipe for target '<visionsdkPath>/ti_components/drivers/pdk_01_10_01_06/packages/ti/binary/qspi_flash_writer/obj/tda2px-evm/ipu1_0/release' failed
gmake[1]: *** [<visionsdkPath>/ti_components/drivers/pdk_01_10_01_06/packages/ti/binary/qspi_flash_writer/obj/tda2px-evm/ipu1_0/release] Error 2
makefile:137: recipe for target 'qspi_flash_writer' failed
gmake: *** [qspi_flash_writer] Error 2
What I am doing wrong?
Thanks in advance.
Regards,
Alexander