Other Parts Discussed in Thread: SYSCONFIG, MATHLIB, DP83869, TPIC2810, TCA6424
Hello everyone,
When trying to patch the library due to a the patch of the flash_nor_ospi, I'm facing following issues when following the instructions:
C:\ti\mcu_plus_sdk_am64x_08_06_00_45>gmake -s libs-clean PROFILE=debug Cleaning: board.am64x.r5f.ti-arm-clang.debug.lib ... process_begin: CreateProcess(NULL, C:/ti/ccs1210/ccs/utils/cygwin/rm -rf obj/am64x/ti-arm-clang/debug/r5f/board/, ...) failed. make (e=2): Das System kann die angegebene Datei nicht finden. makefile.am64x.r5f.ti-arm-clang:120: recipe for target 'clean' failed gmake[2]: *** [clean] Error 2 makefile.am64x:868: recipe for target 'board_r5f.ti-arm-clang_clean' failed gmake[1]: *** [board_r5f.ti-arm-clang_clean] Error 2 makefile:62: recipe for target 'libs-clean' failed gmake: *** [libs-clean] Error 2 C:\ti\mcu_plus_sdk_am64x_08_06_00_45>gmake -s libs-clean PROFILE=release Cleaning: board.am64x.r5f.ti-arm-clang.release.lib ... process_begin: CreateProcess(NULL, C:/ti/ccs1210/ccs/utils/cygwin/rm -rf obj/am64x/ti-arm-clang/release/r5f/board/, ...) failed. make (e=2): Das System kann die angegebene Datei nicht finden. makefile.am64x.r5f.ti-arm-clang:120: recipe for target 'clean' failed gmake[2]: *** [clean] Error 2 makefile.am64x:868: recipe for target 'board_r5f.ti-arm-clang_clean' failed gmake[1]: *** [board_r5f.ti-arm-clang_clean] Error 2 makefile:62: recipe for target 'libs-clean' failed gmake: *** [libs-clean] Error 2 C:\ti\mcu_plus_sdk_am64x_08_06_00_45>gmake -s libs PROFILE=release process_begin: CreateProcess(NULL, C:/ti/ccs1210/ccs/utils/cygwin/mkdir -p obj/am64x/ti-arm-clang/release/r5f/board/, ...) failed. make (e=2): Das System kann die angegebene Datei nicht finden. makefile.am64x.r5f.ti-arm-clang:132: recipe for target 'obj/am64x/ti-arm-clang/release/r5f/board/' failed gmake[2]: *** [obj/am64x/ti-arm-clang/release/r5f/board/] Error 2 makefile.am64x:647: recipe for target 'board_r5f.ti-arm-clang' failed gmake[1]: *** [board_r5f.ti-arm-clang] Error 2 makefile:59: recipe for target 'libs' failed gmake: *** [libs] Error 2
Does someone have a clue what I shall do?
I already tried deinstalling and reinstalling the SDK.
My setting:
best regards,