This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62A7: Why does it can not identify this command "$(abspath .)" of make in windows.

Part Number: AM62A7

I can not connect my xds560 in virtual machine.But I can connect it in windows.

So I want build my sdk in windows.But when I make sdk,it have the error caused by not identifying "

$(abspath .)",so the import.mak can not be found.The make log as follows:
C:\Users\263\c-call-hierarchy\cscope\UnxUtils\usr\local\wbin\make.exe: *** [all] Error 2
PS D:\ti\mcu_plus_sdk_am62ax_08_06_00_18> make
C:/Users/263/c-call-hierarchy/cscope/UnxUtils/usr/local/wbin/make.exe -C . -f makefile.am62ax all PROFILE=release
make.exe[1]: Entering directory `D:/ti/mcu_plus_sdk_am62ax_08_06_00_18'
C:/Users/263/c-call-hierarchy/cscope/UnxUtils/usr/local/wbin/make.exe -f makefile.am62ax libs
make.exe[2]: Entering directory `D:/ti/mcu_plus_sdk_am62ax_08_06_00_18'
C:/Users/263/c-call-hierarchy/cscope/UnxUtils/usr/local/wbin/make.exe -C source/board -f makefile.am62ax.r5f.ti-arm-clang all
makefile.am62ax.r5f.ti-arm-clang:6: /imports.mak: No such file or directory
make.exe[3]: *** No rule to make target `/imports.mak'. Stop.
make.exe[3]: Entering directory `D:/ti/mcu_plus_sdk_am62ax_08_06_00_18/source/board'
make.exe[3]: Leaving directory `D:/ti/mcu_plus_sdk_am62ax_08_06_00_18/source/board'
make.exe[2]: *** [board_r5f.ti-arm-clang] Error 2
make.exe[2]: Leaving directory `D:/ti/mcu_plus_sdk_am62ax_08_06_00_18'
make.exe[1]: *** [all] Error 2
make.exe[1]: Leaving directory `D:/ti/mcu_plus_sdk_am62ax_08_06_00_18'
C:\Users\26300121\c-call-hierarchy\cscope\UnxUtils\usr\local\wbin\make.exe: *** [all] Error 2