Hi,
I'm using the mcu_plus_sdk_am243x_08_05_00_24 SDK. I want to rebuild few of the libraries that are provided with SDK and was following the tutorial here. But it doesn't seem to work. I'm on Windows 10, using command prompt to run the gmake.
Please find below the logs when the gmake commands are run:
C:\Users\tonyjosi>gmake -vGNU Make 4.1Built for Windows32Copyright (C) 1988-2014 Free Software Foundation, Inc.License GPLv3+: GNU GPL version 3 or later <gnu.org/.../gpl.html>This is free software: you are free to change and redistribute it.There is NO WARRANTY, to the extent permitted by law.
Attempt 1:
C:\ti\mcu_plus_sdk_am243x_08_05_00_24>gmake -s libs PROFILE=debugprocess_begin: CreateProcess(NULL, C:/ti/ccs1210/ccs/utils/cygwin/mkdir -p obj/am243x/ti-arm-clang/debug/r5f/board/, ...) failed.make (e=2): The system cannot find the file specified.makefile.am243x.r5f.ti-arm-clang:132: recipe for target 'obj/am243x/ti-arm-clang/debug/r5f/board/' failedgmake[2]: *** [obj/am243x/ti-arm-clang/debug/r5f/board/] Error 2makefile.am243x:470: recipe for target 'board_r5f.ti-arm-clang' failedgmake[1]: *** [board_r5f.ti-arm-clang] Error 2makefile:59: recipe for target 'libs' failedgmake: *** [libs] Error 2
Attempt 2:
C:\ti\mcu_plus_sdk_am243x_08_05_00_24>gmake -s -f makefile.am243x enet-cpsw_r5f.ti-arm-clangprocess_begin: CreateProcess(NULL, C:/ti/ccs1210/ccs/utils/cygwin/mkdir -p obj/am243x/ti-arm-clang/release/r5f/enet-cpsw/, ...) failed.make (e=2): The system cannot find the file specified.makefile.cpsw.am243x.r5f.ti-arm-clang:230: recipe for target 'obj/am243x/ti-arm-clang/release/r5f/enet-cpsw/' failedgmake[1]: *** [obj/am243x/ti-arm-clang/release/r5f/enet-cpsw/] Error 2makefile.am243x:560: recipe for target 'enet-cpsw_r5f.ti-arm-clang' failedgmake: *** [enet-cpsw_r5f.ti-arm-clang] Error 2
I havent modified the Makefiles of any libraries nor made any code changes yet. What I'm I doing wrong here.
Thanks