Part Number: DRA78XEVM
Other Parts Discussed in Thread: MATHLIB, OMAPL138
I am trying to build the PDK according to the wiki https://processors.wiki.ti.com/index.php/PDK/PDK_TDA_Building_The_Package
But I am getting errors
ay36742@WS313793 MINGW32 /c/TI/pdk_dra7xx_1_0_10/packages/ti/build
$ gmake -s allcores BOARD=tda3xx-evm
process_begin: CreateProcess(NULL, c:/ti/ccs910/utils/cygwin/echo ------------------------------------------------------, ...) failed.
make (e=2): The system cannot find the file specified.
gmake[1]: *** [version] Error 2
......
make (e=2): The system cannot find the file specified.
gmake[1]: *** [version] Error 2
process_begin: CreateProcess(NULL, c:/ti/ccs910/utils/cygwin/echo ------------------------------------------------------, ...) failed.
make (e=2): The system cannot find the file specified.
gmake[1]: *** [version] Error 2
process_begin: CreateProcess(NULL, c:/ti/ccs910/utils/cygwin/echo ------------------------------------------------------, ...) failed.
make (e=2): The system cannot find the file specified.
gmake[1]: *** [version] Error 2
gmake: *** [allcores] Error 2
I do not have folder cygwin in path: c:/ti/ccs910/utils/cygwin/
What alternative I can use ?